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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-13
Backport: When line end characters are displayed, indicators are drawn under/...
Neil
3
-13
/
+15
2018-05-06
Backport: Ensuring ptrdiff_t is available by including <cstddef>.
Neil
3
-0
/
+3
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
1
-1
/
+1
2018-05-03
Backport: Avoid casts.
Neil
2
-8
/
+9
2018-05-03
Backport: Eliminate XFromPosition overload for Sci::Position as SelectionPosi...
Neil
2
-8
/
+2
2018-05-01
Backport: Add IntegerRectangle to simplify drawing lines without casting.
Neil
6
-112
/
+156
2018-05-01
Backport: Use round and floor instead of casts.
Neil
1
-2
/
+2
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
2
-2
/
+2
2018-04-30
Backport: Use const where possible.
Neil
1
-1
/
+1
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
14
-9
/
+76
2018-04-28
Backport: Rename method to avoid confusion between base and derived classes.
Neil
2
-4
/
+4
2018-04-27
Backport: Use nullptr for custom draw functions.
Neil
2
-9
/
+10
2018-04-27
Backport: Avoid reinterpret_cast. Use size_t argument to UTF8Classify to avoi...
Neil
2
-25
/
+23
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-05-06
Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...
mitchell
3
-23
/
+71
2018-04-25
Backport: Use set of coercion functions for transforming WndProc parameters i...
Neil
3
-44
/
+63
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
2
-31
/
+30
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-22
Backport: Remove casts between char and unsigned char where possible.
Neil
5
-12
/
+11
2018-04-21
Backport: Code improvements - noexcept and intialization.
Neil
2
-5
/
+5
2018-04-21
Backport: Safety improvements for character code - drop reinterpret_cast, ens...
Neil
3
-13
/
+12
2018-04-21
Backport: Use noexcept in basic data structures where reasonable.
Neil
7
-46
/
+55
2018-04-21
Backport: Tighten definition of regular expression iterators so they are noex...
Neil
11
-120
/
+150
2018-05-06
Backport: More const and cast avoidance.
mitchell
3
-13
/
+14
2018-04-20
Backport: Mark pointer to constant parameter as const.
Neil
4
-4
/
+4
2018-04-20
Backport: Use std::count to simplify code. Avoid NULL.
Neil
1
-8
/
+2
2018-04-20
Backport: Make reference argument const as not altered.
Neil
2
-2
/
+2
2018-04-20
Backport: Undo part of last change as Xcode Clang doesn't like assigning long...
Neil Hodgson
2
-8
/
+8
2018-04-20
Backport: Use standard lround function and remove some casts.
Neil
1
-5
/
+7
2018-05-06
Backport: Feature [feature-requests:#1215]. Use standard functions in prferen...
mitchell
2
-7
/
+8
2018-04-20
Backport: Feature [feature-requests:#1215]. const in AutoComplete.
Neil
2
-10
/
+10
2018-04-20
Backport: Feature [feature-requests:#1215]. Fix forwarding reference warnings.
Neil
3
-5
/
+6
2018-04-20
Backport: Avoid casts for DrawIndentGuide.
Neil
2
-7
/
+7
2018-04-20
Backport: Remove casts, drop default argument, use const.
Neil
2
-8
/
+8
2018-04-19
Backport: Templatize MakeUpperCase/MakeLowerCase so they work on char/int wit...
Neil
1
-4
/
+4
2018-04-19
Backport: Use ColourDesired constructor explicitly to make more obvious.
Neil
3
-6
/
+6
2018-04-19
Backport: Casting changed in many places, due to change to 64-bit variables f...
Neil
9
-503
/
+506
2018-04-19
Backport: Casts that avoid warnings if Position and Line are different sizes.
Neil
1
-2
/
+2
2018-04-19
Backport: Remove potential allocation in destructor which could have thrown.
Neil
1
-1
/
+0
2018-04-19
Backport: Remove unnecessary extra allocation.
Neil
1
-1
/
+0
2018-04-19
Backport: Remove casts by using harmonized types. Drop NUL termination that i...
Neil
1
-16
/
+13
2018-04-19
Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line ...
Nicholai Benalal
1
-2
/
+3
[next]