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
2020-08-03
Bug [#2170]. Fixed cursor flicker when click past end of file and there is an
uhf7
1
-1
/
+4
2020-07-31
More consistent rectangle arguments.
Neil
1
-11
/
+10
2020-07-31
Simplify code by using CAIRO_EXTEND_REPEAT to tile a pattern instead of looping
Neil
1
-21
/
+6
2020-07-31
Refactored ContextCursor to avoid multiple Point conversions.
Neil
1
-15
/
+15
2020-07-31
Bug [#2170]. Fixed cursor flicker over an indicator with hover style.
uhf7
2
-0
/
+8
2020-07-30
Bug [#2191]. Allow setting CPPFLAGS to support hardening.
Andreas Rönnquist
2
-2
/
+6
2020-07-29
SciTE change log.
Neil
1
-0
/
+5
2020-07-29
Use dynamic_cast for SurfaceGDI::Copy as it will fail better if a mistake made.
Neil
1
-1
/
+1
2020-07-28
Bug [#2189]. Allow cross-building for GTK by choosing pkg-config.
Andreas Rönnquist
2
-2
/
+7
2020-07-28
Fix position of marker symbols for SC_MARGIN_RTEXT which were being moved based
Neil
2
-5
/
+20
2020-07-28
Fix factory leak by using global factory instead of getting from render target.
Neil
1
-4
/
+1
2020-07-27
Add private SurfaceD2D::GetBitmap to better encapsulate the bitmap render target
Neil
1
-8
/
+11
2020-07-21
Added tag rel-4-4-4 for changeset f422793aa52f
Neil
1
-0
/
+1
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
[prev]
[next]