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-12
Updated for 3.21.1.
rel-3-21-1
mitchell
9
-22
/
+22
2020-09-09
Updated BACKPORTING.
mitchell
1
-0
/
+7
2020-08-27
Backport:Bug [#2197]. Avoid rewrap when checkTextAndStyle finds unchanged fro...
Zufu Liu
1
-5
/
+4
2020-08-26
Backport: Bug [#2199]. Fixed bug where a hovered INDIC_TEXTFORE indicator was...
uhf7
2
-3
/
+11
2020-08-25
Backport: Move SCI_MULTIEDGEADDLINE impleemntation into ViewStyle as it is to...
Neil
3
-12
/
+17
2020-09-09
Backport: Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.
mitchell
6
-5
/
+77
2020-08-23
lexlua: Updated D lexer to not use a deprecated function.
mitchell
1
-1
/
+1
2020-08-23
Prefer "for" loop for iterating over Lua tables.
mitchell
1
-19
/
+6
2020-08-23
Updated BACKPORTING.
mitchell
1
-0
/
+12
2020-08-21
Backport: Reduce code and variable lifetime.
Zufu Liu
1
-6
/
+3
2020-08-21
Backport: Bug [#2197]. Fixed bug where layout caching was ineffective.
Neil
2
-1
/
+6
2020-08-21
Backport: Bounds checks for setting annotation style.
Mitchell Foral
1
-8
/
+12
2020-08-11
Backport: Fixed bug where gradient indicators were not showing hovered appear...
Neil
2
-2
/
+5
2020-08-11
Backport: Bug [#2193]. Fixed bug where hovered indicator was not returning to...
uhf7
1
-0
/
+1
2020-08-04
Backport: Bounds checking for SetSelectionN* APIs.
Mitchell Foral
1
-0
/
+3
2020-08-03
Backport: Use const. Use separate lines for variable declarations.
Neil
1
-3
/
+5
2020-08-03
Backport: Bug [#2193]. Fixed bug where hovered indicator was not returning to...
uhf7
2
-0
/
+7
2020-08-03
Backport: Bug [#2170]. Fixed cursor flicker when click past end of file and t...
uhf7
1
-1
/
+4
2020-07-31
Backport: More consistent rectangle arguments.
Neil
1
-11
/
+10
2020-07-31
Backport: Simplify code by using CAIRO_EXTEND_REPEAT to tile a pattern instea...
Neil
1
-21
/
+6
2020-07-31
Backport: Refactored ContextCursor to avoid multiple Point conversions.
Neil
1
-15
/
+15
2020-07-31
Backport: Bug [#2170]. Fixed cursor flicker over an indicator with hover style.
uhf7
2
-0
/
+8
2020-07-30
Backport: Bug [#2191]. Allow setting CPPFLAGS to support hardening.
Andreas Rönnquist
2
-2
/
+6
2020-07-29
Backport: Use dynamic_cast for SurfaceGDI::Copy as it will fail better if a m...
Neil
1
-1
/
+1
2020-07-28
Backport: Bug [#2189]. Allow cross-building for GTK by choosing pkg-config.
Andreas Rönnquist
2
-1
/
+6
2020-07-28
Backport: Fix position of marker symbols for SC_MARGIN_RTEXT which were being...
Neil
2
-5
/
+20
2020-07-28
Backport: Fix factory leak by using global factory instead of getting from re...
Neil
1
-4
/
+1
2020-07-27
Backport: Add private SurfaceD2D::GetBitmap to better encapsulate the bitmap ...
Neil
1
-8
/
+11
2020-08-23
lexlua: Documented color restrictions for the curses platform.
mitchell
2
-3
/
+27
2020-08-03
lexlua: Deprecated `lexer.fold_line_comments()` in favor of `lexer.fold_conse...
mitchell
53
-82
/
+106
2020-07-27
Added tag rel-3-21-0 for changeset d2d449e1dcca
mitchell
1
-0
/
+1
2020-07-27
Updated for version 3.21.0.
rel-3-21-0
mitchell
9
-22
/
+40
2020-07-27
lexlua: Updated documentation.
mitchell
1
-4
/
+4
2020-07-27
lexlua: Added C99 bool, true, and false to C lexer.
mitchell
1
-1
/
+3
2020-07-27
lexlua: Updated LuaDoc documentation.
mitchell
1
-4
/
+4
2020-07-23
Curses platform's `scintilla_get_clipboard()` now returns a copy of clipboard...
mitchell
2
-20
/
+20
2020-07-19
Updated BACKPORTING.
mitchell
1
-1
/
+19
2020-07-18
Backport: Remove some constexpr as they made shiboken fail.
Neil
1
-2
/
+2
2020-07-19
Backport: Add constexpr, const, noexcept and make other small improvements to...
mitchell
13
-96
/
+90
2020-07-16
Backport: Add move constructor to complete set of standard methods.
Neil
1
-14
/
+21
2020-07-16
Backport: Make EncodingType an enum class.
Neil
2
-6
/
+6
2020-07-16
Backport: Make WrapMode an enum class for more type safety.
Neil
4
-14
/
+14
2020-07-16
Backport: Rename validLevel to ValidLevel and make an enum class.
Neil
4
-20
/
+20
2020-07-16
Backport: Rename typeOfFold to FoldPart and make an enum class.
Neil
3
-21
/
+21
2020-07-16
Backport: Make AddNumber an enum class for more type safety.
Neil
2
-4
/
+4
2020-07-16
Backport: Use enum class for selectionUnit (previously selectionType) for mor...
Neil
2
-32
/
+32
2020-07-16
Backport: Make EncodingFamily an enum class for more type safety.
Neil
3
-6
/
+6
2020-07-16
Backport: Add some const, constexpr.
Neil
3
-3
/
+3
2020-07-15
Backport: Feature [feature-requests:1368]. Add BraceMatchNext API.
Zufu Liu
7
-4
/
+20
2020-07-15
Backport: Hoist common conversion code into RectangleFromPRectangle.
Neil
1
-4
/
+12
[next]