aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-02-09Backport: Feature [feature-requests:#1340] Move and use Point functions to av...Zufu Liu1-2/+2
2020-02-05Backport: Spelling and grammar in comment.Neil1-1/+2
2020-01-18Backport: Fix line end whitespace.Neil1-1/+1
2020-01-06Fixed runtime error introduced by r7925 (changset 58e9ef4392cd).mitchell1-2/+2
2020-01-06More synchronizing LongTerm3 with default.mitchell1-0/+6
2020-01-05Added Sci::round() and Sci::lround() for better compatibility with the defaul...mitchell1-2/+15
2020-01-05Added Sci::make_unique() and Sci::size() for better compatibility with the de...mitchell2-0/+53
2020-01-05Synchronizing LongTerm3 with default.mitchell1-5/+5
2020-01-04Backport: Added Raku lexer and style properties and example filesmitchell2-0/+62
2020-01-04Backport: Define ILexerWithIdentity with methods for retrieving name, ID, and...mitchell1-1/+8
2019-11-15Backport: Feature [feature-requests:#1316] Allow target to have virtual space.Neil2-0/+16
2019-11-15Backport: Feature [feature-requests:#1316] Add access to virtual space at sta...Neil2-0/+8
2019-12-06Backport: Feature [feature-requests:#1324] Add Hollywood lexer.mitchell2-0/+34
2019-07-05Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications ca...Neil2-0/+8
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell2-1/+14
2019-06-22Backport: Bug [#1924]. Option to allow block carets to trail selection ranges.Neil2-2/+4
2019-06-22Backport: Feature [feature-requests:#1297] Updates to types of LineScroll,Zufu Liu1-5/+5
2019-07-11Backport: Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX.mitchell1-1/+1
2019-06-22Backport: Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla...Neil1-6/+14
2019-06-22Backport: Feature [feature-requests:#1297] Tweak aliases so that acronyms lon...Neil1-7/+5
2019-06-18Backport: Feature [feature-requests:#1297] 7: Add value aliases for PascalCas...Neil1-1/+164
2019-06-18Backport: Feature [feature-requests:#1297] 6: Add enumeration types to APIs.Neil1-122/+123
2019-06-18Backport: Feature [feature-requests:#1297] 5: Separate IndicatorNumbers from ...Neil1-5/+16
2019-06-18Backport: Feature [feature-requests:#1297] 4: Add enu for IndicValue and Undo...Neil1-0/+5
2019-06-18Backport: Feature [feature-requests:#1297] 4: Comment added for SC_MASK_FOLDERS.Neil1-0/+1
2019-06-18Backport: Feature [feature-requests:#1297] 3: Add pointer type.Neil1-11/+12
2019-06-18Backport: Feature [feature-requests:#1297] 2: Replace int with position or li...Neil1-118/+119
2019-07-11Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.mitchell2-0/+34
2019-06-02Backport: GTK+ was renamed to GTK in February 2019 so update documentation to...Neil1-2/+2
2019-05-27Backport: Feature [feature-requests:#1280]. Lexer added for X12.mitchell2-0/+22
2019-04-07Backport: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.Zufu Liu2-0/+2
2019-04-05Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...Neil2-0/+8
2019-03-31Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to matchZufu Liu2-1/+5
2019-04-16Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...mitchell2-0/+8
2019-03-18Backport: Add some operators to Point to simplify client code.Neil1-0/+12
2019-03-09Backport: Feature [feature-requests:#1265]. Common Intermediate Language (CIL...mitchell2-0/+26
2019-02-05Backport: Feature [feature-requests:#1217]. Change API so block just for over...Zufu Liu2-2/+6
2019-02-02Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.Zufu Liu2-0/+2
2018-11-21Backport: Feature [feature-requests:#1242]. Add lexer for NimJad Altahan2-0/+38
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil2-0/+8
2018-09-30Backport: Synchronize definition and documentation.Neil1-1/+1
2018-07-31Backport: Define PLAT_HAIKU and use to avoid a reported compilation problem o...Neil1-0/+5
2018-07-10Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...Neil2-2/+40
2018-06-21Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen2-0/+64
2018-06-06Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.Henrik Hank2-0/+2
2018-05-28Backport: Add styles for diffs containing patches.Andreas Rönnquist2-0/+8
2018-05-24Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand...Neil1-1/+1
2018-05-22Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.Neil2-0/+4
2018-05-25Backport: Add GradientRectangle method to Surface to draw rectangles with ver...mitchell1-4/+70
2018-05-17Backport: Use nullptr instead of 0 in headers as this diminishes the number o...Neil1-2/+2