aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Bug [#2227]. On GTK 3 with Wayland, fix primary selection.Neil Hodgson1-3/+7
2021-04-15Widen some position and length values to match core APIs.Neil1-2/+2
2021-04-05Detect (some) changes to font options and clear position caches when changed.Neil1-0/+11
2021-03-19Switch enum to enum class.Neil1-4/+4
2020-06-24Converting between UTF-8 and current encoding.Neil1-0/+2
2021-03-18Use unique_ptr for CaseFolderForEncoding to show transfer of ownership.Neil1-1/+1
2020-05-22Hoist repeated test for string selection types into static method.Neil1-0/+1
2020-05-22Bug [#2171]. Implement per-monitor DPI Awareness on Windows.Chris Graham1-2/+3
2020-05-01Replace deprecated function pango_script_for_unichar with g_unichar_get_script.Neil1-1/+1
2020-03-21Bug [#2149]. Enable windowed IME on Wayland by setting as transient for main.Zufu Liu1-0/+1
2020-03-19Use dynamic_cast and assertion to make bugs more obvious.Neil1-5/+5
2019-11-22Replace GTimeVal and g_get_current_time with gint64 and g_get_monotonic_time.Neil1-1/+1
2019-09-30Delete standard functions on classes where there could be attempts to copy.Neil Hodgson1-0/+6
2019-04-11Bug [#2087]. Fix flickering when inserting primary selection on GTK betweenNeil1-1/+3
2019-03-28Use standard GDK_SELECTION_CLIPBOARD instead of interning "CLIPBOARD".Neil1-1/+0
2019-03-28Bug [#2087]. Fix flicker when inserting primary selection on GTK.Neil1-0/+4
2019-03-27Ran astyle to standardize formatting.Neil1-18/+18
2019-03-27Standardize extracting point from mouse event, more noexcept, anonymousNeil1-1/+1
2019-03-27Replace NULL/0 with nullptr. Mark noexcept where simple.Neil1-3/+3
2018-05-02Decrease use of casts and replace reinterpret_cast with static_cast.Neil Hodgson1-1/+2
2018-04-28Delete standard functions on classes where there could be attempts to copy.Neil1-0/+2
2018-04-25Standardized signature of TargetAsUTF8 and EncodedFromUTF8.Neil1-2/+2
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2017-07-29Bug [#1876]. Fix scrollbar and corner drawing and flickering of text.Neil Hodgson1-0/+3
2017-06-12Remove old timer code in favour of the FineTicker* methods.Neil1-1/+0
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.Neil1-1/+1
2017-04-07Use same parameter names in declarations and definitions.Neil1-3/+3
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-3/+3
2017-03-07Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.Neil1-0/+1
2017-02-01Bug [#1901]. Make trackpad scrolling work on Wayland.John Flatness1-0/+2
2016-10-27Mark as const to avoid warning.Neil1-1/+1
2016-10-23Bug [#1874]. GTK: Avoid warnings about unused parametersColomban Wendling1-1/+1
2016-10-21Initial accessibility support for the GTK platform v7Colomban Wendling1-0/+287