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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-03
Readying 4.2.2 release.
rel-4-2-2
Neil
8
-16
/
+17
2019-12-03
Bug [#2144]. Fixed drawing of translucent rounded rectangles with Direct2D.
Neil
2
-1
/
+5
2019-12-02
Use noexcept and const where reasonable.
Neil
2
-4
/
+4
2019-12-02
Add SparseVector::DeleteRange for efficiently removing ranges.
Neil
2
-0
/
+143
2019-12-02
Add SparseVector::IndexAfter for efficiently finding elements in a range.
Neil
2
-0
/
+24
2019-12-01
Allow setting value at end of a SparseVector.
Neil
3
-36
/
+74
2019-12-01
Fix a bug with deleting the first element in SparseVector that left an extra
Neil
4
-10
/
+64
2019-12-01
Improve debugging by fixing visualization of SplitVector, adding a visualization
Neil
1
-10
/
+23
2019-11-26
Bug [#2140]. Fix where anchor and caret differ only in amount of virtual space
Neil
2
-2
/
+20
2019-11-25
Fix regression in 7773 where position wasn't moved on to account for virtual
Neil
2
-0
/
+33
2019-11-24
Bug [#2140]. Move rather than grow selection when insertion at start.
Neil
4
-5
/
+114
2019-11-22
Replace GTimeVal and g_get_current_time with gint64 and g_get_monotonic_time.
Neil
2
-11
/
+5
2019-11-21
Make reference argument const as safe to do so.
Neil
1
-4
/
+4
2019-11-21
Feature [feature-requests:#1326] Recognize squiggly heredocs.
Zufu Liu
2
-3
/
+7
2019-11-21
Add test to ensure indicators move sensibly as text is inserted.
Neil
1
-3
/
+40
2019-11-15
Feature [feature-requests:#1316] Allow target to have virtual space.
Neil
11
-52
/
+121
2019-11-15
Feature [feature-requests:#1316] Add access to virtual space at start and end of
Neil
6
-1
/
+28
2019-11-17
Feature [feature-requests:#1299] Make work for case sensitive mode.
Zufu Liu
1
-1
/
+2
2019-11-17
Feature [feature-requests:#1320] Fix tag classification when '-' present.
Zufu Liu
1
-1
/
+4
2019-11-16
Protect against use of null input context.
Zufu Liu
1
-1
/
+3
2019-11-16
Bug [#2137]. Clear IME state when switching language.
Zufu Liu
2
-0
/
+7
2019-11-15
Moved line to correct place and avoid line with single entry.
Neil
1
-4
/
+4
2019-11-12
Feature [feature-requests:#1324] Add Hollywood lexer.
Andreas Falkenhahn
11
-0
/
+597
2019-11-04
Avoid warnings where const reasonable.
Neil
1
-4
/
+14
2019-11-04
Bug [#1933]. Fix highlighting of lines longer than 1024 characters.
Neil
2
-9
/
+13
2019-11-03
Bug [#2130]. Setting rectangular selection made faster by reusing surface.
Neil
2
-1
/
+8
2019-11-02
Feature [feature-requests:#1299] Treat custom tags from HTML5 as known tags.
Zufu Liu
2
-0
/
+18
2019-11-02
Rearrange code to allow more cases.
Neil
1
-1
/
+2
2019-11-02
Format code for space before class.
Zufu Liu
1
-0
/
+1
2019-11-02
Extend script to cover last Unicode character.
Zufu Liu
1
-1
/
+1
2019-11-02
GTK+ was renamed to GTK in February 2019 so update documentation to new name.
Zufu Liu
1
-1
/
+1
2019-11-02
Fix typo in comment.
Zufu Liu
1
-1
/
+1
2019-11-02
Feature [feature-requests:#1320] Fix non-alphabetic characters in unknown tags.
Neil
2
-1
/
+6
2019-11-01
Remove noexcept from allocating constructors as may throw on memory exhaustion.
Neil
4
-4
/
+4
2019-11-01
Avoid calling vector::shrink_to_fit in destructors as it is not noexcept.
Neil
2
-4
/
+0
2019-11-02
Release build turns off assert by defining NDEBUG.
Neil Hodgson
1
-1
/
+4
2019-10-31
Change from SciTE.
Neil
1
-0
/
+3
2019-10-31
Feature [feature-requests:#1319] Include ARM64 in project.
Zufu Liu
1
-2
/
+38
2019-10-31
Feature [feature-requests:#1319] SUBSYSTEM is more explanatory than ADD_LINK.
Neil
1
-3
/
+3
2019-10-30
Feature [feature-requests:#1319] Allow building for ARM64.
Zufu Liu
1
-4
/
+7
2019-10-30
Feature [feature-requests:#1304] Avoid unnecessary IME caret movement.
Zufu Liu
2
-7
/
+28
2019-10-30
Reduce unwanted warnings from cppcheck.
Neil
1
-1
/
+7
2019-10-28
Added credit.
Neil
1
-0
/
+1
2019-10-28
Change from SciTE.
Neil
1
-0
/
+5
2019-10-28
Added section for next release.
Neil
1
-0
/
+8
2019-10-25
Added tag rel-4-2-1 for changeset 4f8c3b19095a
Neil
1
-0
/
+1
2019-10-20
Readying 4.2.1 release.
rel-4-2-1
Neil
8
-19
/
+17
2019-10-19
Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the start of the
Zufu Liu
2
-3
/
+28
2019-10-16
Feature [feature-requests:#1315] Update to Unicode 12.1.
Neil
3
-56
/
+113
2019-10-16
Call LoadLibrary with DLL path as Python 3.8 doesn't look for DLLs in PATH.
Neil
1
-4
/
+2
[next]