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-30
Remove Scintilla.def prerequisite as not used by gcc or clang.
Neil
1
-4
/
+4
2019-12-30
Use pattern rules instead of suffix rules as they are clearer.
Neil
2
-5
/
+9
2019-12-30
Remove line end whitespace.
Neil
1
-1
/
+1
2019-12-29
Builds without GNU extensions so set to standard C++17.
Neil
1
-1
/
+1
2019-12-29
Standardize names and order between make files on win32 and gtk.
Neil
3
-68
/
+102
2019-12-29
Support Clang on Windows.
Neil
1
-0
/
+12
2019-12-27
Use Unix paths except when deleting files, then call normalize to change / to \.
Neil
1
-3
/
+5
2019-12-29
Use if function to simplify GTK version setting.
Neil
1
-6
/
+2
2019-12-29
Simplify makefile and use better variable names.
Neil
1
-26
/
+22
2019-12-27
Collect objects into variables and define one-per-line.
Neil
1
-7
/
+52
2019-12-29
Drop G_THREADS_IMPL_NONE as not implemented in glib since 2011.
Neil
1
-9
/
+3
2019-12-29
Use ranlib everywhere so no special case on macOS.
Neil
1
-7
/
+1
2019-12-29
Move suppression of Clang warning missing-braces from makefile to apply to
Neil
3
-4
/
+8
2019-12-29
Move suppression of Clang warning language-extension-token from makefile to only
Neil
2
-2
/
+6
2019-12-29
Remove Clang option that is not needed with Clang 9.
Neil
1
-2
/
+1
2019-12-29
Remove MinGW linker options that do not appear needed with Mingw-w64 GCC 9.
Neil
1
-2
/
+1
2019-12-29
Update comments.
Neil
2
-6
/
+8
2019-12-29
Update suppressions for Cppcheck 1.90.
Neil
1
-6
/
+10
2019-12-13
Add or fix file name comments.
Neil
19
-11
/
+19
2019-12-13
Fix incorrect comments.
Neil
2
-3
/
+3
2019-12-12
Hoist common painting code into PaintDC method.
Neil
1
-42
/
+34
2019-12-12
Bug [#2115]. Avoid Clang warnings with COM_DECLSPEC_NOTHROW from declaration.
Neil
1
-8
/
+8
2019-12-11
Added tag rel-4-2-3 for changeset 01a9cbbef0f0
Neil
1
-0
/
+1
2019-12-11
Readying 4.2.3 release.
rel-4-2-3
Neil
8
-15
/
+26
2019-12-07
Added tag rel-4-2-2 for changeset 1b8ce5991cb9
Neil
1
-0
/
+1
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
[prev]
[next]