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-12-27
Backport: Collect objects into variables and define one-per-line.
Neil
1
-7
/
+52
2019-12-29
Backport: Drop G_THREADS_IMPL_NONE as not implemented in glib since 2011.
Neil
1
-9
/
+3
2019-12-29
Backport: Use ranlib everywhere so no special case on macOS.
Neil
1
-7
/
+1
2019-12-29
Backport: Move suppression of Clang warning missing-braces from makefile to a...
Neil
3
-2
/
+8
2019-12-29
Backport: Move suppression of Clang warning language-extension-token from mak...
Neil
2
-2
/
+6
2019-12-29
Backport: Remove MinGW linker options that do not appear needed with recent v...
Neil
1
-2
/
+1
2019-12-29
Backport: Update comments.
Neil
2
-4
/
+6
2019-12-29
Backport: Update suppressions for Cppcheck 1.90.
Neil
1
-6
/
+10
2019-12-13
Backport: Add or fix file name comments.
Neil
19
-11
/
+19
2019-12-13
Backport: Fix incorrect comments.
Neil
2
-3
/
+3
2019-12-12
Backport: Hoist common painting code into PaintDC method.
Neil
1
-40
/
+32
2020-01-03
Updated check.mak for new build environment.
mitchell
1
-7
/
+7
2019-12-31
Updated copyright year for lexlua-specific bits of LongTerm3.
mitchell
137
-139
/
+139
2019-12-28
lexlua: Added txt2tags lexer.
mitchell
2
-0
/
+198
2019-12-07
Added tag rel-3-11-2 for changeset c0957c0aa4ed
mitchell
1
-0
/
+1
2019-12-07
Updated 3.11.2 release date.
rel-3-11-2
mitchell
1
-1
/
+1
2019-12-07
Preparing for 3.11.2.
mitchell
7
-17
/
+17
2019-12-06
Updated BACKPORTING.
mitchell
1
-0
/
+6
2019-12-03
Backport: Bug [#2144]. Fixed drawing of translucent rounded rectangles with D...
Neil
2
-1
/
+5
2019-12-02
Backport: Use noexcept and const where reasonable.
Neil
2
-4
/
+4
2019-12-02
Backport: Add SparseVector::DeleteRange for efficiently removing ranges.
Neil
2
-0
/
+143
2019-12-02
Backport: Add SparseVector::IndexAfter for efficiently finding elements in a ...
Neil
2
-0
/
+24
2019-12-01
Backport: Allow setting value at end of a SparseVector.
Neil
3
-36
/
+74
2019-12-01
Backport: Fix a bug with deleting the first element in SparseVector that left...
Neil
4
-10
/
+64
2019-12-01
Backport: Improve debugging by fixing visualization of SplitVector, adding a ...
Neil
1
-10
/
+23
2019-11-26
Backport: Bug [#2140]. Fix where anchor and caret differ only in amount of vi...
Neil
2
-2
/
+20
2019-11-25
Backport: Fix regression in 7773 where position wasn't moved on to account fo...
Neil
2
-0
/
+33
2019-11-24
Backport: Bug [#2140]. Move rather than grow selection when insertion at start.
Neil
4
-5
/
+114
2019-11-22
Backport: Replace GTimeVal and g_get_current_time with gint64 and g_get_monot...
Neil
2
-11
/
+5
2019-11-21
Backport: Make reference argument const as safe to do so.
Neil
1
-4
/
+4
2019-11-21
Backport: Feature [feature-requests:#1326] Recognize squiggly heredocs.
Zufu Liu
2
-3
/
+7
2019-11-21
Backport: Add test to ensure indicators move sensibly as text is inserted.
Neil
1
-3
/
+40
2019-11-15
Backport: Feature [feature-requests:#1316] Allow target to have virtual space.
Neil
11
-52
/
+121
2019-11-15
Backport: Feature [feature-requests:#1316] Add access to virtual space at sta...
Neil
6
-1
/
+28
2019-11-17
Backport: Feature [feature-requests:#1299] Make work for case sensitive mode.
Zufu Liu
1
-1
/
+2
2019-11-17
Backport: Feature [feature-requests:#1320] Fix tag classification when '-' pr...
Zufu Liu
1
-1
/
+4
2019-11-16
Backport: Protect against use of null input context.
Zufu Liu
1
-1
/
+3
2019-11-16
Backport: Bug [#2137]. Clear IME state when switching language.
Zufu Liu
2
-0
/
+7
2019-11-15
Backport: Moved line to correct place and avoid line with single entry.
Neil
1
-1
/
+6
2019-12-06
Updated checkdeps.mak.
mitchell
1
-0
/
+48
2019-12-06
Backport: Feature [feature-requests:#1324] Add Hollywood lexer.
mitchell
11
-0
/
+597
2019-11-04
Backport: Avoid warnings where const reasonable.
Neil
1
-4
/
+14
2019-11-04
Backport: Bug [#1933]. Fix highlighting of lines longer than 1024 characters.
Neil
2
-9
/
+13
2019-11-03
Backport: Bug [#2130]. Setting rectangular selection made faster by reusing s...
Neil
2
-1
/
+8
2019-11-02
Backport: Feature [feature-requests:#1299] Treat custom tags from HTML5 as kn...
Zufu Liu
2
-0
/
+18
2019-11-02
Backport: Rearrange code to allow more cases.
Neil
1
-1
/
+2
2019-11-02
Backport: Format code for space before class.
Zufu Liu
1
-0
/
+1
2019-11-02
Backport: Extend script to cover last Unicode character.
Zufu Liu
1
-1
/
+1
2019-11-02
Backport: GTK+ was renamed to GTK in February 2019 so update documentation to...
Zufu Liu
1
-1
/
+1
2019-11-02
Backport: Fix typo in comment.
Zufu Liu
1
-1
/
+1
[next]