aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/ScintillaEditBase.h
AgeCommit message (Expand)AuthorFilesLines
2018-06-02Backport: Extra header needed with g++ on Linux.Neil Hodgson1-0/+1
2018-05-25Backport: Add <vector> to files that include Platform.h as likely needed in f...mitchell1-0/+2
2018-05-25Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ...mitchell1-0/+2
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil1-8/+3
2017-07-12Backport: Bug [#1957]. Add focusChanged(bool focused) signal.Justin Dailey1-0/+1
2017-07-04Backport: Dropping files fires the SCN_URIDROPPED notification instead of ins...Justin Dailey1-1/+1
2017-07-01Backport: Include the 'updated' flags in the updateUi signal.Justin Dailey1-1/+1
2017-06-14Backport: Use same #if guard as other files.Neil1-0/+2
2017-06-12Backport: Simplify mouse and keyboard handling by only retaining the 'WithMod...Neil1-0/+1
2017-04-19Use "override" for GTK+ and Qt platform layers.Neil1-19/+19
2015-11-20Remove line end whitespace.Neil1-1/+1
2015-05-13Make single argument constructors explicit where simple to avoid possibility ofNeil1-1/+1
2015-04-09Improvements to IME supporting multiple carets, handling Korean moreNeil1-0/+4
2012-09-24Added autoCompleteCancelled signalJohn Ehresman1-0/+1
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+151