| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2018-04-19 | SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers wh... | Nicholai Benalal | 2 | -0/+4 |
| 2018-04-17 | Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes. | Neil | 2 | -4/+10 |
| 2018-04-14 | Make some changes recommended by clang-tidy. | Neil Hodgson | 1 | -2/+2 |
| 2018-04-14 | Removed workaround for old releases of MSVC. | Neil | 1 | -5/+0 |
| 2018-03-06 | Feature [feature-requests:#1210]. Maxima lexer added. | Gunter Königsmann | 2 | -0/+20 |
| 2018-02-02 | Implement SC_DOCUMENTOPTION_STYLES_NONE. | Neil | 2 | -0/+2 |
| 2018-01-26 | Add documentOption argument to SCI_CREATELOADER. | Neil | 2 | -2/+6 |
| 2017-12-19 | Start of bidirectional code - implement SCI_SETBIDIRECTIONAL. | Neil | 2 | -2/+18 |
| 2017-11-20 | Add SCI_GETMOVEEXTENDSSELECTION. | Mitchell Foral | 2 | -0/+4 |
| 2017-10-23 | Document style metadata APIs. | Neil | 1 | -3/+3 |
| 2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 2 | -12/+0 |
| 2017-08-28 | New header ILoader.h defines ILoader interface as it does not belong in ILexe... | Neil | 3 | -14/+27 |
| 2017-08-25 | Moved *StyleBits* APIs into deprecated category. | Neil | 2 | -14/+15 |
| 2017-08-11 | Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_DIRECTWRITEDC | Neil | 1 | -1/+1 |
| 2017-08-02 | Improve description of HideSelection. | rhkramer | 1 | -1/+1 |
| 2017-07-17 | Implement style metadata for some languages. | Neil | 1 | -1/+5 |
| 2017-06-22 | Add style metadata methods with null implementations. | Neil | 3 | -0/+23 |
| 2017-06-22 | Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version | Neil | 1 | -6/+2 |
| 2017-07-13 | Update typedefs used for lexing. | Neil | 1 | -2/+4 |
| 2017-07-09 | Bug [#1955]. The data parameter to ILoader::AddData made const. | Justin Dailey | 1 | -1/+1 |
| 2017-07-01 | Deprecate single phase drawing. | Neil | 2 | -9/+11 |
| 2017-06-22 | Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just have | Neil | 1 | -6/+2 |
| 2017-06-12 | Removed unused functions and methods from Platform.h. | Neil | 1 | -26/+1 |
| 2017-06-11 | Implement SCN_AUTOCSELECTIONCHANGE notification. | Neil | 3 | -1/+16 |
| 2017-04-07 | Prefer C++ static cast over C-style casts. | Neil | 1 | -1/+1 |
| 2017-04-07 | Allowing assigning Windows and ensure cursorLast is initialized. | Neil | 1 | -0/+8 |
| 2017-04-06 | Added const where possible. | Neil | 1 | -1/+1 |
| 2017-04-06 | Added a caret line frame as an alternative visual for highlighting the caret ... | A-R-C-A | 2 | -0/+10 |
| 2017-04-02 | Added "Reverse Selected Lines" as SCI_LINEREVERSE. | Vicente | 2 | -0/+4 |
| 2017-03-07 | Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled. | Neil | 2 | -0/+14 |
| 2017-03-06 | New "indent" lexer styled as plain text but folded by indentation level. | Vicente | 2 | -0/+2 |
| 2017-03-04 | Fix minor issues in interface definitions. | Neil Hodgson | 1 | -5/+9 |