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
2023-01-17
Allow scrolling with mouse wheel when scroll bar hidden.
Mitchell Foral
1
-11
/
+3
2022-10-29
On Qt, implement SCI_SETRECTANGULARSELECTIONMODIFIER for all platforms.
dail8859
1
-14
/
+0
2022-08-13
Move ModifierFlags to ScintillaTypes.h as it is globally useful and not tied
Neil
1
-4
/
+4
2022-05-11
Bug [#2328]. For Qt 6.x, ensure QByteArray created when text is null but
John Ehresman
1
-1
/
+1
2021-12-12
Fix some minor analysis warnings.
Neil
1
-5
/
+7
2021-12-12
Fix ambiguity for Qt on Linux with gcc.
Neil Hodgson
1
-2
/
+2
2021-12-12
Fix potential Qt bug with position truncation for ImSurroundingText on huge
Neil
1
-14
/
+2
2021-12-12
Type harmonization between Scintilla and Qt types.
Neil
1
-22
/
+23
2021-12-12
Use types that adapt to 64-bit mode to avoid potential issues on huge documents.
Neil
1
-14
/
+14
2021-11-23
Fix warnings from Qt Creator 5.
Neil Hodgson
1
-6
/
+4
2021-10-26
Prefer constexpr to #define.
Neil
1
-18
/
+16
2021-10-26
Better and fewer casts.
Neil
1
-4
/
+4
2021-10-26
Ensure variables initialized.
Neil
1
-2
/
+2
2021-10-24
Remove spaces from SIGNALs as that avoids extra allocations and clazy warnings.
Neil
1
-4
/
+4
2021-05-31
Use Scintilla::Position type which widens to 64-bit on 64-bit systems to allow
Neil
1
-1
/
+1
2021-05-31
Use stricter types in signals from ScintillaEditBase.
Neil
1
-32
/
+32
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-14
/
+15
2021-05-22
Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef
Neil
1
-4
/
+4
2021-05-09
Add @file <filename> comments to follow convention.
Neil
1
-1
/
+1
2021-04-25
Feature [feature-requests:#1402]. Unify colour type with ColourAlpha.
Neil
1
-4
/
+4
2021-04-23
Work around some Qt 5.14 and 5.15 deprecations with #if so will contrinue to
Neil Hodgson
1
-3
/
+36
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
[next]