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-06-16
Backport: Fix Xcode static analysis warning by renmaing GetImage to CreateImage.
Neil Hodgson
3
-8
/
+8
2019-07-11
Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length specifie...
mitchell
4
-21
/
+185
2019-06-15
Backport: Test Scintilla GetStatus and SetStatus.
Neil
1
-0
/
+7
2019-06-15
Backport: Suppress some warnings for new DataFlex lexer.
Neil
1
-0
/
+1
2019-07-11
Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.
mitchell
10
-2
/
+705
2019-06-11
Added tag rel-3-10-6 for changeset 08973e00da9c
mitchell
1
-0
/
+1
2019-06-11
Updated release data for 3.10.6.
rel-3-10-6
mitchell
1
-2
/
+2
2019-06-07
Updated BACKPORTING.
mitchell
1
-0
/
+2
2019-06-07
Updated history with lexlua changes.
mitchell
1
-0
/
+6
2019-06-06
Updated curses platform makefile.
mitchell
1
-1
/
+1
2019-06-05
Updated BACKPORTING.
mitchell
1
-3
/
+7
2019-06-05
Preparing for 3.10.6 release.
mitchell
8
-18
/
+18
2019-06-05
Backport: Fix signatures and link class for SCI_[SG]ETDEFAULTFOLDDISPLAYTEXT.
Neil
1
-4
/
+4
2019-06-04
Backport: Fix extra white space.
Neil
1
-2
/
+2
2019-06-04
Backport: Bug [#2104]. Use '%.0f' and casts to double to fix printf format st...
Neil
1
-4
/
+8
2019-06-02
Backport: GTK+ was renamed to GTK in February 2019 so update documentation to...
Neil
6
-56
/
+56
2019-06-02
Backport: Clarify which API changes focus.
Neil
1
-2
/
+2
2019-06-04
lexlua: Support single quotes in C++14 integer literals.
mitchell
1
-1
/
+5
2019-06-02
lexlua: Updated Markdown lexer.
mitchell
1
-6
/
+24
2019-05-29
Backport: Bug [#2104]. Use 'l' long format length sub-specifier for HRESULT a...
Neil
2
-4
/
+4
2019-05-29
Backport: Resolve some Core Guidelines warnings
Jad Altahan
1
-23
/
+23
2019-05-28
Backport: Add folding for CMake 3 function/endfunction
Jad Altahan
2
-2
/
+7
2019-05-27
Updated BACKPORTING.
mitchell
1
-0
/
+10
2019-05-24
Backport: Support output lengths >2GB for SCI_GETSTYLEDTEXT.
Zufu Liu
1
-2
/
+2
2019-05-24
Backport: Optimize SCI_GETSELTEXT by avoiding per-character calls.
Zufu Liu
1
-4
/
+4
2019-05-24
Backport: Optimize SCI_GETCURLINE by avoiding per-character calls.
Zufu Liu
1
-5
/
+3
2019-05-24
Backport: Optimize SCI_GETLINE by avoiding per-character calls.
Zufu Liu
1
-6
/
+5
2019-05-22
Backport: Support for VB2017 bin literals & digit separators
Jad Altahan
4
-1
/
+17
2019-05-22
Backport: Fix orphan text, moving to where it should be.
Zufu Liu
1
-2
/
+1
2019-05-17
Backport: Optimize InsertLines and DeleteLines for ContractionState if no fol...
Neil
2
-4
/
+16
2019-05-17
Backport: Fixed performance bug where line end positions were reset withot ne...
Neil
2
-1
/
+5
2019-05-11
Backport: Feature [feature-requests:#1283]. Standardise spelling - "color" ->...
Neil
7
-19
/
+19
2019-05-08
Backport: Use value-initialization and nullptr (for true pointers) to avoid '...
Neil
3
-41
/
+25
2019-05-07
Backport: Fix warnings from GCC 9 because of a deprecated implicitly-declared...
Neil
1
-0
/
+7
2019-05-04
Backport: Bug [#2102]. Explain behaviour when length argument longer than doc...
Zufu Liu
1
-2
/
+3
2019-05-04
Backport: Bug [#2102]. Allow length argument to be past end of document for S...
Zufu Liu
1
-1
/
+1
2019-05-02
Backport: Optimize SCI_GETTEXT by calling Document::GetCharRange instead of l...
Neil
2
-6
/
+10
2019-05-27
Backport: Feature [feature-requests:#1280]. Lexer added for X12.
mitchell
10
-0
/
+397
2019-04-28
Backport: Use const and noexcept for private methods.
Neil
1
-6
/
+6
2019-04-28
Backport: Fix analysis warnings for GlobalMemory class.
Neil
1
-5
/
+5
2019-04-28
Backport: Remove noexcept from Selection constructor as it allocates memory.
Neil
2
-78
/
+78
2019-04-28
Backport: Declare reading methods as noexcept where reasonable.
Neil
7
-39
/
+39
2019-04-28
Backport: Declare KeyMap::Clear() noexcept as called in destructor.
Neil
2
-2
/
+2
2019-04-28
Backport: Add UniqueString.cxx as UniqueStringCopy no longer defined in header.
Neil
1
-0
/
+1
2019-04-26
Backport: Feature [feature-requests:#1238]. Simplify case forcing with CaseFo...
Neil
1
-29
/
+35
2019-04-26
Backport: Feature [feature-requests:#1238]. Simplify camel case forcing by ch...
Neil
5
-13
/
+14
2019-04-27
Backport: Feature [feature-requests:#1279]. Removed invalid check when avoidi...
Neil
1
-12
/
+7
2019-04-25
Backport: Fix bug where changing identifier sets in lexers preserved previous...
Neil
2
-0
/
+15
2019-04-25
Backport: Add section for next release.
Neil
1
-0
/
+8
2019-04-25
Backport: Bug [#1238]. Removed redundant loop.
Zufu Liu
1
-4
/
+0
[next]