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
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-18
Backport: Feature [feature-requests:#1297] 6: Support enumerated types in APIs.
Neil
1
-2
/
+6
2019-06-18
Backport: Feature [feature-requests:#1297] 3: Add pointer type to ScintillaCa...
Neil
1
-1
/
+1
2019-06-18
Backport: Feature [feature-requests:#1297] 2: Add line type to ScintillaCalla...
Neil
1
-2
/
+2
2019-07-11
Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length specifie...
mitchell
2
-0
/
+163
2019-06-15
Backport: Test Scintilla GetStatus and SetStatus.
Neil
1
-0
/
+7
2019-05-22
Backport: Support for VB2017 bin literals & digit separators
Jad Altahan
2
-0
/
+8
2019-05-02
Backport: Optimize SCI_GETTEXT by calling Document::GetCharRange instead of l...
Neil
1
-1
/
+6
2019-04-28
Backport: Add UniqueString.cxx as UniqueStringCopy no longer defined in header.
Neil
1
-0
/
+1
2019-04-17
Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ...
mitchell
2
-2
/
+4
2019-04-05
Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...
Neil
1
-0
/
+5
2019-03-31
Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to match
Zufu Liu
1
-0
/
+5
2019-04-16
Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...
mitchell
1
-0
/
+5
2019-03-09
Backport: Feature [feature-requests:#1268]. Improve the styling of numbers in...
Jad Altahan
2
-0
/
+16
2019-02-02
Backport: Feature [feature-requests:#1262]. Enhance raw string identifier sty...
Jad Altahan
2
-0
/
+16
2019-01-31
Backport: When loading SciLexer.DLL fails, print out the platform architectur...
Neil
1
-1
/
+2
2019-01-30
Backport: Add a ';' statement separator at end of statement in example code.
Neil
2
-2
/
+2
2019-01-30
Backport: Feature [feature-requests:#1261]. Enhance the styling of backticks ...
Jad Altahan
3
-1
/
+13
2019-01-29
Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed subst...
Neil
2
-0
/
+10
2019-01-29
Backport: Add unit test for Tcl lexer.
Neil
3
-0
/
+19
2019-01-29
Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot stylin...
Jad Altahan
3
-0
/
+15
2018-10-26
lexlua: Fixed HTML unit test with lexer update.
mitchell
1
-5
/
+3
2018-10-09
Backport: Extra tests for out-of-range arguments.
Neil
1
-0
/
+3
2018-07-10
Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...
Neil
2
-0
/
+383
2018-07-06
Backport: Fix a shadowed variable.
Neil
1
-2
/
+2
2018-05-31
Backport: Allow std::unique_ptr to be used more widely.
Neil
3
-0
/
+3
2018-06-12
Added unit tests for Lua LPeg lexers.
mitchell
1
-0
/
+1148
2018-05-25
Backport: Add <vector> to files that include Platform.h as likely needed in f...
mitchell
4
-0
/
+6
2018-05-04
Backport: Add -large command line option for testing large document option.
Neil
1
-1
/
+6
2018-04-20
Backport: Feature [feature-requests:#1215]. Fix forwarding reference warnings.
Neil
1
-0
/
+16
2018-04-18
Backport: Check for perf_counter before using as not available on Python 2 us...
Neil
1
-14
/
+20
2018-04-18
Backport: Switch performance tests to more accurate timer.
Neil
1
-14
/
+14
2018-05-05
Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2...
mitchell
3
-3
/
+3
2018-03-28
Backport: Templatize decorations to allow 32-bit or 64-bit positions.
Neil
1
-2
/
+2
2018-05-05
Backport: Split decorations into interface and implementation.
mitchell
1
-30
/
+30
2018-03-27
Backport: Return a FillResult struct from RunStyles::FillRange instead of mod...
Neil
2
-39
/
+42
2018-03-27
Backport: Use an interface for ContractionState so that there can be different
Neil
1
-80
/
+80
2018-03-26
Backport: Update Catch from 1.0 build 47 to 2.0.1 and modify UnitTester.cpp t...
Neil
2
-6090
/
+9371
2018-03-26
Backport: Avoid warnings about ignored diagnostic with Clang.
Neil
1
-0
/
+2
2018-03-25
Backport: Feature [feature-requests:#1213]. Clarify UTF8Classify.
Zufu Liu
1
-31
/
+48
2018-05-05
Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni...
mitchell
3
-47
/
+27
2018-05-05
Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By...
mitchell
1
-60
/
+107
2018-03-21
Backport: Include header needed for ptrdiff_t.
Mitchell Foral
7
-0
/
+7
2018-03-20
Backport: Add unit tests for UniCoversion.
Neil
5
-3
/
+270
2018-03-19
Backport: Fix warning from MSVC 64-bit.
Neil
1
-2
/
+2
2018-03-16
Backport: Remove line-end white space.
Neil
7
-9
/
+9
2018-02-24
Backport: Fix move-extends-selection mode for rectangular and line selections.
Mitchell Foral
1
-0
/
+82
2018-02-02
Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
1
-1
/
+1
2018-02-01
Backport: Templatize RunStyles so it can be over ranges of different types an...
Neil
1
-1
/
+1
2018-02-01
Backport: Templatize Partitioning so it can hold different types.
Neil
1
-2
/
+2
2018-01-21
Backport: Match variable types to method so will build if switched to 64-bit.
Neil
1
-2
/
+2
[next]