aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2020-01-06Bug [#2135]. Prevent movement of candidate window while typing.Zufu Liu1-2/+4
2020-01-06Bug [#2135]. Improve location of candidate window.Zufu Liu1-2/+4
2020-01-06Bug [#2135]. Set candidate window position in windowed IME mode.Zufu Liu1-0/+2
2020-01-03Added Raku lexer and style properties and example filesMark Reay1-0/+14
2019-12-31Move collection of modules from Catalogue.cxx to CatalogueModules.h so it canNeil2-3/+1
2019-12-13Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.Neil3-27/+2
2019-12-30Use pattern rules instead of suffix rules as they are clearer.Neil1-4/+6
2019-12-30Remove line end whitespace.Neil1-1/+1
2019-12-29Builds without GNU extensions so set to standard C++17.Neil1-1/+1
2019-12-29Standardize names and order between make files on win32 and gtk.Neil1-4/+4
2019-12-29Support Clang on Windows.Neil1-0/+12
2019-12-27Use Unix paths except when deleting files, then call normalize to change / to \.Neil1-3/+5
2019-12-29Use if function to simplify GTK version setting.Neil1-6/+2
2019-12-29Simplify makefile and use better variable names.Neil1-26/+22
2019-12-27Collect objects into variables and define one-per-line.Neil1-7/+52
2019-12-29Drop G_THREADS_IMPL_NONE as not implemented in glib since 2011.Neil1-9/+3
2019-12-29Use ranlib everywhere so no special case on macOS.Neil1-7/+1
2019-12-29Move suppression of Clang warning missing-braces from makefile to apply toNeil1-1/+1
2019-12-29Update comments.Neil1-4/+5
2019-12-13Fix incorrect comments.Neil1-1/+1
2019-11-22Replace GTimeVal and g_get_current_time with gint64 and g_get_monotonic_time.Neil2-11/+5
2019-11-15Feature [feature-requests:#1316] Allow target to have virtual space.Neil1-4/+4
2019-11-12Feature [feature-requests:#1324] Add Hollywood lexer.Andreas Falkenhahn1-0/+13
2019-09-30Delete standard functions on classes where there could be attempts to copy.Neil Hodgson4-1/+47
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu1-5/+2
2019-06-29Bug [#2111]. Retracted change to IME on GTK.Neil1-7/+0
2019-06-22Bug [#2111]. Reset IME when mouse is clicked on GTK.Hodong Kim1-0/+7
2019-06-22Remove CHECK_DEPRECATED option as deprecations always checked.Neil Hodgson1-4/+1
2019-06-22Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ asNeil1-5/+5
2019-06-17Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.Zufu Liu1-3/+3
2019-06-15Feature [feature-requests:#1295]. Lexer added for DataFlex.Wil van Antwerpen1-0/+12
2019-04-29Feature [feature-requests:#1280]. Lexer added for X12.Iain Clarke1-0/+8
2019-04-12Bug [#2093]. Remove restrictions on IME input length.Zufu Liu1-2/+1
2019-04-11Bug [#2087]. Fix flickering when inserting primary selection on GTK betweenNeil2-14/+32
2019-04-11Bug [#2094]. Avoid exceptions by treating text as one-byte per character inNeil1-0/+6
2019-04-08Make dependencies scripts work when called from scite/scripts/RegenerateSourc...Neil1-2/+2
2019-04-05Bug [#2095]. gtk: Accessible: emit the text deletion signal before deletionColomban Wendling2-9/+3
2019-04-05Bug [#2094]. gtk: Accessible: use the built-in character position cacheColomban Wendling3-25/+19
2019-04-06Updated dependencies for change set 7401 adding UniqueString.cxx.Neil1-0/+3
2019-04-05Move UniqueStringCopy into its own source file UniqueString.cxx to hide theNeil1-1/+1
2019-04-01Switch generation of make dependencies to Python scripts DepGen.py.Neil3-760/+1957
2019-03-29Include "CharacterCategory.h" in all files that include "Document.h" as it willNeil2-0/+2
2019-03-28Use standard GDK_SELECTION_CLIPBOARD instead of interning "CLIPBOARD".Neil2-6/+3
2019-03-28Bug [#2087]. Fix flicker when inserting primary selection on GTK.Neil2-28/+44
2019-03-27Updated dependencies.Neil1-45/+68
2019-03-27Ran astyle to standardize formatting.Neil4-349/+351
2019-03-27Fix problem with MinGW which defines NOMINMAX itself.Neil2-0/+2
2019-03-27Use const where reasonable. Some additional type safety.Neil2-123/+128
2019-03-27Standardize extracting point from mouse event, more noexcept, anonymousNeil2-27/+34
2019-03-27Replace NULL/0 with nullptr. Mark noexcept where simple.Neil5-218/+224