| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-04-11 | Backport: Bug [#2087]. Fix flickering when inserting primary selection on GTK... | Neil | 1 | -13/+29 |
| 2019-04-05 | Backport: Bug [#2094]. gtk: Accessible: use the built-in character position c... | Colomban Wendling | 1 | -1/+1 |
| 2019-03-29 | Backport: Include "CharacterCategory.h" in all files that include "Document.h... | Neil | 1 | -0/+1 |
| 2019-03-28 | Backport: Use standard GDK_SELECTION_CLIPBOARD instead of interning "CLIPBOARD". | Neil | 1 | -5/+3 |
| 2019-03-28 | Backport: Bug [#2087]. Fix flicker when inserting primary selection on GTK. | Neil | 1 | -28/+40 |
| 2019-03-27 | Backport: Ran astyle to standardize formatting. | Neil | 1 | -212/+214 |
| 2019-03-27 | Backport: Fix problem with MinGW which defines NOMINMAX itself. | Neil | 1 | -0/+1 |
| 2019-03-27 | Backport: Use const where reasonable. Some additional type safety. | Neil | 1 | -51/+51 |
| 2019-03-27 | Backport: Standardize extracting point from mouse event, more noexcept, anony... | Neil | 1 | -26/+33 |
| 2019-03-27 | Backport: Replace NULL/0 with nullptr. Mark noexcept where simple. | Neil | 1 | -63/+64 |
| 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 | 1 | -1/+3 |
| 2019-03-26 | Backport: Make PWidget noexcept and take const argument so it can be used in ... | Neil | 1 | -1/+1 |
| 2019-03-31 | Backport: Use generic versions of ceil, floor, round, lround, trunc from <cma... | mitchell | 1 | -4/+4 |
| 2019-01-13 | Backport: Replace the only use of a function from <cctype> with a Scintilla f... | Neil | 1 | -1/+0 |
| 2018-10-11 | Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events. | Neil | 1 | -3/+4 |
| 2018-05-14 | Backport: Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 1 | -2/+1 |
| 2018-05-02 | Backport: Decrease use of casts and replace reinterpret_cast with static_cast. | Neil Hodgson | 1 | -23/+24 |
| 2018-05-01 | Backport: Bug [#2012]. Use '0' instead of '0l'. | Neil | 1 | -1/+1 |
| 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 | 1 | -4/+4 |
| 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-05-05 | Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni... | mitchell | 1 | -1/+0 |
| 2018-03-21 | Backport: Fix some runtime warnings caused by previous change as wSelection | Neil Hodgson | 1 | -4/+4 |
| 2018-03-21 | Backport: Fix warnings about NULL selection widget by moving creation and des... | Mitchell Foral | 1 | -4/+2 |
| 2018-03-16 | Backport: Remove line-end white space. | Neil | 1 | -1/+1 |
| 2018-03-15 | Backport: Use forward class definitions of XPM and RGBAImage so only code tha... | Neil | 1 | -1/+0 |
| 2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and f... | Neil | 1 | -6/+0 |
| 2017-08-28 | Backport: New header ILoader.h defines ILoader interface as it does not belon... | Neil | 1 | -0/+1 |
| 2017-08-02 | Backport: Switch default modifier key for rectangular selections from Ctrl to... | Neil Hodgson | 1 | -4/+0 |
| 2017-07-29 | Backport: Bug [#1876]. Fix scrollbar and corner drawing and flickering of text. | Neil Hodgson | 1 | -6/+33 |
| 2017-07-07 | Backport: Bug [#1949]. Fix drawing failure in wrap mode for GTK+ 2.x. | Neil | 1 | -1/+2 |
| 2017-06-12 | Backport: Remove old timer code in favour of the FineTicker* methods. | Neil | 1 | -7/+0 |
| 2017-06-12 | Backport: Simplify mouse and keyboard handling by only retaining the 'WithMod... | Neil | 1 | -5/+10 |
| 2017-06-10 | Backport: Require GTK+ 2.24 or later. Removes support for earlier versions. | Baldur Karlsson | 1 | -30/+0 |
| 2017-06-09 | Backport: Use min and max from std instead of own version from platform. | Neil | 1 | -4/+4 |
| 2017-05-21 | Make SparseVector work with move-only types. | Neil | 1 | -0/+1 |
| 2017-05-07 | Use unique_ptr on GTK+. | Neil | 1 | -11/+6 |
| 2017-05-02 | For GTK+, use unique_ptr for drawing surfaces and don't check for allocation | Neil | 1 | -36/+24 |
| 2017-04-15 | Avoid calling virtual functions in constructors and destructors. | Neil | 1 | -4/+3 |
| 2017-04-15 | Fix deprecation of gdk_window_process_updates in GTK+ 3.22 by redrawing instead | Neil | 1 | -4/+6 |
| 2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -7/+8 |
| 2017-03-31 | Hide decorations details a little. | Neil | 1 | -1/+1 |
| 2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -8/+8 |
| 2017-03-07 | Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled. | Neil | 1 | -0/+14 |
| 2017-03-06 | Use several C++11 features as examples so problems with these features are seen. | Vicente | 1 | -0/+1 |
| 2017-03-05 | For IMEs, do not clear selected text when there is no composition text to show. | johnsonj | 1 | -1/+4 |
| 2017-03-04 | Use C++11 keyword "override" for methods that override a base class. | Neil | 1 | -2/+2 |
| 2017-02-21 | Bug [#1901]. GTK: Fix double scrolling under X11 | Colomban Wendling | 1 | -1/+1 |