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-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
2018-04-20
Feature [feature-requests:#1215]. const in AutoComplete.
Neil
2
-10
/
+10
2018-04-20
Feature [feature-requests:#1215]. Fix forwarding reference warnings.
Neil
4
-5
/
+22
2018-04-20
Suppress some warnings in lexers.
Neil
1
-0
/
+3
2018-04-20
Avoid casts for DrawIndentGuide.
Neil
2
-7
/
+7
2018-04-20
Remove casts, drop default argument, use const.
Neil
3
-11
/
+11
2018-04-19
Templatize MakeUpperCase/MakeLowerCase so they work on char/int without casts.
Neil
4
-14
/
+16
2018-04-19
Use ColourDesired constructor explicitly to make more obvious.
Neil
4
-9
/
+9
2018-04-19
Casting changed in many places, due to change to 64-bit variables for 64-bit
Neil
10
-518
/
+521
2018-04-19
Casts that avoid warnings if Position and Line are different sizes.
Neil
1
-2
/
+2
2018-04-19
Remove potential allocation in destructor which could have thrown.
Neil
1
-1
/
+0
2018-04-19
Remove unnecessary extra allocation.
Neil
1
-2
/
+0
2018-04-19
Remove casts by using harmonized types. Drop NUL termination that is not needed.
Neil
1
-16
/
+13
2018-04-19
SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers wh...
Nicholai Benalal
5
-5
/
+26
2018-04-18
Avoid an overflow warning seen when compiling for Qt.
Neil Hodgson
1
-1
/
+2
2018-04-18
Check for perf_counter before using as not available on Python 2 used for PySide
Neil
1
-14
/
+20
2018-04-18
Switch performance tests to more accurate timer.
Neil
1
-14
/
+14
2018-04-17
Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.
Neil
19
-41
/
+111
2018-04-17
Templatize ContractionState so it can later be switched between 32-bits and 6...
Neil
1
-69
/
+99
2018-04-17
Templatize LineVector so it can later be switched between 32-bits and 64-bits.
Neil
1
-8
/
+9
2018-03-28
Templatize decorations to allow 32-bit or 64-bit positions.
Neil
4
-61
/
+88
2018-04-16
Determine if line start or end pattern before loop.
Neil
1
-5
/
+7
2018-04-16
Convert topLine from a screen line to a document line before using it to find a
Neil
1
-1
/
+2
2018-04-15
Feature [feature-requests:#1215]. Stop warning about virtual call in destructor.
Neil
5
-19
/
+45
2018-04-14
Make method const as it is just a reader.
Neil
1
-1
/
+1
2018-04-14
Undo some changes that snuck in the last change set.
Neil
1
-7
/
+7
[next]