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
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
2020-07-18
Update download size.
rel-4-4-4
Neil
1
-1
/
+1
2020-07-18
Remove some constexpr as they made shiboken fail.
Neil
1
-2
/
+2
2020-07-18
Updates for 4.4.4.
Neil
11
-30
/
+27
2020-07-17
Tidied up code using wstring, which will often avoid allocating, and fixing
Neil
1
-9
/
+9
2020-07-17
Fix truncation of locale due to not counting NUL. Add return code check.
Neil
1
-2
/
+4
2020-07-16
Add constexpr, const, noexcept and make other small improvements to lexlib.
Neil
13
-96
/
+90
2020-07-16
Add move constructor to complete set of standard methods.
Neil
1
-14
/
+21
2020-07-16
Make EncodingType an enum class.
Neil
2
-6
/
+6
2020-07-16
Make WrapMode an enum class for more type safety.
Neil
4
-14
/
+14
2020-07-16
Rename validLevel to ValidLevel and make an enum class.
Neil
4
-20
/
+20
2020-07-16
Rename typeOfFold to FoldPart and make an enum class.
Neil
3
-21
/
+21
2020-07-16
Make AddNumber an enum class for more type safety.
Neil
2
-4
/
+4
2020-07-16
Use enum class for selectionUnit (previously selectionType) for more type saf...
Neil
2
-32
/
+32
2020-07-16
Make EncodingFamily an enum class for more type safety.
Neil
3
-6
/
+6
2020-07-16
Add some const, constexpr.
Neil
3
-3
/
+3
2020-07-15
Feature [feature-requests:1368]. Add BraceMatchNext API.
Zufu Liu
7
-4
/
+20
2020-07-15
Hoist common conversion code into RectangleFromPRectangle.
Neil
1
-4
/
+12
2020-07-15
Stronger argument validation in BlobInline methods.
Neil
1
-1
/
+9
2020-07-15
Add extra checking and assertions for NULLs.
Neil
1
-30
/
+34
2020-07-14
Make simple methods on simple classes constexpr.
Neil
1
-31
/
+31
2020-07-13
Minor warning fixes. 0 -> nullptr and static_cast -> dynamic_cast.
Neil
2
-4
/
+4
2020-07-13
Use float for text size in case application calls SCI_STYLESETSIZEFRACTIONAL.
Neil
1
-1
/
+1
2020-07-13
Replace QTime with QElapsedTimer as QTime::start deprecated.
Neil
1
-2
/
+2
2020-07-11
Removed calls that had no effect as drawing in indent guides uses FillRectangle
Neil
1
-2
/
+0
2020-07-11
Removed GetNearestColor as paletted displays are no longer supported.
Neil
1
-3
/
+1
2020-07-11
Treat DEL as a control character for determining block caret size.
Zufu Liu
1
-5
/
+6
2020-07-11
Feature [feature-requests:1369]. Represent DEL control character 0x7f with DEL.
Zufu Liu
2
-0
/
+5
2020-07-08
Fix translucent rectangle drawing on Qt.
Neil
2
-12
/
+34
2020-07-08
Use correct signature to override QListWidget::selectionChanged and use this to
Neil
1
-14
/
+21
2020-07-08
Fix deprecated QDesktopWidget::availableGeometry call to use currently supported
Neil
1
-8
/
+21
2020-07-08
Fix deprecated Qt call to use currently supported call.
Neil
2
-1
/
+5
2020-07-07
Add .p6 extension for Raku to list of native line ends.
Neil
1
-0
/
+1
2020-06-28
SciTE change log.
Neil
1
-0
/
+11
2020-06-21
Remove *.ipdb (incremental link time code generation) files when cleaning as
Neil
1
-1
/
+1
2020-06-17
Change log for SciTE.
Neil
1
-0
/
+4
2020-06-17
Update suppressions for Cppcheck 2.1.
Neil
1
-10
/
+21
2020-06-17
Simplify calls when known to be leaving a save point.
Neil
1
-2
/
+2
2020-06-17
Feature [feature-requests:1361]. Allow caret width to be up to 20 pixels.
Neil
3
-4
/
+8
2020-06-16
Added some projects that use Scintilla.
Neil
1
-0
/
+8
2020-06-12
Bug [#2141]. Implement end of line annotations.
Prakash Sahni
13
-4
/
+343
2020-06-15
Use ReleaseUnknown to extend noexcept over finalisation.
Zufu Liu
4
-25
/
+12
2020-06-13
Fixed path mentioned in comment.
Neil
1
-1
/
+1
2020-06-13
Add include that defines back_inserter.
Greg Smith
1
-0
/
+1
2020-06-11
Fix bug on Win32 where calling WM_GETTEXT for more text than in document could
Neil
3
-1
/
+18
2020-06-11
Bug [#2185]. Fix printing to use correct text size.
Neil
2
-1
/
+7
2020-06-11
Use noexcept where safe and maintainable.
Neil
25
-122
/
+122
2020-06-11
Use const and noexcept for CatalogueModules.
Neil
1
-6
/
+6
2020-06-11
Avoid warning for potential nullptr dereference that is not actually possible.
Neil
1
-2
/
+4
2020-06-10
Feature [feature-requests:1355]. Round instead of truncating for SCI_TEXTWIDTH.
Neil
3
-4
/
+9
2020-06-10
Convert enum to enum class. Add noexcept and const.
Neil
3
-13
/
+13
[next]