| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-04-27 | Fixed bad backport involving std::round and std::lround for older Mac OSX SDKs. | mitchell | 1 | -2/+2 |
| 2019-03-27 | Backport: Ran astyle to standardize formatting. | Neil | 1 | -22/+22 |
| 2019-03-27 | Backport: Use const where reasonable. Some additional type safety. | Neil | 1 | -72/+77 |
| 2019-03-27 | Backport: Replace NULL/0 with nullptr. Mark noexcept where simple. | Neil | 1 | -99/+104 |
| 2019-03-27 | Backport: Add <algorithm> for std::min/max. Standardize on _WIN32 to gate Win... | Neil | 1 | -0/+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 | 1 | -2/+2 |
| 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 | 1 | -8/+8 |
| 2018-05-06 | Backport: Use <chrono> for platform-independent timing and remove ElapsedTime... | mitchell | 1 | -22/+0 |
| 2018-05-05 | Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By... | mitchell | 1 | -1/+1 |
| 2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and f... | Neil | 1 | -6/+0 |
| 2017-06-12 | Backport: Removed unused functions and methods from Platform.h. | Neil | 1 | -100/+0 |
| 2017-06-11 | Backport: Implement SCN_AUTOCSELECTIONCHANGE notification. | Neil | 1 | -9/+31 |
| 2017-06-10 | Backport: Require GTK+ 2.24 or later. Removes support for earlier versions. | Baldur Karlsson | 1 | -33/+0 |
| 2017-06-09 | Backport: Use min and max from std instead of own version from platform. | Neil | 1 | -4/+4 |
| 2017-04-22 | Include <memory> for std::unique_ptr. | Neil | 1 | -0/+1 |
| 2017-04-15 | Avoid calling virtual functions in constructors and destructors. | Neil | 1 | -2/+7 |
| 2017-04-07 | Use same parameter names in declarations and definitions. | Neil | 1 | -6/+6 |
| 2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -5/+5 |
| 2017-03-07 | GTK: Fix popup positioning on monitors not positioned at 0,0 | Colomban Wendling | 1 | -20/+14 |
| 2017-03-04 | Use C++11 keyword "override" for methods that override a base class. | Neil | 1 | -63/+63 |
| 2017-01-04 | Use new simplified API for showing menu on GTK+ 3.22 as old API was deprecated. | Neil | 1 | -3/+11 |
| 2017-01-04 | Use newer APIs for screen/monitor/display on GTK+ 3.22 as old APIs deprecated. | Neil | 1 | -7/+35 |
| 2017-01-04 | Fix display of autocompletion lists and calltips on GTK+ 3.22 on Wayland by | Neil | 1 | -1/+5 |
| 2016-11-07 | Remove warning suppressions for a version of Clang from 4 years ago. | Neil | 1 | -5/+0 |
| 2016-10-23 | Bug [#1874]. GTK: Avoid warnings about unused parameters | Colomban Wendling | 1 | -1/+1 |
| 2016-09-06 | GTK: Fix autoc font size on GTK >= 3.21.0 | Colomban Wendling | 1 | -1/+9 |
| 2016-05-05 | Remove template adaptor as only g_iconv is used now. Use glib's gsize type as it | Neil Hodgson | 1 | -8/+8 |
| 2016-04-30 | Move function braces for consistency. | Neil Hodgson | 1 | -4/+2 |
| 2016-04-27 | GTK: Get border for the exact current style's state on GTK 3 | Colomban Wendling | 1 | -3/+4 |
| 2016-04-27 | GTK: Fix auto-completion popup sizing code for GTK 3.20 | Colomban Wendling | 1 | -24/+39 |
| 2016-04-27 | GTK: Plug a memory leak | Colomban Wendling | 1 | -0/+1 |
| 2016-04-27 | GTK: Fix fetching the frame border width on GTK 3.20 | Colomban Wendling | 1 | -1/+24 |
| 2016-04-27 | GTK: Fix popup font on GTK >= 3.20 | Colomban Wendling | 1 | -1/+1 |
| 2016-04-12 | Font cache removed along with its thread locking and initialisation. | Neil Hodgson | 1 | -249/+21 |
| 2016-03-25 | Since stddef.h is the most basic header, defining size_t, move it first. | Neil | 1 | -1/+1 |
| 2015-11-20 | Remove line end whitespace. | Neil | 1 | -1/+1 |
| 2015-10-25 | GTK: Fix autoc popup row height on GTK2 when it changes at runtime | Colomban Wendling | 1 | -2/+2 |
| 2015-09-27 | Simplify casting by using static_cast instead of reinterpret_cast, glib macros | Neil | 1 | -8/+8 |
| 2015-09-05 | Remove #if sections which are not required for GTK+ 2.18. | nyamatongwe | 1 | -17/+2 |
| 2015-09-05 | With the minimum GTK+ version now 2.18, remove #if conditions required for older | nyamatongwe | 1 | -7/+1 |
| 2015-09-03 | Removing support for old GTK+ versions. Minimum GTK+ is 2.18 with glib 2.22. | Neil | 1 | -6/+1 |
| 2015-08-26 | Removed setting list colours on GTK+ 3.16+ as no longer appears needed. | Neil | 1 | -1/+5 |
| 2015-08-26 | Use current CSS theming calls instead of deprecated gtk_widget_override_font. | Neil | 1 | -2/+42 |
| 2015-08-26 | On GTK+ 3.x, fix height of lines in autocompletion lists to match the font. | Neil | 1 | -1/+5 |
| 2015-08-16 | On GTK+, support code page 866 with SC_CHARSET_OEM866. | Serg Stetsuk | 1 | -0/+2 |
| 2015-06-05 | Simplified retrieval of correct display for widget and ensure works on older ... | nyamatongwe | 1 | -10/+1 |