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
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 (
Collapse
)
Author
Files
Lines
2018-05-10
Added tag rel-4-0-5 for changeset b9ab83221b03
Neil
1
-0
/
+1
2018-05-06
Updates for 4.0.5.
rel-4-0-5
Neil
8
-16
/
+17
2018-05-06
Feature [feature-requests:#1166]. Property lexer.edifact.highlight.un.all
Iain Clarke
2
-10
/
+32
highlights UN* segments.
2018-05-06
SciTE change log.
Neil
1
-0
/
+3
2018-05-06
Ensuring ptrdiff_t is available by including <cstddef>.
Neil
4
-0
/
+4
2018-05-04
Add -large command line option for testing large document option.
Neil
1
-1
/
+6
2018-05-03
Use Range and Position in more cases to avoid casts.
Neil
2
-17
/
+20
2018-05-03
Ensure all 4 byte characters will work in MapRepresentation by using ↵
Neil
2
-10
/
+17
unsigned int. Use variable assignments to avoid casts.
2018-05-03
Simplify PropSetSimple, avoid casts, use nullptr.
Neil
4
-15
/
+19
2018-05-03
Avoid casts.
Neil
3
-10
/
+12
2018-05-03
Specify type of std::clamp to avoid casting arguments.
Neil
3
-19
/
+19
2018-05-03
Eliminate XFromPosition overload for Sci::Position as SelectionPosition overload
Neil
2
-8
/
+2
can always be used.
2018-05-02
Replace NULL and 0 with nullptr.
Neil Hodgson
1
-41
/
+20
2018-05-02
Define ListBoxImpl::GetWidget method to avoid casts.
Neil Hodgson
1
-55
/
+37
2018-05-02
Decrease use of casts and replace reinterpret_cast with static_cast.
Neil Hodgson
4
-26
/
+28
2018-05-02
Add "change team" and "endteam" folding terms.
darmar
2
-1
/
+7
2018-05-01
Merged with Win32.
Neil Hodgson
3
-59
/
+64
2018-05-01
SciTE change log.
Neil Hodgson
1
-0
/
+3
2018-05-01
Encapsulate conversions between WindowID and HWND and hoist cast out of switch.
Neil
1
-26
/
+31
2018-05-01
Remove dead function and unnecessary casts. Convert C casts to C++ casts.
Neil Hodgson
2
-28
/
+14
Use nullptr where unambiguous and is C++ as distinct from Objective C.
2018-05-01
Hoist conversion between NSEvent time and Editor method time into function.
Neil Hodgson
1
-5
/
+19
2018-05-01
Updated dependencies.
Neil Hodgson
1
-29
/
+31
2018-05-01
Update dependencies.
Neil
2
-22
/
+31
2018-05-01
Add IntegerRectangle to simplify drawing lines without casting.
Neil
7
-112
/
+157
2018-05-01
Remove cast that is not needed.
Neil
1
-1
/
+1
2018-05-01
Use round and floor instead of casts.
Neil
1
-2
/
+2
2018-05-01
Use RectFromPRectangle to avoid casts.
Neil
3
-3
/
+7
2018-05-01
Fix minor issues with AutoSurface, AutoLineLayout and SelectionText.
Neil
2
-8
/
+8
2018-05-01
Bug [#2012]. Use '0' instead of '0l'.
Neil
6
-7
/
+7
2018-04-30
Add conversion function from Scintilla Point to Win32 POINT.
Neil
2
-51
/
+85
Use namespaces more consistently. Fix typo.
2018-04-30
Use const where possible.
Neil
1
-1
/
+1
2018-04-30
Use const where possible.
Neil
1
-21
/
+21
2018-04-30
Use const for IME, code page and related code.
Neil
1
-28
/
+27
2018-04-30
Use Win32 types and avoid casting. Move code to avoid warnings.
Neil
2
-15
/
+14
Use const where there is a benefit.
2018-04-30
Use message parameter access macros provided by Windows instead of casting.
Neil
2
-35
/
+11
2018-04-30
Use C++ casts in preference to C casts. Use nullptr instead of 0.
Neil
2
-4
/
+5
2018-04-30
Feature [feature-requests:#1215]. Use std::clamp to shorten code.
Neil
1
-6
/
+1
2018-04-30
Feature [feature-requests:#1215]. Simplify RESearch::ChSetWithCase.
Neil
1
-9
/
+4
2018-04-28
SciTE change log.
Neil
1
-0
/
+3
2018-04-28
Delete standard functions on classes where there could be attempts to copy.
Neil
16
-9
/
+90
2018-04-28
Rename method to avoid confusion between base and derived classes.
Neil
2
-4
/
+4
2018-04-28
Remove unused definition and replace 0 with nullptr.
Neil
1
-2
/
+1
2018-04-28
Initialize timers in definition instead of looping to avoid cast and warning.
Neil
1
-4
/
+1
2018-04-27
Use nullptr for custom draw functions.
Neil
2
-9
/
+10
2018-04-27
Use floor instead of casts when centring bitmaps inside the given rectangle.
Neil
1
-4
/
+4
2018-04-27
Avoid reinterpret_cast. Use size_t argument to UTF8Classify to avoid casts.
Neil
2
-25
/
+23
2018-04-27
SciTE change log.
Neil
1
-0
/
+3
2018-04-27
Fix comments.
Neil
1
-2
/
+2
2018-04-26
Change type to avoid casts.
Neil
2
-3
/
+3
2018-04-26
Change log for SciTE for macOS.
Neil Hodgson
1
-1
/
+9
[next]