index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
qt
/
ScintillaEditBase
/
ScintillaEditBase.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-13
Minor warning fixes. 0 -> nullptr and static_cast -> dynamic_cast.
Neil
1
-1
/
+1
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
1
-6
/
+3
2019-06-22
Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ as
Neil
1
-5
/
+5
2019-06-17
Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.
Zufu Liu
1
-5
/
+4
2019-04-12
Bug [#2093]. Remove restrictions on IME input length.
Zufu Liu
1
-2
/
+1
2018-05-26
Add necessary headers and move includes to be in same order.
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-07-12
Bug [#1957]. Add focusChanged(bool focused) signal.
Justin Dailey
1
-0
/
+8
2017-07-04
Dropping files fires the SCN_URIDROPPED notification instead of inserting text.
Justin Dailey
1
-4
/
+11
2017-07-01
Include the 'updated' flags in the updateUi signal.
Justin Dailey
1
-2
/
+1
2017-06-12
Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.
Neil
1
-11
/
+17
2017-06-10
Bug [#1947]. Reenable mouse tracking when the window is reshown.
Baldur Karlsson
1
-0
/
+3
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
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
2015-04-09
Improvements to IME supporting multiple carets, handling Korean more
Neil
1
-71
/
+174
2014-12-03
Qt >= 5.3 has reverted to the 4.x handling of double click events. Undoes
Neil
1
-6
/
+0
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
2013-10-31
Fix drawing of scrollbars, where previous contents were not drawn over.
Neil
1
-1
/
+1
2013-08-15
Feature: [feature-requests:#1007]. Option to allow mouse selection to
Neil
1
-1
/
+14
2013-05-02
For modifier keys, QApplication::keyboardModifiers() instead of event->modifi...
nyamatongwe
1
-11
/
+11
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
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
2012-05-17
Qt platform layer added. Based on an implementation from Jason Haslam
nyamatongwe
1
-0
/
+635