aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-05Backport: Bug [#2094]. gtk: Accessible: use the built-in character position c...Colomban Wendling3-25/+19
2019-04-06Backport: Updated dependencies for change set 7401 adding UniqueString.cxx.Neil1-0/+3
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ...mitchell1-1/+1
2019-04-01Backport: Switch generation of make dependencies to Python scripts DepGen.py.Neil3-760/+1957
2019-03-29Backport: Include "CharacterCategory.h" in all files that include "Document.h...Neil2-0/+2
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.Neil2-28/+44