| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-07-11 | Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED. | mitchell | 1 | -5/+2 |
| 2019-06-29 | Backport: Bug [#2111]. Retracted change to IME on GTK. | Neil | 1 | -7/+0 |
| 2019-06-22 | Backport: Bug [#2111]. Reset IME when mouse is clicked on GTK. | Hodong Kim | 1 | -0/+7 |
| 2019-06-22 | Backport: Remove CHECK_DEPRECATED option as deprecations always checked. | Neil Hodgson | 1 | -4/+1 |
| 2019-06-22 | Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead o... | Neil | 1 | -5/+5 |
| 2019-07-11 | Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF. | mitchell | 1 | -3/+3 |
| 2019-07-11 | Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex. | mitchell | 1 | -0/+12 |
| 2019-05-27 | Backport: Feature [feature-requests:#1280]. Lexer added for X12. | mitchell | 1 | -0/+8 |
| 2019-04-27 | Fixed bad backport involving std::round and std::lround for older Mac OSX SDKs. | mitchell | 1 | -2/+2 |
| 2019-04-11 | Backport: Bug [#2087]. Fix flickering when inserting primary selection on GTK... | Neil | 2 | -14/+32 |
| 2019-04-11 | Backport: Bug [#2094]. Avoid exceptions by treating text as one-byte per char... | Neil | 1 | -0/+6 |
| 2019-04-05 | Backport: Bug [#2095]. gtk: Accessible: emit the text deletion signal before ... | Colomban Wendling | 2 | -9/+3 |
| 2019-04-05 | Backport: Bug [#2094]. gtk: Accessible: use the built-in character position c... | Colomban Wendling | 3 | -25/+19 |
| 2019-04-06 | Backport: Updated dependencies for change set 7401 adding UniqueString.cxx. | Neil | 1 | -0/+3 |
| 2019-04-17 | Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ... | mitchell | 1 | -1/+1 |
| 2019-04-01 | Backport: Switch generation of make dependencies to Python scripts DepGen.py. | Neil | 3 | -760/+1957 |
| 2019-03-29 | Backport: Include "CharacterCategory.h" in all files that include "Document.h... | Neil | 2 | -0/+2 |
| 2019-03-28 | Backport: Use standard GDK_SELECTION_CLIPBOARD instead of interning "CLIPBOARD". | Neil | 2 | -6/+3 |
| 2019-03-28 | Backport: Bug [#2087]. Fix flicker when inserting primary selection on GTK. | Neil | 2 | -28/+44 |
| 2019-03-27 | Backport: Updated dependencies. | Neil | 1 | -45/+68 |
| 2019-03-27 | Backport: Ran astyle to standardize formatting. | Neil | 4 | -254/+256 |
| 2019-03-27 | Backport: Fix problem with MinGW which defines NOMINMAX itself. | Neil | 2 | -0/+2 |
| 2019-03-27 | Backport: Use const where reasonable. Some additional type safety. | Neil | 2 | -123/+128 |
| 2019-03-27 | Backport: Standardize extracting point from mouse event, more noexcept, anony... | Neil | 2 | -27/+34 |
| 2019-03-27 | Backport: Replace NULL/0 with nullptr. Mark noexcept where simple. | Neil | 5 | -218/+224 |
| 2019-03-27 | Backport: Initialize all the fields of ScintillaGTK. | Neil | 1 | -2/+6 |
| 2019-03-27 | Backport: Add <algorithm> for std::min/max. Standardize on _WIN32 to gate Win... | Neil | 3 | -2/+7 |
| 2019-03-26 | Backport: Make PWidget noexcept and take const argument so it can be used in ... | Neil | 1 | -1/+1 |
| 2019-03-25 | Backport: Use generic std::abs instead of abs and fabs. | Neil | 1 | -3/+3 |
| 2019-03-31 | Backport: Use generic versions of ceil, floor, round, lround, trunc from <cma... | mitchell | 2 | -6/+6 |
| 2019-01-13 | Backport: Replace the only use of a function from <cctype> with a Scintilla f... | Neil | 1 | -1/+0 |
| 2019-01-07 | Backport: Stop variable shadowing. This makes the code easier to understand a... | Neil | 1 | -1/+1 |
| 2018-10-11 | Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events. | Neil | 1 | -3/+4 |
| 2018-05-25 | Backport: Add GradientRectangle method to Surface to draw rectangles with ver... | mitchell | 1 | -0/+27 |
| 2018-05-25 | Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ... | mitchell | 1 | -16/+4 |
| 2018-05-14 | Backport: Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 1 | -3/+3 |
| 2018-05-14 | Backport: Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 2 | -10/+9 |
| 2018-05-02 | Backport: Decrease use of casts and replace reinterpret_cast with static_cast. | Neil Hodgson | 4 | -26/+28 |
| 2018-05-01 | Backport: Updated dependencies. | Neil Hodgson | 1 | -29/+31 |
| 2018-05-01 | Backport: Bug [#2012]. Use '0' instead of '0l'. | Neil | 1 | -1/+1 |
| 2018-04-28 | Backport: Delete standard functions on classes where there could be attempts ... | Neil | 1 | -0/+2 |
| 2018-04-26 | Backport: Update dependencies for ElapsedPeriod. | Neil Hodgson | 1 | -15/+15 |
| 2018-05-06 | Backport: Use <chrono> for platform-independent timing and remove ElapsedTime... | mitchell | 1 | -22/+0 |
| 2018-04-25 | Backport: Use set of coercion functions for transforming WndProc parameters i... | Neil | 1 | -4/+4 |
| 2018-04-25 | Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8. | Neil | 2 | -6/+6 |
| 2018-04-05 | Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on Edit... | Neil | 1 | -5/+5 |
| 2018-04-04 | Backport: Cache client rectangle on EditView so it can be used easily inside ... | Neil | 1 | -5/+5 |
| 2018-03-24 | Backport: Removed unwanted include. | Neil | 1 | -1/+1 |
| 2018-05-05 | Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni... | mitchell | 3 | -35/+32 |
| 2018-05-05 | Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By... | mitchell | 1 | -1/+1 |