aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
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.Neil2-0/+14
2021-07-29Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines.Neil2-5/+22
2021-07-29Fix display of fold lines when wrapped so they are only drawn once per line, notNeil1-0/+3
2021-07-28Bug [#2268]. Fix memory leak caused by circular references.Arne Scheffler1-0/+13
2021-07-26Fix spelling.Neil1-1/+1
2021-07-23Feature [feature-requests:#1411] Implement WM_SETREDRAW to turn off scroll barNeil1-0/+5
2021-07-20Updates for 5.1.1 release.Neil3-9/+10
2021-07-17Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion listNeil2-1/+44
2021-07-18Update lexer information to mention Lexilla.Neil1-3/+4
2021-07-17Added PLAT_QT_QML define for a Qt QML/Quick platform layer.Neil1-0/+2
2021-07-17Fix minor inconsistency with word searching results at start and end of documentNeil1-0/+3
2021-07-15Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indicesZufu Liu2-0/+12
2021-07-12Feature [feature-requests:#1381] Optimize case insensitive search for ASCII t...Zufu Liu1-0/+4
2021-07-02Feature [feature-requests:#1408] Treat valid DBCS lead byte followed by invalidZufu Liu1-0/+4
2021-06-25Feature [feature-requests:#1400] Set buffering when technology set.Zufu Liu2-3/+22
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.Neil3-19/+18
2021-06-17Move ScintillaCall from SciTE project.Neil2-3/+11
2021-06-17Add SciFnDirectStatus, a direct access function which also returns status so canNeil2-5/+19
2021-06-10Surround parameters with code tags styling as class 'parameter'.Neil1-8/+8
2021-06-10Use string_view for PositionCache methods.Neil1-3/+5
2021-06-10Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting textNeil1-4/+6
2021-06-09Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.Mitchell Foral2-0/+7
2021-06-03Add APIs for setting appearance (traditional blob or plain text) and colour ofNeil2-1/+57
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
2021-06-02Remove extraneous periods.Neil1-3/+3
2021-06-02Updated release date.rel-5-0-3Neil2-3/+3
2021-05-30Update download size.Neil1-1/+1
2021-05-29Updates for 5.0.3.Neil3-9/+13
2021-05-28Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms.Neil1-6/+6
2021-05-28Moved SCI_SETFONTLOCALE to correct position.Neil1-10/+10
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil2-23/+52
2021-05-19Bug [#2253]. Remove SC_ELEMENT_CARET_SECONDARY as it caused unexpected change toNeil1-11/+1
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
2021-05-14Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content areaNeil2-8/+60
2021-05-14Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE andNeil2-5/+30
2021-05-14Add SC_ELEMENT_WHITE_SPACE_BACK to set the background colour of visibleNeil1-12/+43
2021-05-14Feature [feature-requests:#1402] Add SC_ELEMENT_WHITE_SPACE to set the colour ofYX Hao2-3/+19
2021-05-14Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.Neil2-10/+21
2021-05-12Switch caret line background colour to SC_ELEMENT_CARET_LINE_BACK element andNeil2-10/+64
2021-05-11Implement SCI_GETELEMENTBASECOLOUR to return the default values for elementNeil2-1/+17
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
2021-05-08Feature [feature-requests:1405]. Enable hardware-enforced stack protection.Neil1-0/+4
2021-05-06Fix parameter name.Neil1-3/+2