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-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
2018-05-01
Backport: Fix minor issues with AutoSurface, AutoLineLayout and SelectionText.
Neil
2
-8
/
+8
2018-05-01
Backport: Bug [#2012]. Use '0' instead of '0l'.
Neil
6
-7
/
+7
2018-04-30
Backport: Add conversion function from Scintilla Point to Win32 POINT.
Neil
2
-51
/
+85
2018-04-30
Backport: Use const where possible.
Neil
1
-1
/
+1
2018-04-30
Backport: Use const where possible.
Neil
1
-21
/
+21
2018-04-30
Backport: Use const for IME, code page and related code.
Neil
1
-28
/
+27
2018-04-30
Backport: Use Win32 types and avoid casting. Move code to avoid warnings.
Neil
2
-15
/
+14
2018-04-30
Backport: Use message parameter access macros provided by Windows instead of ...
Neil
2
-35
/
+11
2018-04-30
Backport: Use C++ casts in preference to C casts. Use nullptr instead of 0.
Neil
2
-4
/
+5
2018-04-30
Backport: Feature [feature-requests:#1215]. Use Sci::clamp to shorten code.
Neil
1
-6
/
+1
2018-04-30
Backport: Feature [feature-requests:#1215]. Simplify RESearch::ChSetWithCase.
Neil
1
-9
/
+4
2018-04-28
Backport: Delete standard functions on classes where there could be attempts ...
Neil
16
-9
/
+90
2018-04-28
Backport: Rename method to avoid confusion between base and derived classes.
Neil
2
-4
/
+4
2018-04-28
Backport: Remove unused definition and replace 0 with nullptr.
Neil
1
-2
/
+1
2018-04-28
Backport:Initialize timers in definition instead of looping to avoid cast and...
Neil
1
-4
/
+1
2018-04-27
Backport: Use nullptr for custom draw functions.
Neil
2
-9
/
+10
2018-04-27
Backport: Use floor instead of casts when centring bitmaps inside the given r...
Neil
1
-4
/
+4
2018-04-27
Backport: Avoid reinterpret_cast. Use size_t argument to UTF8Classify to avoi...
Neil
2
-25
/
+23
2018-04-27
Backport: Fix comments.
Neil
1
-2
/
+2
2018-04-26
Backport: Change type to avoid casts.
Neil
2
-3
/
+3
2018-04-26
Backport: Specify concrete class for ldTabstops and use directly instead of c...
Neil
2
-8
/
+7
2018-04-26
Backport: Remove cast that is not needed.
Neil
1
-1
/
+1
2018-04-26
Backport: Update dependencies for ElapsedPeriod.
Neil Hodgson
1
-15
/
+15
2018-04-26
Backport: Update dependencies for ElapsedPeriod.
Neil
1
-6
/
+15
2018-05-06
Removed ElapsedTime from curses platform.
mitchell
1
-4
/
+0
2018-05-06
Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...
mitchell
11
-172
/
+93
2018-04-26
Backport: Update deps for LexCoffeeScript not using Platform.h.
Neil
1
-4
/
+4
2018-04-25
Backport: Remove variables and casts that are not needed.
Neil
3
-8
/
+6
2018-04-25
Backport: Use set of coercion functions for transforming WndProc parameters i...
Neil
6
-58
/
+77
2018-04-25
Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8.
Neil
5
-12
/
+12
2018-04-25
Backport: Removed mention of class that no longer exists.
Neil
1
-1
/
+0
2018-05-06
Backport: Remove casts that are not needed since sptr_t and Sci::Position are...
mitchell
3
-32
/
+31
2018-04-24
Backport: Feature [feature-requests:#1215]. Make Action move constructor noex...
Neil
2
-10
/
+1
2018-04-24
Backport: Feature [feature-requests:#1215]. Make a parameter const.
Neil
2
-2
/
+2
2018-04-23
Backport: Remove include of Platform.h that is not used by the CoffeeScript l...
Neil
1
-1
/
+0
2018-04-22
Backport: Remove casts between char and unsigned char where possible.
Neil
9
-24
/
+23
2018-04-22
Backport: Fix problems with 64-bit positions by using types that expand to 64...
Neil Hodgson
3
-32
/
+33
2018-04-22
Backport: Reduce casts by moving casting from char* to UInt8* into QuartzText...
Neil Hodgson
2
-12
/
+20
[next]