aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-21Backport: Fix some runtime warnings caused by previous change as wSelectionNeil Hodgson1-4/+4
2018-03-21Backport: Fix warnings about NULL selection widget by moving creation and des...Mitchell Foral1-4/+2
2018-03-16Backport: Remove line-end white space.Neil1-1/+1
2018-03-15Backport: Use forward class definitions of XPM and RGBAImage so only code tha...Neil2-2/+0
2018-03-08Backport: Create static library libscintilla.a or libscintilla.lib on Windows.Neil1-4/+5
2018-03-06Backport: Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann1-0/+5
2017-11-21Backport: Update make dependencies due to splitting off ILoader.h.Neil Hodgson1-89/+107
2017-11-21Backport: Update marshalling of signals from Scintilla, changing deprecated N...Neil Hodgson3-42/+39
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil6-26/+0
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not belon...Neil2-0/+2
2017-08-02Backport: Switch default modifier key for rectangular selections from Ctrl to...Neil Hodgson1-4/+0
2017-07-29Backport: Bug [#1876]. Fix scrollbar and corner drawing and flickering of text.Neil Hodgson2-6/+36
2017-07-23Backport: Lexer style metadata uses arrays of struct literals but don't want ...Neil Hodgson1-2/+5
2017-07-07Backport: Bug [#1949]. Fix drawing failure in wrap mode for GTK+ 2.x.Neil1-1/+2
2017-06-22Backport: Add a DefaultLexer class which lexers can subclass if they want rea...Neil1-1/+1
2017-06-12Backport: Remove old timer code in favour of the FineTicker* methods.Neil2-8/+0
2017-06-12Backport: Simplify mouse and keyboard handling by only retaining the 'WithMod...Neil1-5/+10
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil1-100/+0
2017-06-11Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.Neil1-9/+31
2017-06-10Backport: Require GTK+ 2.24 or later. Removes support for earlier versions.Baldur Karlsson2-63/+0
2017-06-09Backport: Use min and max from std instead of own version from platform.Neil2-8/+8
2018-03-11Added optional Lua lexer support.mitchell1-4/+16
2017-05-22Bug [#1946]. Builds are made with a sorted list of lexers to be more reproduc...Bernhard M. Wiedemann1-1/+1
2017-05-21Update make dependencies for GTK+.Neil1-63/+71
2017-05-21Make SparseVector work with move-only types.Neil2-0/+2
2017-05-07Use unique_ptr on GTK+.Neil1-11/+6
2017-05-02For GTK+, use unique_ptr for drawing surfaces and don't check for allocationNeil1-36/+24
2017-04-22Include <memory> for std::unique_ptr.Neil1-0/+1
2017-04-21More consistent deletion of standard methods.Neil1-1/+1
2017-04-19Use =delete for unwanted functions.Neil1-4/+3
2017-04-19Use "override" for GTK+ and Qt platform layers.Neil1-37/+37
2017-04-15Avoid calling virtual functions in constructors and destructors.Neil3-7/+11
2017-04-15Fix deprecation of gdk_window_process_updates in GTK+ 3.22 by redrawing insteadNeil1-4/+6