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-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
2021-10-03
Feature [feature-requests:#1417] Add DEL (0x7F) to set of space characters.
Neil
4
-8
/
+9
2021-10-02
Change log.
Neil
1
-0
/
+11
2021-10-02
Do not unref the global settings object as gtk_settings_get_default does not
Mitchell Foral
1
-3
/
+0
2021-09-30
Bug [#2283] Make resource rule more generic.
Ivan Ustûžanin
1
-2
/
+2
2021-09-30
Bug [#2283] Remove ScintillaDLL.o and ScintRes.o from static library as only
Ivan Ustûžanin
2
-4
/
+8
2021-09-30
Feature [feature-requests:#1416] Mark destructor as noexcept and use default
Zufu Liu
2
-3
/
+2
2021-09-30
Feature [feature-requests:#1416] Remove extra check that is never true and
Zufu Liu
3
-5
/
+3
2021-09-29
Feature [feature-requests:#1416] Shorten code.
Zufu Liu
1
-3
/
+2
2021-09-29
Feature [feature-requests:#1416] Shorten code and avoid cppcheck warning.
Zufu Liu
2
-10
/
+1
2021-09-29
Added tag rel-5-1-3 for changeset beeb51d2c645
Neil
1
-0
/
+1
2021-09-29
Updates for 5.1.3.
rel-5-1-3
Neil
9
-16
/
+29
2021-09-28
Feature [feature-requests:#1416] Change evaluation order so that monospaceASCII
Zufu Liu
1
-10
/
+14
2021-09-28
Fix bad layout of monospace text on Cocoa by adding separate field
Neil
3
-1
/
+4
2021-09-28
Widen styleNumber in PositionCacheEntry from 8 to 16 bits to allow styles
Neil
12
-8
/
+19
[next]