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-01-07
Backport: Stop variable shadowing. This makes the code easier to understand a...
Neil
1
-1
/
+1
2019-01-06
Backport: Bug [#2068]. Fix some clang-tidy warnings.
Zufu Liu
11
-16
/
+16
2019-01-06
Backport: Feature [feature-requests:#1251]. Properly ignore backslash in raw ...
Jad Altahan
1
-2
/
+7
2019-01-05
Backport: Modernize errorlist lexer a little - unnamed namespace, reducing va...
Neil
1
-20
/
+19
2019-01-05
Backport: Recognize negative line numbers in GCC-format messages.
Neil
2
-1
/
+6
2019-01-03
Backport: Update suppressions for Cppcheck 1.86.
Neil
1
-0
/
+7
2019-01-03
Backport: Avoid shadowing of AutoSurface.
Neil
1
-3
/
+3
2019-01-03
Backport: Bug [#2073]. Stop GetCharacterAndWidth returning negative character...
Zufu Liu
1
-2
/
+2
2018-12-12
Backport: Feature [feature-requests:#1247]. Handles message groups as well as...
Iain Clarke
2
-31
/
+83
2018-12-12
Backport: Bug [#2069]. LexerCPP: modernize int to std::string conversion
Jannick
1
-3
/
+1
2018-12-12
Backport: Bug [#2069]. LexCPP: fix bug in arithmetic calculation by adding pr...
Jannick
2
-5
/
+14
2018-12-07
Backport: Feature [feature-requests:#1246]. Replace MAKELONG with MAKELRESULT...
Zufu Liu
1
-3
/
+3
2018-12-04
Backport: Bug [#2062]. Interpret continued preprocessor lines correctly by re...
Neil
2
-10
/
+25
2018-11-29
Backport: Notify with SC_UPDATE_SELECTION when user performs a multiple selec...
Neil
2
-0
/
+4
2018-11-28
Backport: Move functions to unnamed namespace
Jad Altahan
1
-101
/
+106
2018-11-28
Backport: Removed description of fold.comment as it is shared with other lexe...
Neil
1
-2
/
+1
2018-11-28
Backport: Bug [#2054]. Reimplemented as an object lexer to support substyles ...
Kacper Kasper
2
-44
/
+225
2019-01-12
Fixed LexNim backport error.
mitchell
1
-2
/
+2
2018-11-21
Backport: Changes to IsNumOctal & SCE_NIM_IDENTIFIER
Jad Altahan
1
-5
/
+5
2018-11-21
Backport: Feature [feature-requests:#1242]. Add lexer for Nim
Jad Altahan
7
-1
/
+756
2018-11-20
Bug [#2061]. Fix a crash that occurred when entering a dead key diacritic then a
Neil Hodgson
2
-1
/
+25
2018-11-18
Backport: Bug [#2059]. Update URL in comment.
Neil
1
-1
/
+1
2018-11-25
lexlua: Updated ConTeXt Lua lexer with proper diff.
mitchell
1
-10
/
+14
2018-11-25
lexlua: Updated ConTeXt lexer.
mitchell
1
-15
/
+19
2018-10-31
Added tag rel-3-10-1 for changeset 28b920189a7c
mitchell
1
-0
/
+1
2018-10-31
Updated for 3.10.1.
rel-3-10-1
mitchell
9
-15
/
+97
2018-10-26
lexlua: Fixed HTML unit test with lexer update.
mitchell
1
-5
/
+3
2018-10-26
Updated BACKPORTING.
mitchell
1
-6
/
+47
2018-10-18
Backport: Updated case conversion and character categories to Unicode 11.
Neil
3
-62
/
+187
2018-10-17
Backport: Use nullptr, default brace and member initialisation for some simpl...
Neil
2
-52
/
+42
2018-10-17
Backport: Use nullptr and default brace initialisation for some simple cases.
Neil
3
-4
/
+6
2018-10-17
Backport: Bug [#2051]. Correct return value from SCI_MARKERADD for invalid li...
Neil
2
-5
/
+9
2018-10-16
Backport: Suppress warnings from cppcheck 1.85.
Neil
1
-0
/
+10
2018-10-16
Backport: Make damping work in ActionDuration.
Colomban Wendling
1
-1
/
+1
2018-10-15
Backport: Set number of lines wrapped in one go to maintain responsiveness an...
Neil
3
-2
/
+17
2018-10-15
Backport: Extract duration measurement damping and clamping into ActionDurati...
Neil
3
-24
/
+47
2018-10-11
Backport: Replace NULL and 0 with nullptr in clear cases of pure C++ code.
Neil
9
-31
/
+31
2018-10-11
Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
10
-15
/
+55
2018-10-09
Backport: Improve performance of Editor::RangeText by avoding per-character c...
Neil
1
-3
/
+1
2018-10-09
Backport: Improve performance of text insertion when Unicode line indexing off.
Neil
2
-7
/
+16
2018-10-09
Backport: Extra tests for out-of-range arguments.
Neil
1
-0
/
+3
2018-09-30
Backport: Synchronize definition and documentation.
Neil
2
-4
/
+4
2018-09-29
Backport: Use nullptr when simple.
Neil
1
-6
/
+6
2018-09-29
Backport: Normalize formatting with astyle.
Neil
1
-5
/
+5
2018-09-29
Backport: Remove dead code.
Neil
1
-1
/
+0
2018-09-29
Backport: Bug [#2047]. Avoid processing when SCI_SETZOOM to same value as bef...
Zufu Liu
1
-5
/
+9
2018-09-26
Backport: Bug [#2046]. Optimize setting up representation.
Zufu Liu
1
-2
/
+3
2018-09-24
Backport: Bug [#2045]. LexCPP: Fix 'elif' token length
huki
2
-3
/
+8
2018-09-20
Backport: Ignore another warning in LaTeX lexer.
Neil
1
-0
/
+1
2018-09-20
Backport: Fix highlighting of non-ASCII characters in links.
maboroshin
2
-30
/
+35
[next]