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
/
ScintillaQt.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-01
Add SCI_SCROLLVERTICAL API.
Neil
1
-0
/
+1
2022-10-29
On Qt, implement SCI_SETRECTANGULARSELECTIONMODIFIER for all platforms.
dail8859
1
-0
/
+7
2022-07-04
Avoid shadow warning from cppcheck 2.8.
Neil
1
-2
/
+2
2022-04-08
Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII so
Neil
1
-2
/
+0
2022-02-10
Replace "OS X' with "macOS".
Neil
1
-2
/
+2
2022-01-31
Place CaseFolderDBCS in unnamed namespace to avoid one definition rule warnings
Neil Hodgson
1
-0
/
+3
2021-11-23
Fix warnings from Qt Creator 5.
Neil Hodgson
1
-1
/
+1
2021-10-26
Use empty to avoid warning.
Neil
1
-1
/
+1
2021-10-26
Ensure variables initialized.
Neil
1
-4
/
+4
2021-10-25
Don't define destructors when not needed, use unique_ptr, explict constructors.
Neil
1
-1
/
+1
2021-10-24
Remove spaces from SIGNALs as that avoids extra allocations and clazy warnings.
Neil
1
-2
/
+2
2021-08-17
Make compile on older Qt 5.9.5 on Ubuntu 18.04 with gcc 7.5.0.
Neil Hodgson
1
-1
/
+1
2021-06-17
Add SciFnDirectStatus, a direct access function which also returns status so can
Neil
1
-1
/
+14
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-17
/
+17
2021-05-09
Add @file <filename> comments to follow convention.
Neil
1
-1
/
+1
2021-04-05
Change CaseConversion to an enum class.
Neil
1
-1
/
+1
2021-03-22
Replace multiple mode setting calls on Surface with SetMode as this is
Neil
1
-2
/
+1
2021-03-19
Switch enum to enum class.
Neil
1
-23
/
+22
2020-06-24
Converting between UTF-8 and current encoding.
Neil
1
-0
/
+22
2021-03-18
Use unique_ptr for CaseFolderForEncoding to show transfer of ownership.
Neil
1
-4
/
+4
2021-03-18
Use unique_ptr for Surface::Allocate to show transfer of ownership.
Neil
1
-3
/
+2
2020-04-10
Fix warning from g++.
Neil
1
-1
/
+1
2020-04-10
Fix some warnings from Clang-Tidy.
Neil
1
-6
/
+5
2020-04-10
Bug [#2168]. Fix bug where 'ยต' (Micro Sign) case-insensitively matches '?'.
Neil
1
-3
/
+5
2020-04-10
Bug [#2167]. Add line copy format on clipboard, compatible with Visual Studio.
Justin Dailey
1
-1
/
+33
2020-01-06
Bug [#2147]. Don't clear clipboard before copying text.
Neil
1
-1
/
+0
2020-01-05
Fix some warnings.
Neil
1
-1
/
+1
2019-12-13
Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.
Neil
1
-10
/
+0
2019-09-28
Avoid calling virtual methods during destruction to stop warnings.
Neil
1
-8
/
+21
2019-01-29
Bug [#1548]. Avoid call implemented in Qt 5.9 with earlier versions of Qt.
Neil
1
-0
/
+2
2019-01-24
Bug [#1548]. Implement calltips on Qt.
Andrea Ricchi
1
-1
/
+26
2019-01-03
Avoid shadowing of AutoSurface.
Neil
1
-3
/
+3
2018-10-11
Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
1
-4
/
+6
2018-05-26
Add necessary headers and move includes to be in same order.
Neil
1
-2
/
+2
2018-05-01
Remove cast that is not needed.
Neil
1
-1
/
+1
2018-05-01
Bug [#2012]. Use '0' instead of '0l'.
Neil
1
-1
/
+1
2018-04-05
Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.
Neil
1
-1
/
+1
2018-04-04
Cache client rectangle on EditView so it can be used easily inside EditView.
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-08-02
Switch default modifier key for rectangular selections from Ctrl to Alt on Li...
Neil Hodgson
1
-4
/
+0
2017-07-04
Dropping files fires the SCN_URIDROPPED notification instead of inserting text.
Justin Dailey
1
-0
/
+16
2017-06-12
Remove old timer code in favour of the FineTicker* methods.
Neil
1
-8
/
+0
2017-04-19
Use "override" for GTK+ and Qt platform layers.
Neil
1
-1
/
+1
2017-04-15
Avoid calling virtual functions in constructors and destructors.
Neil
1
-2
/
+2
2017-04-07
Use same parameter names in declarations and definitions.
Neil
1
-3
/
+3
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-4
/
+4
2016-02-29
Backed out changeset: 8bc19ede3b51
Neil
1
-27
/
+11
2016-02-24
Retry copying to clipboard if it fails as another application may have opened it
Jason Hallam
1
-11
/
+27
2015-05-13
Make single argument constructors explicit where simple to avoid possibility of
Neil
1
-1
/
+1
2015-04-09
Avoid "absolute-value" warning from clang 3.6.
Neil
1
-2
/
+2
[next]