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-01
Remove dead function and unnecessary casts. Convert C casts to C++ casts.
Neil Hodgson
2
-28
/
+14
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
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
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
2018-04-26
Specify concrete class for ldTabstops and use directly instead of copying value
Neil
2
-8
/
+7
2018-04-26
Remove cast that is not needed.
Neil
1
-1
/
+1
2018-04-26
Update dependencies for ElapsedPeriod.
Neil Hodgson
1
-15
/
+15
2018-04-26
Update dependencies for ElapsedPeriod.
Neil
1
-6
/
+15
2018-04-26
Use <chrono> for platform-independent timing and remove ElapsedTime.
Neil
11
-165
/
+94
2018-04-26
Update deps for LexCoffeeScript not using Platform.h.
Neil
1
-4
/
+4
2018-04-25
Remove variables and casts that are not needed.
Neil
3
-8
/
+6
2018-04-25
Use set of coercion functions for transforming WndProc parameters into pointers.
Neil
6
-58
/
+77
2018-04-25
Standardized signature of TargetAsUTF8 and EncodedFromUTF8.
Neil
5
-12
/
+12
2018-04-25
Removed mention of class that no longer exists.
Neil
1
-1
/
+0
2018-04-25
Remove casts that are not needed since sptr_t and Sci::Position are the same ...
Neil
3
-33
/
+32
2018-04-24
Feature [feature-requests:#1215]. Make Action move constructor noexcept and use
Neil
2
-10
/
+1
2018-04-24
Feature [feature-requests:#1215]. Make a parameter const.
Neil
2
-2
/
+2
2018-04-23
Remove include of Platform.h that is not used by the CoffeeScript lexer as that
Neil
1
-1
/
+0
2018-04-22
Remove casts between char and unsigned char where possible.
Neil
9
-24
/
+23
2018-04-22
Fix problems with 64-bit positions by using types that expand to 64-bits and
Neil Hodgson
3
-31
/
+33
2018-04-22
Reduce casts by moving casting from char* to UInt8* into QuartzTextLayout::Se...
Neil Hodgson
2
-11
/
+20
2018-04-21
Code improvements - noexcept and intialization.
Neil
2
-5
/
+5
2018-04-21
Safety improvements for character code - drop reinterpret_cast, ensure more
Neil
4
-16
/
+14
[next]