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
2021-11-08
Update release date.
rel-5-1-4
Neil
2
-3
/
+3
2021-11-03
Added <climits> for UCHAR_MAX.
Neil
1
-0
/
+1
2021-11-03
Updates for 5.1.4.
Neil
9
-23
/
+20
2021-11-03
Remove FontQuality.h from project files as no longer included.
Neil
2
-5
/
+0
2021-10-30
Ensure all ViewStyle fields are initialized.
Neil
2
-31
/
+17
2021-10-30
Minor changes to avoid warnings from linters.
Neil
2
-11
/
+11
2021-10-29
Remove standard operations for XPM module to follow rule-of-zero.
Neil
2
-26
/
+0
2021-10-26
Prefer constexpr to #define.
Neil
1
-18
/
+16
2021-10-26
Use empty to avoid warning.
Neil
1
-1
/
+1
2021-10-26
Mark method const as its a reader.
Neil
1
-1
/
+1
2021-10-26
Explicit constructors.
Neil
2
-2
/
+2
2021-10-26
Better and fewer casts.
Neil
1
-4
/
+4
2021-10-26
Ensure variables initialized.
Neil
5
-9
/
+9
2021-10-26
Don't set default values for parameters when overriding, only in base class.
Neil
2
-2
/
+2
2021-10-25
Don't define destructors when not needed, use unique_ptr, explict constructors.
Neil
3
-16
/
+5
2021-10-24
Avoid extra breaks introduced by revision 8993.
Zufu Liu
3
-9
/
+17
2021-10-24
Grammar in comment.
Neil
1
-1
/
+1
2021-10-24
Remove spaces from SIGNALs as that avoids extra allocations and clazy warnings.
Neil
2
-6
/
+6
2021-10-24
Bug [#2287] Fix primary selection paste within same instance.
Neil Hodgson
3
-3
/
+13
2021-10-22
Add CARETSTYLE_CURSES to draw more than 1 caret on curses terminal.
Mitchell Foral
10
-15
/
+71
2021-10-22
Feature [feature-requests:#1417] Change line wrapping to seek to line length
Zufu Liu
1
-26
/
+35
2021-10-21
Feature [feature-requests:#1417] Cache maximum key value in
Zufu Liu
2
-4
/
+15
2021-10-21
Feature [feature-requests:#1417] Use unsigned as that defines wrap-around
Zufu Liu
2
-2
/
+2
2021-10-21
Feature [feature-requests:#1417] Simplify BreakFinder::Next.
Zufu Liu
1
-9
/
+8
2021-10-21
Feature [feature-requests:#1417] Use backward iteration to find space / control
Zufu Liu
5
-43
/
+193
2021-10-21
Mention problem with SCI_CLEARREPRESENTATION for single bytes >= 128.
Zufu Liu
1
-1
/
+3
2021-10-20
GetLineEndTypesSupported returns LineEndType, not int.
Neil
4
-4
/
+7
2021-10-19
Extract ChangeScrollRange from common scroll range setting code.
Neil
1
-32
/
+18
2021-10-19
Remove duplicate credit.
Neil
1
-1
/
+0
2021-10-18
Normalize indentation whitespace.
Neil
1
-3
/
+3
2021-10-16
Bug [#2288] When window wider than scroll width, compute horizEndPreferred
Derek
2
-2
/
+9
2021-10-17
Update Catch2 to 2.13.7 so that it works on Ubuntu 21.10.
Neil
1
-175
/
+253
2021-10-17
encodingFamily never changes so mark const.
Zufu Liu
1
-1
/
+1
2021-10-17
Remove SpecialRepresentations::Contains which is no longer used.
Zufu Liu
2
-10
/
+0
2021-10-12
Minor code simplifications from clang-tidy.
Neil
1
-4
/
+4
2021-10-12
Feature [feature-requests:#1416] Mark override destructors as override.
Neil
2
-2
/
+2
2021-10-12
Feature [feature-requests:#1416] Use range for.
Neil
2
-7
/
+5
2021-10-12
Feature [feature-requests:#1416] Drop static in unnamed namespace.
Neil
1
-1
/
+1
2021-10-12
Feature [feature-requests:#1416] Prevent type mismatch.
Neil
1
-1
/
+1
2021-10-12
Feature [feature-requests:#1416] Use noexcept to mark impossibility of
Neil
1
-1
/
+1
2021-10-12
Feature [feature-requests:#1416] Harmonize parameter name.
Neil
1
-1
/
+1
2021-10-12
Feature [feature-requests:#1416] Use nullptr.
Neil
2
-10
/
+10
2021-10-09
Fix warning from Cppcheck2.6.
Neil
1
-3
/
+1
2021-10-09
Suppress unwanted warning from Cppcheck 2.6.
Neil
1
-0
/
+3
2021-10-09
Remove call of virtual function during destruction as default destruction does
Neil
1
-3
/
+1
2021-10-08
Feature [feature-requests:#1417] Use global IsControl instead of local function.
Neil
1
-7
/
+1
2021-10-06
Update dependencies.
Neil
3
-0
/
+3
2021-10-06
Update for 5.1.3.
Neil
1
-2
/
+2
2021-10-05
Add entry for 'Add DEL to standard set of space characters' and fix order.
Neil
1
-5
/
+8
2021-10-05
Feature [feature-requests:#1417] Consolidate character classification functions
Neil
5
-99
/
+62
[next]