aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil1-4/+0
2017-07-29Backport: Bug [#1876]. Fix scrollbar and corner drawing and flickering of text.Neil Hodgson1-0/+3
2017-06-12Backport: Remove 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