aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Backport: Use same types for CheckLevelCommentLine to allow 64-bit Sci_Position.Neil1-1/+1
2017-06-19Backport: The default encoding is now UTF-8.Neil3-10/+13
2017-06-15Backport: Avoid warnings from G++ 7 for ScintillaEditPy in code generated by ...Neil1-1/+3
2017-06-14Backport: Use $$files instead of bare wildcard to support including in a pare...Neil3-5/+6
2017-06-14Backport: Use same #if guard as other files.Neil1-0/+2
2017-06-13Backport: Bug [#1949]. Fix drawing failure in wrap mode for delete to start/e...Neil2-4/+15
2017-06-13Backport: Hide MSVC incremental linker files and Qt qnake artifacts.Neil1-0/+3
2018-03-14Updated curses platform to add FineTicker* stubs.mitchell1-1/+5
2017-06-12Backport: Remove old timer code in favour of the FineTicker* methods.Neil9-136/+22
2018-03-14Simplify mouse and keyboard handling in curses.mitchell1-6/+8
2017-06-12Backport: Simplify mouse and keyboard handling by only retaining the 'WithMod...Neil9-116/+73
2018-03-14Removed unused functions and methods from curses and replaced Platform::Clamp...mitchell2-28/+6
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil22-554/+172
2018-03-13Implement SCN_AUTOCSELECTIONCHANGE notification for curses.mitchell1-9/+9
2017-06-11Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.Neil11-66/+239
2017-06-10Backport: Avoid warnings when compiling unit tests with recent GCC.Neil1-0/+8
2018-03-13Update GTK+ version requirements.mitchell3-5/+5
2017-06-07Backport: Bug [#1919]. Rust - Update integer suffixes.Pavel Sountsov2-1/+7
2017-06-10Backport: Require GTK+ 2.24 or later. Removes support for earlier versions.Baldur Karlsson2-63/+0
2017-06-10Backport: Bug [#1947]. Reenable mouse tracking when the window is reshown.Baldur Karlsson2-0/+8
2018-03-13Prepare changelog for 3.x.mitchell1-0/+11
2017-06-09Backport: Use 64-bit safe type for return from Scintilla.Neil1-2/+2
2017-06-09Backport: Use min and max from std instead of own version from platform.Neil7-21/+30
2017-06-09Backport: Avoid signed safety warnings from GCC 7.Neil1-2/+2
2018-03-13Backport: Bug as it uses a getter and discards the result instead of a setter.mitchell1-1/+1
2018-03-11Added optional Lua lexer support.mitchell223-30/+55163
2018-03-10Added curses platform.mitchell11-4/+1857
2017-10-15Apply patch set #6396 to LongTerm3 Branch.oirfeodent1-4/+6
2017-08-30Apply patch set #6385 to LongTerm3 Branch.oirfeodent1-1/+4
2017-08-08Added tag rel-3-7-6 for changeset caeb7b0e4db6Neil1-0/+2
2017-08-08Removed tag rel-3-7-6Neil1-0/+2
2017-08-08Updated version number.rel-3-7-6Neil1-1/+1
2017-08-08Added tag rel-3-7-6 for changeset c534665d5d34Neil1-0/+1
2017-07-05Apply patch set #6335 to LongTerm3 Branch.oirfeodent1-1/+1
2017-06-15Apply change set 6308 to LongTerm3 branch.Neil Hodgson1-1/+1
2017-05-30Starting 3.x long term maintenance branch.Neil0-0/+0
2017-05-26Added tag rel-3-7-5 for changeset 7c0d4e81e938Neil1-0/+1
2017-05-24Fixed version.rel-3-7-5Neil1-1/+1
2017-05-23Standardize spelling.Neil Hodgson1-81/+81
2017-05-23Updated for 3.7.5 release.Neil8-18/+22
2017-05-22More canonical version of previous change 6283.Neil1-5/+1
2017-05-22Fix a crash when a line containing a marker was deleted.Neil1-1/+5
2017-05-18Handle Hex & Exp representations properly. Octal representation not available...oirfeodent2-3/+24
2017-05-22Bug [#1946]. Builds are made with a sorted list of lexers to be more reproduc...Bernhard M. Wiedemann3-2/+7
2017-05-21Update make dependencies for GTK+.Neil1-63/+71
2017-05-21Use UniqueString to simplify FontNames.Neil4-22/+12
2017-05-21Use unique_ptr and forward_list to regularize PerLine data structures.Neil6-130/+68
2017-05-21Make SparseVector work with move-only types.Neil21-148/+235
2017-05-21Make SplitVector work with move-only types like unique_ptr.Neil9-63/+116
2017-05-19Avoid explicit memory management.Neil1-3/+2