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
2020-01-01
Backport: Be more accurate for 'make clean'.
Neil
2
-2
/
+6
2020-01-04
Backport: Define ILexerWithIdentity with methods for retrieving name, ID, and...
mitchell
33
-64
/
+270
2019-11-09
Backport: Remember string values in OptionSet so can be easily retrieved.
Neil
1
-1
/
+14
2019-12-14
Backport: Remove links to lexers with SCI_EMPTYCATALOGUE definition.
Neil
3
-0
/
+10
2020-01-03
Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h...
mitchell
14
-124
/
+90
2019-12-13
Backport: Implement DynamicLibrary on Cocoa.
Neil
4
-5
/
+55
2019-12-13
Backport: Move automatic numbering of external lexers from Catalogue to Exter...
Neil
2
-6
/
+5
2020-01-03
Backport: Use safe mechanism for converting between function pointers and void*.
mitchell
2
-15
/
+14
2020-01-03
Backport: Use safe mechanism to convert to function pointers.
mitchell
1
-10
/
+23
2019-12-13
Backport: Hide details of ExternalLexer and export ExternalLexerLoad function...
Neil
3
-58
/
+72
2020-01-03
Updated makefile dependencies.
mitchell
1
-13
/
+11
2019-12-13
Backport: Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.
Neil
10
-79
/
+18
2020-01-03
Fixed a build error on Windows introduced by r7280 (changeset 9cf6a15d6c85).
mitchell
3
-12
/
+18
2020-01-03
Fixed a stray gnu++0x that crept in in recent makefile backports.
mitchell
1
-1
/
+1
2019-12-30
Backport: Remove Scintilla.def prerequisite as not used by gcc or clang.
Neil
1
-4
/
+4
2019-12-30
Backport: Use pattern rules instead of suffix rules as they are clearer.
Neil
2
-5
/
+10
2019-12-30
Backport: Remove line end whitespace.
Neil
1
-1
/
+1
2019-12-29
Backport: Builds without GNU extensions so set to standard C++11.
Neil
1
-1
/
+1
2019-12-29
Backport: Standardize names and order between make files on win32 and gtk.
Neil
3
-71
/
+104
2019-12-29
Backport: Support Clang on Windows.
Neil
1
-0
/
+12
2019-12-27
Backport: Use Unix paths except when deleting files, then call normalize to c...
Neil
1
-3
/
+5
2019-12-29
Backport: Use if function to simplify GTK version setting.
Neil
1
-6
/
+2
2019-12-29
Backport: Simplify makefile and use better variable names.
Neil
1
-30
/
+26
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
[next]