aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2020-05-09Updated makefile deps.mitchell1-3/+166
2020-04-05Backport: Widen types to size_t to match change from int to position of CallT...mitchell1-0/+1
2020-03-29Fixed bad backport r8078:742f17c763a4.mitchell1-0/+5
2020-03-26Backport: Fix spelling mistakes.Neil2-6/+6
2020-03-21Backport: Bug [#2149]. Enable windowed IME on Wayland by setting as transient...Zufu Liu2-2/+13
2020-03-21Backport: Remove some casts that are not needed.Zufu Liu1-3/+2
2020-03-27Backport: Use dynamic_cast and assertion to make bugs more obvious.mitchell3-46/+46
2020-02-15Backport: Extract image conversion from RGBA to BGRA premultiplied into commo...Neil1-10/+5
2020-02-09Backport: Standardise header guard names and use.Neil1-1/+1
2020-01-06Backport: Bug [#2135]. Prevent movement of candidate window while typing.Zufu Liu1-2/+4
2020-01-06Backport: Bug [#2135]. Improve location of candidate window.Zufu Liu1-2/+4
2020-01-06Backport: Bug [#2135]. Set candidate window position in windowed IME mode.Zufu Liu1-0/+2
2020-03-05Fixed building LPeg lexer on GTK.mitchell1-2/+2
2020-01-06More synchronizing LongTerm3 with default.mitchell1-1/+1
2020-01-05Added Sci::round() and Sci::lround() for better compatibility with the defaul...mitchell1-2/+2
2020-01-05Added Sci::make_unique() and Sci::size() for better compatibility with the de...mitchell1-1/+1
2020-01-05Synchronizing LongTerm3 with default.mitchell2-3/+3
2020-01-04Backport: Added Raku lexer and style properties and example filesmitchell1-0/+14
2020-01-03Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h...mitchell2-3/+1
2019-12-13Backport: Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.Neil3-27/+2
2019-12-30Backport: Use pattern rules instead of suffix rules as they are clearer.Neil1-4/+6
2019-12-30Backport: Remove line end whitespace.Neil1-1/+1
2019-12-29Backport: Builds without GNU extensions so set to standard C++11.Neil1-1/+1
2019-12-29Backport: Standardize names and order between make files on win32 and gtk.Neil1-3/+4
2019-12-29Backport: Support Clang on Windows.Neil1-0/+12
2019-12-27Backport: Use Unix paths except when deleting files, then call normalize to c...Neil1-3/+5
2019-12-29Backport: Use if function to simplify GTK version setting.Neil1-6/+2
2019-12-29Backport: Simplify makefile and use better variable names.Neil1-30/+26
2019-12-27Backport: Collect objects into variables and define one-per-line.Neil1-7/+52
2019-12-29Backport: Drop G_THREADS_IMPL_NONE as not implemented in glib since 2011.Neil1-9/+3
2019-12-29Backport: Use ranlib everywhere so no special case on macOS.Neil1-7/+1
2019-12-29Backport: Move suppression of Clang warning missing-braces from makefile to a...Neil1-1/+1
2019-12-29Backport: Update comments.Neil1-4/+5
2019-12-13Backport: Fix incorrect comments.Neil1-1/+1
2019-11-22Backport: Replace GTimeVal and g_get_current_time with gint64 and g_get_monot...Neil2-11/+5
2019-11-15Backport: Feature [feature-requests:#1316] Allow target to have virtual space.Neil1-4/+4
2019-12-06Backport: Feature [feature-requests:#1324] Add Hollywood lexer.mitchell1-0/+13
2019-09-30Backport: Delete standard functions on classes where there could be attempts ...Neil Hodgson4-1/+47
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell1-5/+2
2019-06-29Backport: Bug [#2111]. Retracted change to IME on GTK.Neil1-7/+0
2019-06-22Backport: Bug [#2111]. Reset IME when mouse is clicked on GTK.Hodong Kim1-0/+7
2019-06-22Backport: Remove CHECK_DEPRECATED option as deprecations always checked.Neil Hodgson1-4/+1
2019-06-22Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead o...Neil1-5/+5
2019-07-11Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.mitchell1-3/+3
2019-07-11Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.mitchell1-0/+12
2019-05-27Backport: Feature [feature-requests:#1280]. Lexer added for X12.mitchell1-0/+8
2019-04-27Fixed bad backport involving std::round and std::lround for older Mac OSX SDKs.mitchell1-2/+2
2019-04-11Backport: Bug [#2087]. Fix flickering when inserting primary selection on GTK...Neil2-14/+32
2019-04-11Backport: Bug [#2094]. Avoid exceptions by treating text as one-byte per char...Neil1-0/+6
2019-04-05Backport: Bug [#2095]. gtk: Accessible: emit the text deletion signal before ...Colomban Wendling2-9/+3