aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-05-19Bug [#2253]. Remove SC_ELEMENT_CARET_SECONDARY as it caused unexpected change toNeil2-2/+0
2021-05-14Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content areaNeil2-2/+4
2021-05-14Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE andNeil2-0/+4
2021-05-14Add SC_ELEMENT_WHITE_SPACE_BACK to set the background colour of visibleNeil2-0/+2
2021-05-14Feature [feature-requests:#1402] Add SC_ELEMENT_WHITE_SPACE to set the colour ofYX Hao2-0/+2
2021-05-14Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.Neil2-0/+8
2021-05-12Switch caret line background colour to SC_ELEMENT_CARET_LINE_BACK element andNeil2-0/+10
2021-05-11Implement SCI_GETELEMENTBASECOLOUR to return the default values for elementNeil2-0/+4
2021-05-10Change the way that selections and carets are drawn to use the element APIs.Neil2-0/+36
2021-04-28Character indices are no longer provisional so move out of Provisional category.Neil2-28/+28
2021-04-21Bug [#2027]. Fix GetFontLocale signature.Zufu Liu1-2/+2
2021-04-20Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.Neil2-0/+8
2021-03-29Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.Neil2-2/+34
2021-03-28Add shapes with curved and rounded ends to EOL annotations as EOLANNOTATION_*.Neil2-6/+24
2021-03-27Add APIs for setting translucency and stroke width of markers.Neil2-0/+16
2021-03-27Add API for setting stroke width of indicators.Neil2-0/+8
2021-03-27Change return type of SupportsFeature to bool.Neil1-1/+1
2021-03-26Add SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell andNeil2-0/+2
2021-03-23Add colouralpha type to iface.Neil1-1/+2
2021-03-22Implement more support values.Neil2-0/+4
2021-03-19Add Surface::PixelDivisions which detects 'retina' displays that useNeil2-0/+2
2021-03-19Add Platform::Supports for SupportsFeature API.Neil2-0/+2
2021-03-19Add SupportsFeature API but leave empty for now with no features defined.Neil2-0/+6
2021-03-16Moved Platform.h to src as it is private to Scintilla.Neil1-579/+0
2021-03-12Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods.Neil2-12/+0
2021-02-06Remove Lexilla definitions from Scintilla.iface as they are now inNeil1-2196/+0
2020-11-02Remove definition that ensures lexers linked as no lexers any more.Neil1-1/+0
2021-01-29Remove Lexilla files from ScintillaNeil1-1963/+0
2020-08-25Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.Derek Brown2-0/+4
2020-07-18Remove some constexpr as they made shiboken fail.Neil1-2/+2
2020-07-15Feature [feature-requests:1368]. Add BraceMatchNext API.Zufu Liu2-0/+4
2020-07-14Make simple methods on simple classes constexpr.Neil1-31/+31
2020-06-12Bug [#2141]. Implement end of line annotations.Prakash Sahni2-2/+49
2020-05-02Allow disabling automatically generated #define constants.Neil1-0/+4
2020-05-01Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 likeNeil2-0/+2
2020-04-09Typo.Zufu Liu1-1/+1
2020-04-08Removed superfluous space.Neil1-2/+0
2020-04-08Feature [feature-requests:1344]. Add methods for iterating through the markerIain Clarke2-0/+10
2020-03-29Use correct wider types.Mitchell Foral1-4/+4
2020-03-16Update Scintilla.h to match reordering of Scintilla.iface.Neil1-9/+9
2020-02-05Bug [#2153]. Reorder and add separating new lines to ease downstream.Neil1-21/+39
2020-02-09Feature [feature-requests:#1340] Move and use Point functions to avoid casting.Zufu Liu1-2/+2
2020-02-05Spelling and grammar in comment.Neil1-1/+2
2020-01-18Fix line end whitespace.Neil1-1/+1
2020-01-03Added Raku lexer and style properties and example filesMark Reay2-0/+62
2019-12-31Implement SCI_SETILEXER.Neil2-0/+4
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil1-1/+8
2019-11-15Feature [feature-requests:#1316] Allow target to have virtual space.Neil2-0/+16
2019-11-15Feature [feature-requests:#1316] Add access to virtual space at start and end ofNeil2-0/+8
2019-11-12Feature [feature-requests:#1324] Add Hollywood lexer.Andreas Falkenhahn2-0/+34