aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2021-05-16Include modifiers in SCN_INDICATORRELEASE notification.Damiano Lombardi1-0/+5
2021-05-15Protect against out-of-bounds layout cache level and remove unnecessary code.Neil1-1/+1
Make documentation more accurate.
2021-05-14Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content areaNeil2-8/+60
markers can be drawn translucently under text.
2021-05-14Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE andNeil2-5/+30
SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
2021-05-14Add SC_ELEMENT_WHITE_SPACE_BACK to set the background colour of visibleNeil1-12/+43
whitespace.
2021-05-14Feature [feature-requests:#1402] Add SC_ELEMENT_WHITE_SPACE to set the colour ofYX Hao2-3/+19
visible whitespace including translucency.
2021-05-14Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.Neil2-10/+21
This replaces the use of SC_ALPHA_NOALPHA for markers.
2021-05-12Switch caret line background colour to SC_ELEMENT_CARET_LINE_BACK element andNeil2-10/+64
add SetCaretLineLayer. Older caret line APIs SCI_SETCARETLINEVISIBLE, SCI_SETCARETLINEBACK, SCI_SETCARETLINEBACKALPHA now discouraged.
2021-05-11Implement SCI_GETELEMENTBASECOLOUR to return the default values for elementNeil2-1/+17
colours.
2021-05-10Change the way that selections and carets are drawn to use the element APIs.Neil2-44/+233
2021-05-10Spelling fixes.Neil1-6/+6
2021-05-08Feature [feature-requests:1373]. Make idle actions smoother by measuringNeil1-0/+7
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.
2021-05-08Feature [feature-requests:1405]. Enable hardware-enforced stack protection.Neil1-0/+4
2021-05-06Fix parameter name.Neil1-3/+2
2021-04-28Character indices are no longer provisional so move out of Provisional category.Neil1-8/+5
2021-04-28Spelling.Neil1-2/+2
2021-04-28Document preprocessor values that affect building.Zufu Liu1-1/+44
2021-04-28Bug [#2227]. On GTK 3 with Wayland, fix primary selection.Neil Hodgson1-0/+4
2021-04-27Use correct parameter name in description.Neil1-3/+3
2021-04-27Feature [feature-requests:1379]. Update to Unicode 13.Neil1-0/+12
2021-04-24Moved link to follow document.Neil1-1/+1
2021-04-21Updates for 5.0.2.rel-5-0-2Neil3-12/+11
2021-04-20Bug [#2248]. Make autocompletion look the same on macOS 11 as macOS 10Petko Georgiev1-0/+5
by using NSTableViewStylePlain. This prevents truncation of the text of items as well as avoiding problems with size and padding.
2021-04-20Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.Neil2-2/+22
2021-04-20Bug [#2246]. Fix encoding used for DirectWrite text display.Neil1-0/+12
2021-04-09Bug [#2243]. Fix crash when technology=2 (SC_TECHNOLOGY_DIRECTWRITERETAIN).rel-5-0-1Neil1-0/+4
2021-04-09Add count argument to ReplaceREInFile so can modify mutiple occurrences.Neil1-3/+3
Fixed downloads page.
2021-04-09Changed release date.Neil2-3/+3
2021-04-09Document element colours.Neil1-25/+129
2021-04-06Log font settings change detection.Neil1-0/+5
2021-04-03Updates for 5.0.1.Neil3-7/+9
2021-04-03Update compatibility information.Neil2-3/+3
2021-04-03Update information on lexing removing content superceded by Lexilla.Neil1-41/+17
2021-04-02Bug [#2238]. Fix drawing in revealed area after enlarging window.Petko Georgiev1-0/+5
2021-03-29Add illustration of annotation shapes. Remove erroneous explanation ofNeil2-5/+6
SCI_EOLANNOTATIONSETSTYLES as it was never implemented.
2021-03-29Clarify encoding of EOL annotation text.Neil2-1/+5
2021-03-30Treat SC_MARK_CHARACTER as Unicode for a wider variety of symbols.Neil2-4/+7
2021-03-29Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.Neil1-0/+4
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
2021-03-28Add shapes with curved and rounded ends to EOL annotations as EOLANNOTATION_*.Neil2-3/+78
2021-03-27Add APIs for setting translucency and stroke width of markers.Neil2-10/+40
2021-03-27Add API for setting stroke width of indicators.Neil2-1/+25
2021-03-27Add return type for SCI_GETMULTIEDGECOLUMN in documentation.Neil1-2/+2
2021-03-26Add SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell andNeil1-1/+11
pixel oriented platforms.
2021-03-26Bug [#2224]. Switch XYPOSITION to double so it has more precision to fixNeil1-0/+6
problems with very long documents. Fixes uneven line heights on Cocoa after around 1.1 million lines.
2021-03-23Add colouralpha type to iface.Neil1-0/+3
2021-03-22Implement more support values.Neil2-1/+42
2021-03-20Use Surface::AllocatePixMap instead of changing an existing surface withNeil1-1/+9
InitPixMap. Changed DropGraphics from releasing surfaces to deleting them. This simplifies code and the added cost of allocating a new Surface is small.
2021-03-17Extract geometry and colour definitions from Platform.h into src/Geometry.h.Neil1-1/+1
2021-03-16Fix dlopen call.Neil1-1/+1
2021-03-16Add Scintilla 5 migration guide.Neil2-1/+229