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-09-11
Updates to Lexilla interface mentioned.
rel-4-4-5
Neil
1
-0
/
+6
2020-09-09
Change release date.
Neil
2
-3
/
+3
2020-09-09
Added information on lexer library functions SetLibraryProperty and
Neil
1
-1
/
+11
2020-09-05
Add blurb for new version.
Neil
2
-5
/
+5
2020-09-05
Update version number to 4.4.5.
Neil
14
-28
/
+28
2020-08-27
Bug [#2197]. Avoid rewrap when checkTextAndStyle finds unchanged from cache.
Zufu Liu
1
-5
/
+4
2020-08-26
Bug [#2199]. Fixed bug where a hovered INDIC_TEXTFORE indicator was not applying
uhf7
2
-3
/
+11
2020-08-25
Move SCI_MULTIEDGEADDLINE impleemntation into ViewStyle as it is too complex for
Neil
3
-12
/
+17
2020-08-25
Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.
Derek Brown
6
-5
/
+76
2020-08-24
SciTE change log.
Neil
1
-0
/
+5
2020-08-21
Reduce code and variable lifetime.
Zufu Liu
1
-6
/
+3
2020-08-21
Bug [#2197]. Fixed bug where layout caching was ineffective.
Neil
2
-1
/
+6
2020-08-21
Bounds checks for setting annotation style.
Mitchell Foral
1
-8
/
+12
2020-08-12
Updating version number.
Neil Hodgson
3
-4
/
+4
2020-08-12
Use groups without folders as groups with folders caused trouble for new clones.
Neil Hodgson
4
-1020
/
+1024
2020-08-11
Fixed bug where gradient indicators were not showing hovered appearance.
Neil
2
-2
/
+5
2020-08-11
Bug [#2193]. Fixed bug where hovered indicator was not returning to non-hover
uhf7
1
-0
/
+1
2020-08-09
SciTE change log.
Neil
1
-0
/
+8
2020-08-09
Use [[fallthrough]] to reduce warnings from Visual Studio static analysis.
Neil
1
-1
/
+1
2020-08-04
Bounds checking for SetSelectionN* APIs.
Mitchell Foral
1
-0
/
+3
2020-08-03
Use const. Use separate lines for variable declarations.
Neil
1
-3
/
+5
2020-08-03
Bug [#2193]. Fixed bug where hovered indicator was not returning to non-hover
uhf7
2
-0
/
+7
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
[next]