aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/ScintillaEditBase.h
AgeCommit message (Expand)AuthorFilesLines
2018-06-02Extra header needed with g++ on Linux.Neil Hodgson1-0/+1
2018-05-26Add necessary headers and move includes to be in same order.Neil1-0/+2
2018-05-18Add <vector> to files that include Platform.h as likely needed in future.Neil1-0/+1
2018-05-14Include <string_view> to allow future use in Platform interface and Unicode.Neil1-0/+2
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-8/+3
2017-07-12Bug [#1957]. Add focusChanged(bool focused) signal.Justin Dailey1-0/+1
2017-07-04Dropping files fires the SCN_URIDROPPED notification instead of inserting text.Justin Dailey1-1/+1
2017-07-01Include the 'updated' flags in the updateUi signal.Justin Dailey1-1/+1
2017-06-14Use same #if guard as other files.Neil1-0/+2
2017-06-12Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.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