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
2025-05-12
Fix building for Qt on Linux. Was broken by change 9738 (0327fa0f000b).
Neil Hodgson
1
-1
/
+1
2025-04-22
Move common IME code from platform layers to ScintillaBase.
Neil
1
-32
/
+2
2025-03-20
Bug [#2465]. Signal autoCompleteSelection converts from local encoding when not
8day
1
-1
/
+1
2025-03-08
Bug [#2466]. Avoid dwell start when mouse moved outside the Scintilla widget.
Gianluca Vaccari
1
-0
/
+6
2025-01-04
Use const, unnamed namespace, and named constant.
Neil
1
-34
/
+40
2025-01-04
Fix bug where double-click stopped working after running for weeks.
Neil
1
-4
/
+16
2024-08-09
Simplify code that sets an empty selection at a position.
Neil
1
-2
/
+1
2023-10-10
Share definition of colour used for IME indicators on most platforms.
Neil
1
-2
/
+0
2023-08-24
Fix potential crash when using IME with large amount of text selected.
Neil
1
-1
/
+1
2023-08-02
Bug [#2395]. Allow parent window to handle context menu events by setting as
Gary James
1
-0
/
+3
2023-07-14
Feature [feature-requests:#1488] Stop aligning IME candidate window to target on
johnsonj
1
-8
/
+0
2023-06-18
Implement replacement for IMEs which may help with actions like reconversion.
johnsonj
1
-0
/
+11
2023-06-15
For IMEs, update micro focus when selection changes.
johnsonj
1
-0
/
+3
2023-05-26
Return correct position within paragraph for IME in characters instead of bytes.
johnsonj
1
-1
/
+1
2023-05-09
Stop movement of IME candidate box.
johnsonj
1
-5
/
+11
2023-05-08
On Qt for Cocoa, fix crash in entry of multi-character strings with IME.
chengzhi
1
-2
/
+9
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
[next]