aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/ScintillaEditBase.h
AgeCommit message (Collapse)AuthorFilesLines
2018-06-02Backport: Extra header needed with g++ on Linux.Neil Hodgson1-0/+1
Backport of changeset 7016:ae8936026bdf.
2018-05-25Backport: Add <vector> to files that include Platform.h as likely needed in ↵mitchell1-0/+2
future. Backport of changeset 6959:b534742f5fa5.
2018-05-25Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵mitchell1-0/+2
size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-8/+3
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-07-12Backport: Bug [#1957]. Add focusChanged(bool focused) signal.Justin Dailey1-0/+1
Backport of changeset 6342:216bf96995c8.
2017-07-04Backport: Dropping files fires the SCN_URIDROPPED notification instead of ↵Justin Dailey1-1/+1
inserting text. Backport of changeset 6334:5ca0ae5097a1.
2017-07-01Backport: Include the 'updated' flags in the updateUi signal.Justin Dailey1-1/+1
Don't send updateUi for focus in. Backport of changeset 6331:47a4b85d2fa8.
2017-06-14Backport: Use same #if guard as other files.Neil1-0/+2
Backport of changeset 6314:29c42c61f7c4.
2017-06-12Backport: Simplify mouse and keyboard handling by only retaining the ↵Neil1-0/+1
'WithModifiers" form. All events include a set of keyboard modifier flags. Older calls that passed individual parameters for each key were removed. Backport of changeset 6310:af83baede430.
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
unintended conversions.
2015-04-09Improvements to IME supporting multiple carets, handling Korean moreNeil1-0/+4
idiomatically and behaving more consistently with the other platforms. From johnsonj.
2012-09-24Added autoCompleteCancelled signalJohn Ehresman1-0/+1
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+151
at Scientific Toolworks, Inc. with additions performed for Wingware.