aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Backport: Remove inclusion of "CharacterCategory.h" where not needed and add ...Neil3-2/+1
2019-04-08lexlua: Fixed rule order in YAML lexer.mitchell1-1/+1
2019-04-08lexlua: Fixed lack of highlighting strings in YAML.mitchell1-0/+1
2019-04-01Updated BACKPORTING.mitchell1-5/+50
2019-03-28Backport: Updated ScintillaFramework internationalization to fix warnings fro...Neil Hodgson2-8/+8
2019-03-27Backport: Updated dependencies for Win32.Neil2-70/+81
2019-03-28Backport: Use standard GDK_SELECTION_CLIPBOARD instead of interning "CLIPBOARD".Neil2-6/+3
2019-03-28Backport: Bug [#2087]. Fix flicker when inserting primary selection on GTK.Neil3-28/+48
2019-03-27Backport: Updated dependencies.Neil1-45/+68
2019-03-23Backport: Simplified preprocessor conditional styling code, renamed 'active' ...Neil1-33/+63
2019-03-27Backport: Ran astyle to standardize formatting.Neil4-254/+256
2019-03-27Backport: Fix problem with MinGW which defines NOMINMAX itself.Neil2-0/+2
2019-03-27Backport: Use const where reasonable. Some additional type safety.Neil2-123/+128
2019-03-27Backport: Standardize extracting point from mouse event, more noexcept, anony...Neil2-27/+34
2019-03-27Backport: Replace NULL/0 with nullptr. Mark noexcept where simple.Neil5-218/+224
2019-03-27Backport: Initialize all the fields of ScintillaGTK.Neil1-2/+6
2019-03-27Backport: Add <algorithm> for std::min/max. Standardize on _WIN32 to gate Win...Neil3-2/+7
2019-03-26Backport: Make PWidget noexcept and take const argument so it can be used in ...Neil1-1/+1
2019-03-25Backport: Convert #defines to enums and hide them in private section so not v...Neil1-9/+8
2019-03-25Backport: Use generic std::abs instead of abs and fabs.Neil5-12/+12
2019-03-31Backport: Use generic versions of ceil, floor, round, lround, trunc from <cma...mitchell10-41/+48
2019-03-23Backport: Fix warnings from MSVC Code Analysis.Neil1-30/+37
2019-03-23Backport: Add Contains(char) to avoid casts in client code. Remove cast in Ad...Neil1-4/+8
2019-03-20Backport: Use noexcept where sensible. Rename UTF8 string_view parameters for...Neil2-6/+6
2019-03-20Backport: Implement WStringFromUTF8 to simplify code that creates wstring obj...Neil4-13/+33
2019-03-19Backport: Make constructors of simple classes noexcept.Neil7-19/+19
2019-03-19Backport: Make destructors public to avoid warnings.Neil3-3/+9
2019-03-18Backport: Add some operators to Point to simplify client code.Neil5-24/+27
2019-03-18Backport: Minor warnings fixed - uninitialized, nullptr, type agreement, avoi...Neil1-3/+3
2019-03-18Backport: Use noexcept where allowed, not inherited from base class, and not ...Neil1-53/+53
2019-03-12Backport: Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition.Neil1-2/+2
2019-03-11Backport: Update suppressions.Neil1-2/+5
2019-03-05Backport: Implement QueueIdleWork on Win32.Neil2-1/+35
2019-03-31Backport Avoid hangs in idle styling modes caused by high-priority idle work ...mitchell3-3/+13
2019-03-05Backport: Validate window after FullPaint caused by abandoning paint.Neil1-0/+1
2019-03-05Backport: Remove feature where WM_PAINT treated wParam as a PAINTSTRUCT*.Neil2-23/+13
2019-03-11Backport: Make idle processing more efficient on Cocoa by only notifying the ...Neil Hodgson1-1/+1
2019-03-11Backport: Enable Base internationalization to avoid warning from Xcode.Neil Hodgson2-0/+2
2019-03-09Backport: Feature [feature-requests:#1268]. Improve the styling of numbers in...Jad Altahan4-13/+34
2019-03-31Updated LongTerm3 download links.mitchell1-3/+3
2019-03-27lexlua: Added support for CSS 3.mitchell1-2/+9
2019-03-09Updated BACKPORTING.mitchell1-0/+19
2019-03-09Added tag rel-3-10-3 for changeset 233bf37d3becmitchell1-0/+1
2019-03-09Added Lua LPeg lexer changes to history.rel-3-10-3mitchell1-0/+6
2019-03-04Backport: Fix capitalisation.Neil1-2/+2
2019-03-09Updated version number for release.mitchell8-14/+14
2019-03-09Backport: Use constexpr where reasonable and move groups of static functions ...mitchell3-10/+18
2019-03-03Backport: Remove destructor that doesn't need to be defined.Neil1-2/+0
2019-03-03Backport: Use noexcept where reasonable.Neil14-115/+115
2019-03-03Backport: Delete standard methods of UndoGroup so it can not be copied.Neil1-0/+5