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
sciteco-rel-5-5-8
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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-05
Update version number to 5.0.0.
Neil
1
-1
/
+1
2020-11-07
Update Qt projects to exclude lexers and lexlib.
Neil
1
-33
/
+7
2020-11-28
Update version number to 4.4.6 and release date.
Neil
1
-1
/
+1
2020-09-05
Update version number to 4.4.5.
Neil
1
-1
/
+1
2020-07-18
Updates for 4.4.4.
Neil
1
-1
/
+1
2020-07-13
Minor warning fixes. 0 -> nullptr and static_cast -> dynamic_cast.
Neil
2
-4
/
+4
2020-07-13
Use float for text size in case application calls SCI_STYLESETSIZEFRACTIONAL.
Neil
1
-1
/
+1
2020-07-13
Replace QTime with QElapsedTimer as QTime::start deprecated.
Neil
1
-2
/
+2
2020-07-08
Fix translucent rectangle drawing on Qt.
Neil
1
-12
/
+28
2020-07-08
Use correct signature to override QListWidget::selectionChanged and use this to
Neil
1
-14
/
+21
2020-07-08
Fix deprecated QDesktopWidget::availableGeometry call to use currently supported
Neil
1
-8
/
+21
2020-07-08
Fix deprecated Qt call to use currently supported call.
Neil
2
-1
/
+5
2020-06-03
Updates for 4.4.3.
Neil
1
-1
/
+1
2020-06-02
Updates for 4.4.2.
rel-4-4-2
Neil
1
-1
/
+1
2020-05-28
Updates for 4.4.0.
Neil
1
-1
/
+1
2020-04-23
Updates for 4.3.3.
rel-4-3-3
Neil
1
-1
/
+1
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-04-07
Use const as avoids warning.
Neil
2
-2
/
+2
2020-03-06
Readying 4.3.1 release.
rel-4-3-2
Neil
1
-1
/
+1
2020-03-01
Readying 4.3.1 release.
rel-4-3-1
Neil
1
-1
/
+1
2020-01-12
Readying 4.3.0 release.
rel-4-3-0
Neil
1
-1
/
+1
2020-01-06
Bug [#2147]. Don't clear clipboard before copying text.
Neil
1
-1
/
+0
2020-01-05
Fix some warnings.
Neil
3
-4
/
+4
2019-12-13
Use safe mechanism for converting between function pointers and void*.
Neil
1
-8
/
+8
2019-12-13
Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.
Neil
2
-15
/
+0
2019-12-11
Readying 4.2.3 release.
rel-4-2-3
Neil
1
-1
/
+1
2019-12-03
Readying 4.2.2 release.
rel-4-2-2
Neil
1
-1
/
+1
2019-11-04
Avoid warnings where const reasonable.
Neil
1
-4
/
+14
2019-10-20
Readying 4.2.1 release.
rel-4-2-1
Neil
1
-1
/
+1
2019-09-28
Avoid calling virtual methods during destruction to stop warnings.
Neil
2
-8
/
+23
2019-07-02
Readying 4.2.0 release.
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-06-13
Make a new release due to a regression in SciTE with 4.1.6.
rel-4-1-7
Neil
1
-1
/
+1
2019-06-05
Preparing for 4.1.6 release.
Neil
1
-1
/
+1
2019-04-13
Preparing for 4.1.5 release.
Neil
1
-1
/
+1
2019-04-12
Bug [#2093]. Remove restrictions on IME input length.
Zufu Liu
1
-2
/
+1
2019-04-05
Move UniqueStringCopy into its own source file UniqueString.cxx to hide the
Neil
1
-0
/
+1
2019-03-29
Include "CharacterCategory.h" in all files that include "Document.h" as it will
Neil
1
-0
/
+1
2019-03-04
Updated version number for release.
Neil
1
-1
/
+1
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-07
Updates for version 4.1.3.
rel-4-1-3
Neil
1
-1
/
+1
2019-01-03
Avoid shadowing of AutoSurface.
Neil
1
-3
/
+3
2018-12-14
Stop specifying -std:c++latest as that is no longer needed to enable C++17 with
Neil
1
-4
/
+0
2018-10-11
Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
1
-4
/
+6
[next]