| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Make documentation more accurate.
|
|
markers can be drawn translucently under text.
|
|
SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
|
|
whitespace.
|
|
visible whitespace including translucency.
|
|
This replaces the use of SC_ALPHA_NOALPHA for markers.
|
|
add SetCaretLineLayer.
Older caret line APIs SCI_SETCARETLINEVISIBLE, SCI_SETCARETLINEBACK,
SCI_SETCARETLINEBACKALPHA now discouraged.
|
|
colours.
|
|
|
|
|
|
per-byte and allowing just one line to be processed in a time slice.
Very long lines will not distort estimation or block interaction as much.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by using NSTableViewStylePlain. This prevents truncation of the text of items
as well as avoiding problems with size and padding.
|
|
|
|
|
|
|
|
Fixed downloads page.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCI_EOLANNOTATIONSETSTYLES as it was never implemented.
|
|
|
|
|
|
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
|
|
|
|
|
|
|
|
|
|
pixel oriented platforms.
|
|
problems with very long documents.
Fixes uneven line heights on Cocoa after around 1.1 million lines.
|
|
|
|
|
|
InitPixMap. Changed DropGraphics from releasing surfaces to deleting them.
This simplifies code and the added cost of allocating a new Surface is small.
|
|
|
|
|
|
|