aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
AgeCommit message (Collapse)AuthorFilesLines
2021-09-02Bug [#2281] Fix crash with too many subexpressions in regular expression searchNeil1-0/+4
with SCFIND_CXX11REGEX.
2021-08-27Bug [#2271] Fix disabling horizontal scrollbar in non-wrapping mode.Neil Hodgson1-0/+4
2021-08-25Allow SCI_HIDELINES to hide the first line or all lines.Neil1-0/+3
2021-08-24Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enablesZufu Liu1-0/+5
highlighting just the subline with the caret when wrapping is on.
2021-08-05Ensure images are loaded and valid by combining resolutions into TIFFs.Neil Hodgson1-0/+3
2021-07-31Change log for SCI_STYLESETCHECKMONOSPACED.Neil1-0/+4
2021-07-30Mention related feature requests for SC_ELEMENT_FOLD_LINE.Neil1-0/+3
2021-07-29Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden.Neil1-0/+1
2021-07-29Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines.Neil1-0/+3
2021-07-29Fix display of fold lines when wrapped so they are only drawn once per line, notNeil1-0/+3
on each subline.
2021-07-28Bug [#2268]. Fix memory leak caused by circular references.Arne Scheffler1-0/+13
2021-07-23Feature [feature-requests:#1411] Implement WM_SETREDRAW to turn off scroll barNeil1-0/+5
updates.
2021-07-20Updates for 5.1.1 release.Neil1-1/+1
2021-07-17Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion listNeil1-0/+5
on Win32. This also avoids a header rectangle above the list.
2021-07-17Added PLAT_QT_QML define for a Qt QML/Quick platform layer.Neil1-0/+2
https://github.com/mneuroth/SciTEQt
2021-07-17Fix minor inconsistency with word searching results at start and end of documentNeil1-0/+3
which were considered word start / end positions even when first or last character did not fit requirements.
2021-07-15Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indicesZufu Liu1-0/+5
to hold some number of lines. This is an optimization that can decrease reallocation overhead.
2021-07-12Feature [feature-requests:#1381] Optimize case insensitive search for ASCII ↵Zufu Liu1-0/+4
text.
2021-07-02Feature [feature-requests:#1408] Treat valid DBCS lead byte followed by invalidZufu Liu1-0/+4
trail byte as single byte.
2021-06-25Feature [feature-requests:#1400] Set buffering when technology set.Zufu Liu1-0/+13
2021-06-23Fix API name.Neil1-1/+1
2021-06-23Update download link.Neil1-1/+1
2021-06-18Updated for stable version 5.1.0.Neil1-11/+6
2021-06-17Move ScintillaCall from SciTE project.Neil1-0/+5
2021-06-17Add SciFnDirectStatus, a direct access function which also returns status so canNeil1-0/+6
improve performance for client code that called SCI_GETSTATUS after every API to check for failure.
2021-06-09Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.Mitchell Foral1-0/+3
2021-06-03Add APIs for setting appearance (traditional blob or plain text) and colour ofNeil1-0/+4
representations and support setting a representation for the "\r\n" line end sequence.
2021-06-05Bug [#2259]. Fix gcc link-time-optimization compilation.Neil1-0/+4
2021-06-04Bug [#2260]. Fix bug with SCI_GETLASTCHILD when lParam is -1.Zufu Liu1-0/+12
Fixed cast on SCI_FOLDCHILDREN to use correct type.
2021-06-02Updated release date.rel-5-0-3Neil1-1/+1
2021-05-29Updates for 5.0.3.Neil1-1/+1
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-0/+4
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal.
2021-05-16Include modifiers in SCN_INDICATORRELEASE notification.Damiano Lombardi1-0/+5
2021-05-14Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content areaNeil1-2/+2
markers can be drawn translucently under text.
2021-05-14Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE andNeil1-0/+4
SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
2021-05-14Feature [feature-requests:#1402] Add SC_ELEMENT_WHITE_SPACE to set the colour ofYX Hao1-0/+4
visible whitespace including translucency.
2021-05-14Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.Neil1-0/+4
This replaces the use of SC_ALPHA_NOALPHA for markers.
2021-05-12Switch caret line background colour to SC_ELEMENT_CARET_LINE_BACK element andNeil1-0/+6
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 elementNeil1-0/+3
colours.
2021-05-10Change the way that selections and carets are drawn to use the element APIs.Neil1-0/+7
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-04-28Bug [#2227]. On GTK 3 with Wayland, fix primary selection.Neil Hodgson1-0/+4
2021-04-27Feature [feature-requests:1379]. Update to Unicode 13.Neil1-0/+12
2021-04-21Updates for 5.0.2.rel-5-0-2Neil1-1/+1
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.Neil1-0/+4
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-09Changed release date.Neil1-1/+1