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-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
2019-04-25
Backport: Bug [#1223]. Removed duplicate code.
Neil
1
-2
/
+1
2019-04-17
Backport: Document the character values in SCNotification::ch for SCN_CHARADDED.
Neil
1
-2
/
+5
2019-05-09
Added tag rel-3-10-5 for changeset 59cfb7d5c8ee
mitchell
1
-0
/
+1
2019-05-09
Updated version number for release.
rel-3-10-5
mitchell
9
-19
/
+30
2019-05-09
Refactored backport checking tool to simultaneously check gcc-4.8 and clang 3.4.
mitchell
1
-53
/
+118
2019-05-09
Fixed bad backport involving noexcept default constructors for Clang 3.4.
mitchell
3
-3
/
+3
2019-04-30
Explicitly use GCC 4.8 when test compiling backports.
mitchell
2
-207
/
+307
2019-04-30
Fixed bad backport involving noexcept move constructors for GCC 4.8.
mitchell
1
-4
/
+4
2019-04-27
Fixed bad backport involving std::round and std::lround for older Mac OSX SDKs.
mitchell
4
-10
/
+10
2019-04-17
Updated LongTerm3 download links.
mitchell
1
-5
/
+5
2019-04-17
Fixed history formatting.
mitchell
1
-2
/
+2
2019-04-17
Added tag rel-3-10-4 for changeset 0c0ea9d3c2df
mitchell
1
-0
/
+1
2019-04-17
Added Lua LPeg lexer changes to history.
rel-3-10-4
mitchell
1
-0
/
+6
2019-04-17
Updated version number for release.
mitchell
8
-14
/
+14
2019-04-17
Updated BACKPORTING.
mitchell
1
-0
/
+32
2019-04-17
Backport: Bug [#2093]. For DBCS make result of "\x82\xCC" be 0x82CC instead o...
Neil
1
-1
/
+1
2019-04-13
Backport: Reordered items for next release.
Neil
1
-10
/
+10
2019-04-12
Backport: Bug [#2093]. Improve efficiency with single byte character sets.
Zufu Liu
2
-2
/
+10
2019-04-11
Backport: Bug [#2087]. Fix flickering when inserting primary selection on GTK...
Neil
2
-14
/
+32
2019-04-11
Backport: Bug [#2094]. Avoid exceptions by treating text as one-byte per char...
Neil
1
-0
/
+6
2019-04-11
Backport: Reorder change items to be similar to previous releases.
Zufu Liu
1
-8
/
+8
2019-04-11
Backport: Feature [feature-requests:#1277]. Support coloured text on Windows ...
Zufu Liu
2
-3
/
+19
2019-04-10
Backport: Bug [#2093]. Fix exception when inserting DBCS text.
Zufu Liu
2
-8
/
+17
2019-04-10
Backport: Use noexcept in CaseConvert as well as std::string_view::copy.
Neil
1
-4
/
+4
2019-04-08
Backport: Use native line ends for make dependencies files.
Neil
1
-3
/
+4
2019-04-08
Backport: Use noexcept where reasonable in ViewStyle.
Neil
2
-33
/
+32
2019-04-08
Backport: Rename FontNames to UniqueStringSet and move into UniqueString.
Neil
4
-41
/
+49
2019-04-07
Backport: Make XPM, RGBAImage, and LineMarker copyable and noexcept moveable.
Neil
3
-48
/
+51
2019-04-07
Backport: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.
Zufu Liu
6
-2
/
+19
2019-04-05
Backport: Bug [#2095]. gtk: Accessible: emit the text deletion signal before ...
Colomban Wendling
3
-9
/
+7
2019-04-05
Backport: Bug [#2094]. gtk: Accessible: use the built-in character position c...
Colomban Wendling
4
-25
/
+23
2019-04-06
Backport: Updated dependencies for change set 7401 adding UniqueString.cxx.
Neil
3
-0
/
+9
[next]