Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-11 | Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED. | mitchell | 1 | -6/+3 | |
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT. Backport of changeset 7613:4cfac35c71bd. | |||||
2019-07-11 | Backport: Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX. | mitchell | 1 | -0/+1 | |
Backport of changeset 7595:7de39ba4c5a5. | |||||
2019-06-22 | Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead ↵ | Neil | 1 | -6/+5 | |
of INDIC_ as INDIC_ is also used for indicator styles. Backport of changeset 7594:190079cd334f. | |||||
2019-07-11 | Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF. | mitchell | 1 | -5/+4 | |
Backport of changeset 7575:e1e9f53b0423. | |||||
2018-05-26 | Backport: Add necessary headers and move includes to be in same order. | Neil | 1 | -1/+1 | |
Backport of changeset 7002:010fd50b48a7. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
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/+8 | |
Backport of changeset 6342:216bf96995c8. | |||||
2017-07-04 | Backport: Dropping files fires the SCN_URIDROPPED notification instead of ↵ | Justin Dailey | 1 | -4/+11 | |
inserting text. Backport of changeset 6334:5ca0ae5097a1. | |||||
2017-07-01 | Backport: Include the 'updated' flags in the updateUi signal. | Justin Dailey | 1 | -2/+1 | |
Don't send updateUi for focus in. Backport of changeset 6331:47a4b85d2fa8. | |||||
2017-06-12 | Backport: Simplify mouse and keyboard handling by only retaining the ↵ | Neil | 1 | -11/+17 | |
'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-06-10 | Backport: Bug [#1947]. Reenable mouse tracking when the window is reshown. | Baldur Karlsson | 1 | -0/+3 | |
Backport of changeset 6300:d0038cc1af23. | |||||
2017-03-31 | Hide decorations details a little. | Neil | 1 | -1/+1 | |
2017-03-05 | For IMEs, do not clear selected text when there is no composition text to show. | johnsonj | 1 | -1/+4 | |
2016-12-01 | Bug [#1887]. Define QT_WS_MAC or QT_WS_X11 under qt5 from WS_OS_* macros | John Ehresman | 1 | -0/+11 | |
2016-11-23 | Implementation of MarginRightClick event. | Tse Kit Yam | 1 | -5/+14 | |
2016-04-14 | Simplified IME caret positioning. | johnsonj | 1 | -11/+8 | |
2016-03-10 | Fix caret position bug on Qt and Gtk for win32 for Korean.rel-3-6-4 | johnsonj | 1 | -0/+2 | |
2016-01-25 | Make IME indicators work similarly on all 3 platforms. | johnsonj | 1 | -25/+17 | |
2016-01-07 | Factored out mapping IME state to indicators and finding caret position. | johnsonj | 1 | -55/+66 | |
2015-12-14 | Block IME when some selected text is protected. | johnsonj | 1 | -1/+1 | |
2015-12-13 | Korean input by word fixed. | johnsonj | 1 | -3/+3 | |
2015-12-10 | Do nothing for IME composition for read-only documents. | johnsonj | 1 | -0/+5 | |
2015-11-20 | Remove line end whitespace. | Neil | 1 | -6/+6 | |
2015-10-27 | Use settings that may allow translucent painting. Incomplete as EditView does | Neil | 1 | -1/+1 | |
not currently support translucent painting. | |||||
2015-09-10 | Fix IME caret movements for emoji. | johnsonj | 1 | -1/+1 | |
2015-09-04 | Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text. | johnsonj | 1 | -1/+1 | |
2015-07-28 | Avoid candidate box randomly popping up away from edit pane with (especially | johnsonj | 1 | -0/+1 | |
Japanese) IME input. | |||||
2015-04-09 | Improvements to IME supporting multiple carets, handling Korean more | Neil | 1 | -71/+174 | |
idiomatically and behaving more consistently with the other platforms. From johnsonj. | |||||
2014-12-03 | Qt >= 5.3 has reverted to the 4.x handling of double click events. Undoes | Neil | 1 | -6/+0 | |
change set [6b9cc8]. | |||||
2014-02-10 | Fix 'possible loss of data' warnings on 64-bit Windows. | Neil | 1 | -2/+2 | |
2014-02-10 | Bug [#1575]. On Qt 5.x double click treated as triple click. | Neil | 1 | -0/+6 | |
From Mike M. | |||||
2013-10-31 | Fix drawing of scrollbars, where previous contents were not drawn over. | Neil | 1 | -1/+1 | |
From John Ehresman. | |||||
2013-08-15 | Feature: [feature-requests:#1007]. Option to allow mouse selection to | Neil | 1 | -1/+14 | |
switch to rectangular by pressing Alt after start of gesture. From Neomi. | |||||
2013-05-02 | For modifier keys, QApplication::keyboardModifiers() instead of ↵ | nyamatongwe | 1 | -11/+11 | |
event->modifiers() due to limitation mentioned in Qt documentation. http://qt-project.org/doc/qt-4.8/qkeyevent.html#modifiers | |||||
2013-05-01 | Set mouse tracking to false when widget is hidden | John Ehresman | 1 | -0/+3 | |
2013-04-26 | modifierTranslated only used on X11 so only define it there. | Neil Hodgson | 1 | -0/+2 | |
Avoids a compiler warning. | |||||
2013-04-26 | QInputContext is no longer available in Qt 5. | Neil Hodgson | 1 | -0/+2 | |
2012-09-24 | Added autoCompleteCancelled signal | John Ehresman | 1 | -0/+4 | |
2012-06-29 | Fix 64-bit compilation errors on Windows. | nyamatongwe | 1 | -3/+3 | |
From Fan Yang. | |||||
2012-05-17 | Qt platform layer added. Based on an implementation from Jason Haslam | nyamatongwe | 1 | -0/+635 | |
at Scientific Toolworks, Inc. with additions performed for Wingware. |