aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-27Backport: Updated dependencies.Neil1-45/+68
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: Use generic std::abs instead of abs and fabs.Neil1-3/+3
2019-03-31Backport: Use generic versions of ceil, floor, round, lround, trunc from <cma...mitchell2-6/+6
2019-01-13Backport: Replace the only use of a function from <cctype> with a Scintilla f...Neil1-1/+0
2019-01-07Backport: Stop variable shadowing. This makes the code easier to understand a...Neil1-1/+1
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-3/+4
2018-05-25Backport: Add GradientRectangle method to Surface to draw rectangles with ver...mitchell1-0/+27
2018-05-25Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ...mitchell1-16/+4
2018-05-14Backport: Modernize Platform.h (2) - noexcept, const, constexpr.Neil1-3/+3
2018-05-14Backport: Modernize Platform.h (1) - noexcept, const, standard methods.Neil2-10/+9
2018-05-02Backport: Decrease use of casts and replace reinterpret_cast with static_cast.Neil Hodgson4-26/+28
2018-05-01Backport: Updated dependencies.Neil Hodgson1-29/+31
2018-05-01Backport: Bug [#2012]. Use '0' instead of '0l'.Neil1-1/+1
2018-04-28Backport: Delete standard functions on classes where there could be attempts ...Neil1-0/+2
2018-04-26Backport: Update dependencies for ElapsedPeriod.Neil Hodgson1-15/+15
2018-05-06Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...mitchell1-22/+0
2018-04-25Backport: Use set of coercion functions for transforming WndProc parameters i...Neil1-4/+4
2018-04-25Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8.Neil2-6/+6
2018-04-05Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on Edit...Neil1-5/+5
2018-04-04Backport: Cache client rectangle on EditView so it can be used easily inside ...Neil1-5/+5
2018-03-24Backport: Removed unwanted include.Neil1-1/+1
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni...mitchell3-35/+32
2018-05-05Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By...mitchell1-1/+1