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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-02
Backport: Release build turns off assert by defining NDEBUG.
Neil Hodgson
1
-0
/
+1
2019-10-31
Backport: Feature [feature-requests:#1319] Include ARM64 in project.
Zufu Liu
1
-2
/
+38
2019-10-31
Backport: Feature [feature-requests:#1319] SUBSYSTEM is more explanatory than...
Neil
1
-3
/
+3
2019-10-30
Backport: Feature [feature-requests:#1319] Allow building for ARM64.
Zufu Liu
1
-4
/
+7
2019-10-30
Backport: Feature [feature-requests:#1304] Avoid unnecessary IME caret movement.
Zufu Liu
2
-7
/
+28
2019-10-30
Backport: Reduce unwanted warnings from cppcheck.
Neil
1
-1
/
+7
2019-10-28
Backport: Added credit.
Neil
1
-0
/
+1
2019-12-06
Backport: Added section for next release.
mitchell
1
-3
/
+11
2019-12-06
Updated check.mak to include Lua include path only for LexLPeg.o.
mitchell
1
-1
/
+3
2019-10-26
Added tag rel-3-11-1 for changeset 6dc0a3777095
mitchell
1
-0
/
+1
2019-10-26
Preparing for 3.11.1 release.
rel-3-11-1
mitchell
8
-18
/
+27
2019-10-26
Updated BACKPORTING.
mitchell
1
-4
/
+11
2019-10-19
Backport: Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the st...
Zufu Liu
2
-3
/
+28
2019-10-16
Backport: Feature [feature-requests:#1315] Update to Unicode 12.1.
Neil
3
-56
/
+113
2019-10-16
Backport: Call LoadLibrary with DLL path as Python 3.8 doesn't look for DLLs ...
Neil
1
-4
/
+2
2019-10-13
Backport: Added const from patch on bug #2131.
Zufu Liu
1
-1
/
+1
2019-10-13
Backport: Bug [#2131]. Turn off whitespace fold flag when fold.compact=0.
Zufu Liu
2
-1
/
+6
2019-10-04
Backport: Clarified value 0 for SCI_SETWHITESPACESIZE.
Neil
1
-0
/
+1
2019-07-05
Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications ca...
Neil
5
-1
/
+33
2019-07-05
Backport: Add SetAppearance method to make changes to appearance settings and...
Neil
1
-0
/
+13
2019-10-26
Updated check.mak to include Lua include path only for LexLPeg.o.
mitchell
1
-1
/
+4
2019-09-30
Backport: Feature [feature-requests:#1305] Optimize setting up keyword lists ...
Zufu Liu
5
-14
/
+50
2019-09-30
Backport: Delete standard functions on classes where there could be attempts ...
Neil Hodgson
4
-1
/
+47
2019-09-28
Backport: Updated suppression file for Cppcheck 1.89.
Neil
1
-7
/
+118
2019-09-28
Backport: Remove virtual call in constructor to stop warnings.
Neil
1
-1
/
+0
2019-09-28
Backport: Avoid calling virtual methods during destruction to stop warnings.
Neil
2
-8
/
+23
2019-09-28
Backport: Bug [#2129]. Fix crash with 'interface=none' comment.
Neil
2
-1
/
+6
2019-09-26
Backport: Remove extraneous check.
Neil
1
-3
/
+1
2019-09-28
Backport: Updated credits.
Neil
1
-1
/
+1
2019-09-26
Backport: Bug [#2121]. Support indented here-docs.
SilverDirk
2
-0
/
+32
2019-09-26
Backport: Feature [feature-requests:#1306] Fold qw arrays.
Zufu Liu
2
-0
/
+10
2019-07-17
Backport: Feature [feature-requests:#1300] part 5. Stop Google IME on Windows...
johnsonj
2
-0
/
+6
2019-07-17
Backport: Feature [feature-requests:#1300] part 4. Align candidate window to ...
johnsonj
2
-0
/
+6
2019-07-17
Backport: Feature [feature-requests:#1300] part 3. Stop candidate window movi...
johnsonj
2
-2
/
+6
2019-07-17
Backport: Feature [feature-requests:#1300] part 2. Position candidate window ...
Zufu Liu
2
-1
/
+6
2019-10-26
Updated check.mak to include Lua include path.
mitchell
1
-1
/
+1
2019-07-17
Backport: Bug [#2120]. Avoid candidate window obscuring text when near bottom...
Neil
2
-2
/
+22
2019-10-12
lexlua: Prevent double-counting of fold points on a single line.
mitchell
1
-1
/
+1
2019-10-12
lexlua: Added MediaWiki lexer.
mitchell
2
-0
/
+59
2019-09-20
lexlua: Removed `print()` statement in updated prolog lexer.
mitchell
1
-2
/
+0
2019-09-20
lexlua: More updates to logtalk and prolog lexers.
mitchell
2
-138
/
+390
2019-09-20
lexlua: C lexer recognizes indented preprocessor words.
mitchell
1
-5
/
+2
2019-09-20
lexlua: Updated Rust lexer.
mitchell
1
-21
/
+49
2019-09-17
Updated Prolog and Logtalk lexers.
mitchell
2
-17
/
+28
2019-08-30
Added tag rel-3-11-0 for changeset 0d1f1c82f64f
mitchell
1
-0
/
+1
2019-08-30
Preparing for 3.11.0 release.
rel-3-11-0
mitchell
9
-20
/
+20
2019-07-11
Updated BACKPORTING.
mitchell
1
-0
/
+20
2019-07-03
Backport: Mentioning second bug report for 2110.
Neil
1
-1
/
+3
2019-07-02
Backport: Bug [#2115]. Backed out changeset: d70ccc4f172a as not undefined be...
Neil
1
-3
/
+2
2019-07-02
Backport: Bug [#2115]. Backed out changeset: 74b2c724a1df as not undefined be...
Neil
1
-2
/
+2
[next]