| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-30 | Bug [#2038]. Source of input reported in SCN_CHARADDED. | Zufu Liu | 2 | -1/+14 |
| 2019-06-22 | Bug [#1924]. Option to allow block carets to trail selection ranges. | Neil | 2 | -2/+4 |
| 2019-06-22 | Feature [feature-requests:#1297] Updates to types of LineScroll, | Zufu Liu | 1 | -5/+5 |
| 2019-06-22 | Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX. | Neil | 1 | -1/+1 |
| 2019-06-22 | Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface. | Neil | 1 | -6/+14 |
| 2019-06-22 | Feature [feature-requests:#1297] Tweak aliases so that acronyms longer than 2 | Neil | 1 | -7/+5 |
| 2019-06-18 | Feature [feature-requests:#1297] 7: Add value aliases for PascalCase constants. | Neil | 1 | -1/+164 |
| 2019-06-18 | Feature [feature-requests:#1297] 6: Add enumeration types to APIs. | Neil | 1 | -124/+125 |
| 2019-06-18 | Feature [feature-requests:#1297] 5: Separate IndicatorNumbers from IndicatorS... | Neil | 1 | -5/+15 |
| 2019-06-18 | Feature [feature-requests:#1297] 4: Add enu for IndicValue and UndoFlags to | Neil | 1 | -0/+5 |
| 2019-06-18 | Feature [feature-requests:#1297] 4: Comment added for SC_MASK_FOLDERS. | Neil | 1 | -0/+1 |
| 2019-06-18 | Feature [feature-requests:#1297] 3: Add pointer type. | Neil | 1 | -11/+12 |
| 2019-06-18 | Feature [feature-requests:#1297] 2: Replace int with position or line where that | Neil | 1 | -118/+119 |
| 2019-06-15 | Feature [feature-requests:#1295]. Lexer added for DataFlex. | Wil van Antwerpen | 2 | -0/+34 |
| 2019-06-02 | GTK+ was renamed to GTK in February 2019 so update documentation to new name. | Neil | 1 | -2/+2 |
| 2019-04-29 | Feature [feature-requests:#1280]. Lexer added for X12. | Iain Clarke | 2 | -0/+22 |
| 2019-04-07 | Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK. | Zufu Liu | 2 | -0/+2 |
| 2019-04-05 | Feature [feature-requests:#1272]. Add API to set default fold display text. | Neil | 2 | -0/+8 |
| 2019-03-31 | Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to match | Zufu Liu | 2 | -1/+5 |
| 2019-03-29 | Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API | Neil | 2 | -0/+8 |
| 2019-03-18 | Add some operators to Point to simplify client code. | Neil | 1 | -0/+12 |
| 2019-03-12 | Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition. | Neil | 2 | -0/+2 |
| 2019-03-07 | Move CARETSTYLE_INS_MASK from Scintilla.iface as it is not documented.rel-4-1-4 | Neil | 2 | -2/+0 |
| 2019-02-28 | Feature [feature-requests:#1265]. Common Intermediate Language (CIL) lexer. | Jed Altahan | 2 | -0/+26 |
| 2019-02-05 | Feature [feature-requests:#1217]. Change API so block just for overstrike. | Zufu Liu | 2 | -2/+6 |
| 2019-02-02 | Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS. | Zufu Liu | 2 | -0/+2 |
| 2018-11-21 | Feature [feature-requests:#1242]. Add lexer for Nim | Jad Altahan | 2 | -0/+38 |
| 2018-10-11 | Add SCI_SETCOMMANDEVENTS API to allow turning off command events. | Neil | 2 | -0/+8 |
| 2018-09-30 | Synchronize definition and documentation.rel-4-1-2 | Neil | 1 | -1/+1 |
| 2018-07-31 | Define PLAT_HAIKU and use to avoid a reported compilation problem on 32-bit | Neil | 1 | -0/+5 |
| 2018-07-10 | Optional indexing of line starts in UTF-8 documents by UTF-32 code points and | Neil | 2 | -0/+38 |
| 2018-06-21 | Feature [feature-requests:#1185]. Add lexers for SAS and Stata. | Luke Rasmussen | 2 | -0/+64 |
| 2018-06-06 | SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line. | Henrik Hank | 2 | -0/+2 |
| 2018-06-02 | Define IScreenLineLayout as the main interface for implementing bidirectional | Neil | 1 | -3/+9 |
| 2018-05-30 | Add TabPositionAfter method to IScreenLine as this calculation is needed on each | Neil | 1 | -0/+1 |
| 2018-05-28 | Add styles for diffs containing patches. | Andreas Rönnquist | 2 | -0/+8 |
| 2018-05-24 | Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods. | Neil | 1 | -1/+1 |
| 2018-05-23 | Add definitions for bidirectional support to Platform.h and provide empty | Neil | 1 | -0/+23 |
| 2018-05-22 | Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types. | Neil | 2 | -0/+4 |
| 2018-05-22 | Add GradientRectangle method to Surface to draw rectangles with vertical or | Neil | 1 | -4/+70 |
| 2018-05-17 | Use nullptr instead of 0 in headers as this diminishes the number of warnings. | Neil | 1 | -2/+2 |
| 2018-05-14 | Modernize Platform.h (5) - remove ElapsedTime. | Neil | 1 | -8/+0 |
| 2018-05-14 | Modernize Platform.h (4) - update Surface to use string_view for text arguments. | Neil | 1 | -5/+5 |
| 2018-05-14 | Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for | Neil | 1 | -7/+6 |
| 2018-05-14 | Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 1 | -56/+23 |
| 2018-05-14 | Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 1 | -37/+33 |
| 2018-04-26 | Use <chrono> for platform-independent timing and remove ElapsedTime. | Neil | 1 | -1/+1 |
| 2018-04-21 | Remove CallBackAction which was replaced by IListBoxDelegate. | Neil | 1 | -5/+0 |
| 2018-04-20 | Avoid MSVC analyze warnings about statics by making Point constructor constexpr. | Neil | 1 | -1/+1 |
| 2018-04-20 | Remove casts, drop default argument, use const. | Neil | 1 | -3/+3 |