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-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
2018-04-21
Remove CallBackAction which was replaced by IListBoxDelegate.
Neil
1
-5
/
+0
2018-04-21
Use noexcept in basic data structures where reasonable.
Neil
7
-46
/
+55
2018-04-21
Tighten definition of regular expression iterators so they are noexcept and
Neil
11
-120
/
+150
2018-04-20
Stop "duplicate explicit instantiation" error on g++ 32-bit where int and
Neil
1
-0
/
+4
2018-04-20
More const and cast avoidance.
Neil
3
-16
/
+17
2018-04-20
Mark pointer to constant parameter as const.
Neil
4
-4
/
+4
2018-04-20
Use std::count to simplify code. Avoid NULL.
Neil
1
-8
/
+2
2018-04-20
Make reference argument const as not altered.
Neil
2
-2
/
+2
2018-04-20
Remove test that is always true.
Neil
1
-1
/
+1
2018-04-20
Undo part of last change as Xcode Clang doesn't like assigning long to int wi...
Neil Hodgson
2
-8
/
+8
2018-04-20
Fix warnings from MSVC analyze and reduce casts.
Neil
1
-84
/
+100
2018-04-20
Use standard lround function and remove some casts.
Neil
1
-5
/
+7
2018-04-20
Avoid MSVC analyze warnings about statics by making Point constructor constexpr.
Neil
1
-1
/
+1
2018-04-20
Feature [feature-requests:#1215]. Use standard functions in prference to
Neil
3
-25
/
+12
[next]