| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-17 | Arithmetic between enums is deprecated so use constexpr instead of enum or cast. | Neil | 1 | -7/+7 |
| 2020-04-10 | Move static functions into unnamed namespace and simplify line counting. | Neil | 1 | -21/+15 |
| 2020-04-10 | Run astyle indenter over file. | Zufu Liu | 1 | -11/+12 |
| 2020-04-10 | Feature [feature-requests:1346]. Convert long if-else block to switch. | Zufu Liu | 1 | -250/+324 |
| 2020-04-10 | Remove non-standard whitespace. | Zufu Liu | 1 | -5/+5 |
| 2020-04-08 | Simplify PerLine, remove casts, use noexcept, const, & constexpr where possible. | Neil | 4 | -60/+56 |
| 2020-04-08 | Feature [feature-requests:1344]. Add methods for iterating through the marker | Iain Clarke | 5 | -0/+44 |
| 2020-04-07 | Use noexcept and const where possible. | Neil | 2 | -10/+10 |
| 2020-04-05 | Implement access to the identifier of an ILexer5. This also stops unexpected | Neil | 1 | -2/+14 |
| 2020-04-05 | Perform autoscroll when mouse on pixel just below window. | Mitchell Foral | 1 | -1/+1 |
| 2020-03-31 | Pass argument as unique_ptr to show transfer of ownership. Add const and noex... | Neil | 3 | -6/+6 |
| 2020-03-27 | Avoid casts by returning size_t from GetExpanded. | Neil | 1 | -2/+2 |
| 2020-03-29 | Widen types to size_t to match change from int to position of CallTipSetHlt | Neil | 3 | -84/+96 |
| 2020-03-29 | Extract arrow drawing to function. Use noexcept, const and other minor changes | Neil | 2 | -49/+61 |
| 2020-03-26 | Fix spelling mistakes. | Neil | 8 | -14/+14 |
| 2020-03-25 | Replace static_cast with dynamic_cast for better type safety and adherence to | Neil | 1 | -1/+1 |
| 2020-03-24 | Use noexcept where possible. | Neil | 4 | -34/+38 |
| 2020-03-24 | Use noexcept where possible. | Neil | 2 | -21/+21 |
| 2020-03-23 | Use noexcept, const, and constexpr where possible. | Neil | 2 | -17/+17 |
| 2020-03-23 | Replace const with constexpr where possible. | Neil | 1 | -4/+4 |
| 2020-03-23 | perLineData is polymorphic so replace static_cast with dynamic_cast for better | Neil | 1 | -5/+5 |
| 2020-03-23 | Drop possibility of Sci_Position, Sci::Line, Sci::Position not being ptrdiff_t. | Neil | 1 | -8/+8 |
| 2020-03-19 | Use noexcept in EditModel. | Neil | 2 | -6/+6 |
| 2020-03-19 | Minor improvements - noexcept, constexpr, cast removal. | Neil | 2 | -11/+9 |
| 2020-03-19 | Feature [feature-requests:1302] Simplify DrawCarets. | Zufu Liu | 1 | -5/+4 |
| 2020-03-19 | Feature [feature-requests:1302] Add IsCaretVisible to simplify DrawCarets. | Zufu Liu | 3 | -1/+6 |
| 2020-03-13 | Using constexpr in UniConversion and CaseConvert. | Neil | 3 | -6/+6 |
| 2020-02-29 | Add const and noexcept where they make sense. | Neil | 2 | -8/+8 |
| 2020-02-27 | Feature [feature-requests:497] Structure caret policy data and pass policy for | Neil | 2 | -71/+68 |
| 2020-02-21 | Feature [feature-requests:497] Automatically scroll while dragging text. | McLoo | 1 | -0/+14 |
| 2020-02-15 | Extract image conversion from RGBA to BGRA premultiplied into common function. | Neil | 2 | -0/+17 |
| 2020-02-15 | Bug [#2138]. Potential fix to Direct2D crash when updating driver. | Mat Berchtold | 1 | -1/+7 |
| 2020-01-10 | Bug [#2132]. Only check for LS/PS/NEL when Unicode line ends turned on. | Zufu Liu | 1 | -1/+1 |
| 2020-01-03 | Added Raku lexer and style properties and example files | Mark Reay | 1 | -0/+1 |
| 2019-12-31 | Implement SCI_SETILEXER. | Neil | 2 | -21/+27 |
| 2019-12-22 | Define ILexer5 with methods for retrieving name, ID, and property values. | Neil | 1 | -1/+1 |
| 2019-12-13 | Lexilla implemented as loadable lexer. | Neil | 1 | -2/+0 |
| 2019-12-14 | Remove links to lexers with SCI_EMPTYCATALOGUE definition. | Neil | 1 | -0/+4 |
| 2019-12-31 | Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can | Neil | 2 | -19/+13 |
| 2019-12-13 | Move automatic numbering of external lexers from Catalogue to ExternalLexer. | Neil | 2 | -6/+5 |
| 2019-12-13 | Use safe mechanism to convert to function pointers. | Neil | 1 | -10/+23 |
| 2019-12-13 | Hide details of ExternalLexer and export ExternalLexerLoad function only. | Neil | 3 | -58/+72 |
| 2019-12-13 | Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx. | Neil | 1 | -0/+8 |
| 2019-12-02 | Use noexcept and const where reasonable. | Neil | 2 | -4/+4 |
| 2019-12-02 | Add SparseVector::DeleteRange for efficiently removing ranges. | Neil | 1 | -0/+37 |
| 2019-12-02 | Add SparseVector::IndexAfter for efficiently finding elements in a range. | Neil | 1 | -0/+7 |
| 2019-12-01 | Allow setting value at end of a SparseVector. | Neil | 1 | -16/+23 |
| 2019-12-01 | Fix a bug with deleting the first element in SparseVector that left an extra | Neil | 2 | -6/+44 |
| 2019-11-26 | Bug [#2140]. Fix where anchor and caret differ only in amount of virtual space | Neil | 1 | -2/+2 |
| 2019-11-25 | Fix regression in 7773 where position wasn't moved on to account for virtual | Neil | 1 | -0/+1 |