| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2018-05-14 | Include <string_view> to allow future use in Platform interface and Unicode. | Neil | 3 | -0/+5 |
| 2018-05-06 | Updates for 4.0.5.rel-4-0-5 | Neil | 1 | -2/+2 |
| 2018-05-01 | Remove dead function and unnecessary casts. Convert C casts to C++ casts. | Neil Hodgson | 2 | -28/+14 |
| 2018-05-01 | Hoist conversion between NSEvent time and Editor method time into function. | Neil Hodgson | 1 | -5/+19 |
| 2018-05-01 | Bug [#2012]. Use '0' instead of '0l'. | Neil | 1 | -1/+1 |
| 2018-04-26 | Use <chrono> for platform-independent timing and remove ElapsedTime. | Neil | 1 | -28/+0 |
| 2018-04-25 | Remove variables and casts that are not needed. | Neil | 1 | -2/+2 |
| 2018-04-25 | Use set of coercion functions for transforming WndProc parameters into pointers. | Neil | 1 | -3/+3 |
| 2018-04-25 | Standardized signature of TargetAsUTF8 and EncodedFromUTF8. | Neil | 2 | -4/+4 |
| 2018-04-22 | Fix problems with 64-bit positions by using types that expand to 64-bits and | Neil Hodgson | 3 | -31/+33 |