| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-07-02 | Readying 4.2.0 release. | Neil | 1 | -2/+2 |
| 2019-06-30 | Bug [#2038]. Source of input reported in SCN_CHARADDED. | Zufu Liu | 3 | -8/+8 |
| 2019-06-24 | For encodings other than UTF-8, split input up into characters before calling | Neil Hodgson | 1 | -16/+29 |
| 2019-06-24 | On Cocoa, stop internal failures for missing fonts. | Neil Hodgson | 1 | -3/+5 |
| 2019-06-23 | Feature [feature-requests:#1297] Fixed one INDIC_IME forgotten in 7594. | Neil Hodgson | 1 | -1/+1 |
| 2019-06-22 | Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ as | Neil | 2 | -5/+5 |
| 2019-06-17 | Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF. | Zufu Liu | 1 | -2/+2 |
| 2019-06-16 | Fix Xcode static analysis warning by renmaing GetImage to CreateImage. | Neil Hodgson | 3 | -8/+8 |
| 2019-06-15 | Feature [feature-requests:#1295]. Lexer added for DataFlex. | Wil van Antwerpen | 1 | -0/+4 |
| 2019-06-13 | Make a new release due to a regression in SciTE with 4.1.6.rel-4-1-7 | Neil | 1 | -2/+2 |
| 2019-06-05 | Preparing for 4.1.6 release. | Neil | 1 | -2/+2 |
| 2019-05-11 | Feature [feature-requests:#1283]. Standardise spelling - "color" -> "colour". | Neil | 2 | -3/+3 |
| 2019-04-29 | Feature [feature-requests:#1280]. Lexer added for X12. | Iain Clarke | 1 | -0/+4 |
| 2019-04-13 | Preparing for 4.1.5 release. | Neil | 1 | -2/+2 |
| 2019-04-05 | Move UniqueStringCopy into its own source file UniqueString.cxx to hide the | Neil | 1 | -0/+4 |
| 2019-03-29 | Include "CharacterCategory.h" in all files that include "Document.h" as it will | Neil | 1 | -0/+1 |
| 2019-03-28 | Updated ScintillaTest internationalization to fix warnings from Xcode 10.2. | Neil Hodgson | 3 | -9/+6 |
| 2019-03-28 | Updated ScintillaFramework internationalization to fix warnings from Xcode 10.2. | Neil Hodgson | 2 | -14/+11 |
| 2019-03-25 | Use generic std::abs instead of abs and fabs. | Neil | 3 | -3/+3 |
| 2019-03-25 | Use generic versions of ceil, floor, round, lround, trunc from <cmath>. | Neil | 4 | -13/+20 |
| 2019-03-11 | Make idle processing more efficient on Cocoa by only notifying the relevant | Neil Hodgson | 1 | -1/+1 |
| 2019-03-11 | Enable Base internationalization to avoid warning from Xcode. | Neil Hodgson | 2 | -0/+2 |
| 2019-03-04 | Updated version number for release. | Neil | 1 | -2/+2 |
| 2019-02-28 | Feature [feature-requests:#1265]. Common Intermediate Language (CIL) lexer. | Jed Altahan | 1 | -0/+4 |
| 2019-01-13 | Replace the only use of a function from <cctype> with a Scintilla function. | Neil | 1 | -1/+0 |
| 2019-01-07 | Updates for version 4.1.3.rel-4-1-3 | Neil | 1 | -2/+2 |
| 2019-01-06 | Bug [#2022]. Fix incorrect horizontal offset on macOS 10.14 Mojave. | Chinh Nguyen | 2 | -1/+31 |
| 2018-11-21 | Feature [feature-requests:#1242]. Add lexer for Nim | Jad Altahan | 1 | -0/+4 |
| 2018-11-20 | Bug [#2061]. Fix a crash that occurred when entering a dead key diacritic then a | Neil Hodgson | 1 | -1/+12 |
| 2018-10-21 | Bug [#2055]. Use dark info bar background when system is set to Dark Appearance. | John Horigan | 3 | -1/+4 |
| 2018-10-11 | Add SCI_SETCOMMANDEVENTS API to allow turning off command events. | Neil | 1 | -1/+1 |
| 2018-10-04 | Fix crash when particular patterns of invalid UTF-8 led to failure to create a | Neil Hodgson | 1 | -1/+4 |
| 2018-09-30 | Updates for 4.1.2 release. | Neil | 1 | -2/+2 |
| 2018-09-05 | Updates for 4.1.1. | Neil | 1 | -2/+2 |
| 2018-08-16 | For reverse arrow margin cursor, move hotspot to the tip of the arrow. | Neil Hodgson | 1 | -1/+1 |
| 2018-06-21 | Feature [feature-requests:#1185]. Add lexers for SAS and Stata. | Luke Rasmussen | 1 | -0/+8 |
| 2018-06-15 | Updates for 4.1.0. | Neil | 1 | -2/+2 |
| 2018-06-07 | Update Cocoa enumerations to current names instead of deprecated names. | Neil Hodgson | 4 | -17/+17 |
| 2018-06-02 | Implement IScreenLineLayout for Cocoa Core Text as ScreenLineLayout. | Neil | 2 | -4/+218 |
| 2018-06-02 | Define IScreenLineLayout as the main interface for implementing bidirectional | Neil | 2 | -13/+3 |
| 2018-05-23 | Add definitions for bidirectional support to Platform.h and provide empty | Neil | 2 | -0/+23 |
| 2018-05-22 | Add GradientRectangle method to Surface to draw rectangles with vertical or | Neil | 2 | -0/+45 |
| 2018-05-21 | If decoding DBCS text fails, use the MacRoman encoding to ensure something is | Neil Hodgson | 2 | -11/+35 |
| 2018-05-21 | Remove CGContextRef field in QuartzTextLayout as it is only used in draw method | Neil Hodgson | 2 | -19/+8 |
| 2018-05-18 | Add <vector> to files that include Platform.h as likely needed in future. | Neil | 2 | -0/+2 |
| 2018-05-15 | Fix crashes for invalid DBCS characters when dragging text, changing case of | Neil Hodgson | 1 | -0/+14 |
| 2018-05-14 | Modernize Platform.h (4) - update Surface to use string_view for text arguments. | Neil | 3 | -29/+28 |
| 2018-05-14 | Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for | Neil | 2 | -15/+3 |
| 2018-05-14 | Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 1 | -3/+3 |
| 2018-05-14 | Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 1 | -7/+7 |