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
2018-05-23
Backport: Replace C-style casts with C++ casts. Use const.
Neil
1
-21
/
+21
2018-05-25
Backport: Change from function to object lexer. Use string and set types to s...
mitchell
1
-211
/
+307
2018-05-22
Backport: Move static functions into anonymous namespace and drop "static".
Neil
1
-225
/
+225
2018-05-22
Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.
Neil
6
-0
/
+49
2018-05-25
Backport: Add GradientRectangle method to Surface to draw rectangles with ver...
mitchell
8
-4
/
+229
2018-05-21
Backport: Remove CGContextRef field in QuartzTextLayout as it is only used in...
Neil Hodgson
2
-20
/
+8
2018-05-25
Backport: Draw invalid bytes in DBCS when detected as blobs in a similar way ...
mitchell
5
-1
/
+107
2018-05-18
Backport: Can use const now that Font::GetID is const.
Neil
2
-2
/
+2
2018-05-25
Backport: Add <vector> to files that include Platform.h as likely needed in f...
mitchell
10
-0
/
+16
2018-05-17
Backport: Use nullptr instead of 0 in headers as this diminishes the number o...
Neil
3
-5
/
+5
2018-05-16
Backport: Use noexcept method to preserve noexcept.
Neil
1
-1
/
+1
2018-05-16
Backport: Move implementations into cxx file.
Neil
6
-21
/
+34
2018-05-16
Backport: Use standard library function.
Neil
1
-1
/
+2
2018-05-16
Backport: Fix regex crash reported with libstdc++ on macOS that occurs
Neil Hodgson
2
-7
/
+3
2018-05-15
Backport: Fix crashes for invalid DBCS characters when dragging text, changin...
Neil Hodgson
2
-0
/
+14
2018-05-15
Backport: Drop inclusion of StringCopy.h where possible.
Neil
4
-4
/
+0
2018-05-14
Backport: Avoid using 0 as NULL pointer.
Neil
1
-1
/
+1
2018-05-14
Backport: Replace 0 with nullptr.
Neil
3
-6
/
+6
2018-05-14
Backport: Use override for LexerNoExceptions.
Neil
1
-4
/
+4
2018-05-25
Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ...
mitchell
11
-91
/
+35
2018-05-14
Backport: Modernize Platform.h (2) - noexcept, const, constexpr.
Neil
9
-111
/
+101
2018-05-14
Backport: Modernize Platform.h (1) - noexcept, const, standard methods.
Neil
10
-90
/
+83
2018-05-13
Backport: Fix header order.
Neil
1
-1
/
+1
2018-05-13
Backport: When line end characters are displayed, indicators are drawn under/...
Neil
4
-13
/
+18
2018-05-11
Backport: Hide Visual Studio browse database.
Neil
1
-0
/
+1
2018-05-07
Added backport testing notes and tools.
mitchell
3
-0
/
+2545
2018-05-07
Updated LPeg lexer with PropSetSimple.h changes introduced recently.
mitchell
1
-6
/
+10
2018-05-06
Note platform interface removal of ElapsedTime class.
mitchell
1
-0
/
+4
2018-05-06
Updated BACKPORTING.
mitchell
1
-0
/
+26
2018-05-06
Backport: Feature [feature-requests:#1166]. Property lexer.edifact.highlight....
Iain Clarke
2
-10
/
+32
2018-05-06
Backport: Ensuring ptrdiff_t is available by including <cstddef>.
Neil
3
-0
/
+3
2018-05-04
Backport: Add -large command line option for testing large document option.
Neil
1
-1
/
+6
2018-05-03
Backport: Use Range and Position in more cases to avoid casts.
Neil
2
-17
/
+20
2018-05-03
Backport: Ensure all 4 byte characters will work in MapRepresentation by usin...
Neil
2
-10
/
+17
2018-05-03
Backport: Simplify PropSetSimple, avoid casts, use nullptr.
Neil
4
-15
/
+19
2018-05-03
Backport: Avoid casts.
Neil
3
-10
/
+12
2018-05-03
Backport: Eliminate XFromPosition overload for Sci::Position as SelectionPosi...
Neil
2
-8
/
+2
2018-05-02
Backport: Replace NULL and 0 with nullptr.
Neil Hodgson
1
-41
/
+20
2018-05-02
Backport: Define ListBoxImpl::GetWidget method to avoid casts.
Neil Hodgson
1
-55
/
+37
2018-05-02
Backport: Decrease use of casts and replace reinterpret_cast with static_cast.
Neil Hodgson
4
-26
/
+28
2018-05-02
Backport: Add "change team" and "endteam" folding terms.
darmar
2
-1
/
+7
2018-05-01
Backport: Encapsulate conversions between WindowID and HWND and hoist cast ou...
Neil
1
-26
/
+31
2018-05-01
Backport: Remove dead function and unnecessary casts. Convert C casts to C++ ...
Neil Hodgson
2
-30
/
+15
2018-05-01
Backport: Hoist conversion between NSEvent time and Editor method time into f...
Neil Hodgson
1
-5
/
+19
2018-05-01
Backport: Updated dependencies.
Neil Hodgson
1
-29
/
+31
2018-05-01
Backport: Update dependencies.
Neil
2
-22
/
+31
2018-05-01
Backport: Add IntegerRectangle to simplify drawing lines without casting.
Neil
7
-112
/
+157
2018-05-01
Backport: Remove cast that is not needed.
Neil
1
-1
/
+1
2018-05-01
Backport: Use round and floor instead of casts.
Neil
1
-2
/
+2
2018-05-01
Backport: Use RectFromPRectangle to avoid casts.
Neil
3
-3
/
+7
[next]