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-12-01
Bug [#2292] Better fix to draw margin means drawHashMarksAndLabelsInRect called.
Chinh Nguyen
1
-1
/
+1
2021-11-30
Bug [#2292] Fix bug where margin would not draw when scrolled.
Rowan Daniell
2
-0
/
+8
2021-11-27
Bug [#2299] Set active state correctly at creation.
Rowan Daniell
2
-1
/
+6
2021-11-25
Added mention of x-studio.
Neil
1
-0
/
+4
2021-11-24
For iterators, make constructors explicit, remove operators that are defaulted
Neil
1
-72
/
+17
2021-11-23
Fix warnings from Qt Creator 5.
Neil Hodgson
4
-24
/
+17
2021-11-21
Bug [#2296] Fix multi-monitor widget positioning on wayland
Jan Dolinar
2
-0
/
+17
2021-11-22
Make const where correct.
Neil
1
-2
/
+2
2021-11-22
Move common Win32 functions for releasing IUnknown* and DLL function access into
Neil
8
-46
/
+69
2021-11-22
Bug [#2295] Fix potential memory leak with Korean language input.
Zufu Liu
4
-61
/
+73
2021-11-16
Remove some casts that are not needed and a long-disused assertion.
Neil
1
-3
/
+2
2021-11-13
Bug [#2294] Fix assertion failure with autocompletion list when order is
Neil
3
-2
/
+51
2021-11-12
Remove XiteQt.py as ScintillaEditPy is no longer included in Scintilla
Neil
5
-118
/
+5
2021-11-12
Remove ScintillaEditPy as its prerequisites are unsupported.
Neil
9
-799
/
+6
2021-11-12
Change SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE to be more consistent
Neil
4
-28
/
+38
2021-11-10
Call ConstCharPtrFromSPtr when result should be const.
Neil
1
-23
/
+23
2021-11-08
Added tag rel-5-1-4 for changeset ae7f6a2ad9ad
Neil
1
-0
/
+1
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
[prev]
[next]