Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-02 | Backport: Extra header needed with g++ on Linux. | Neil Hodgson | 1 | -0/+1 | |
Backport of changeset 7016:ae8936026bdf. | |||||
2018-05-25 | Backport: Add <vector> to files that include Platform.h as likely needed in ↵ | mitchell | 1 | -0/+2 | |
future. Backport of changeset 6959:b534742f5fa5. | |||||
2018-05-25 | Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵ | mitchell | 1 | -0/+2 | |
size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -8/+3 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-07-12 | Backport: Bug [#1957]. Add focusChanged(bool focused) signal. | Justin Dailey | 1 | -0/+1 | |
Backport of changeset 6342:216bf96995c8. | |||||
2017-07-04 | Backport: Dropping files fires the SCN_URIDROPPED notification instead of ↵ | Justin Dailey | 1 | -1/+1 | |
inserting text. Backport of changeset 6334:5ca0ae5097a1. | |||||
2017-07-01 | Backport: Include the 'updated' flags in the updateUi signal. | Justin Dailey | 1 | -1/+1 | |
Don't send updateUi for focus in. Backport of changeset 6331:47a4b85d2fa8. | |||||
2017-06-14 | Backport: Use same #if guard as other files. | Neil | 1 | -0/+2 | |
Backport of changeset 6314:29c42c61f7c4. | |||||
2017-06-12 | Backport: Simplify mouse and keyboard handling by only retaining the ↵ | Neil | 1 | -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-19 | Use "override" for GTK+ and Qt platform layers. | Neil | 1 | -19/+19 | |
2015-11-20 | Remove line end whitespace. | Neil | 1 | -1/+1 | |
2015-05-13 | Make single argument constructors explicit where simple to avoid possibility of | Neil | 1 | -1/+1 | |
unintended conversions. | |||||
2015-04-09 | Improvements to IME supporting multiple carets, handling Korean more | Neil | 1 | -0/+4 | |
idiomatically and behaving more consistently with the other platforms. From johnsonj. | |||||
2012-09-24 | Added autoCompleteCancelled signal | John Ehresman | 1 | -0/+1 | |
2012-05-17 | Qt platform layer added. Based on an implementation from Jason Haslam | nyamatongwe | 1 | -0/+151 | |
at Scientific Toolworks, Inc. with additions performed for Wingware. |