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-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
2020-07-15
Backport: Add extra checking and assertions for NULLs.
Neil
1
-30
/
+34
2020-07-19
Backport: Make simple methods on simple classes constexpr.
mitchell
1
-30
/
+30
2020-07-13
Backport: Minor warning fixes. 0 -> nullptr and static_cast -> dynamic_cast.
Neil
2
-4
/
+4
2020-07-13
Backport: Use float for text size in case application calls SCI_STYLESETSIZEF...
Neil
1
-1
/
+1
2020-07-13
Backport: Replace QTime with QElapsedTimer as QTime::start deprecated.
Neil
1
-2
/
+2
2020-07-11
Backport: Removed calls that had no effect as drawing in indent guides uses F...
Neil
1
-2
/
+0
2020-07-11
Backport: Removed GetNearestColor as paletted displays are no longer supported.
Neil
1
-3
/
+1
2020-07-11
Backport: Treat DEL as a control character for determining block caret size.
Zufu Liu
1
-5
/
+6
2020-07-11
Backport: Feature [feature-requests:1369]. Represent DEL control character 0x...
Zufu Liu
2
-0
/
+5
2020-07-08
Backport: Fix translucent rectangle drawing on Qt.
Neil
2
-12
/
+34
2020-07-08
Backport: Use correct signature to override QListWidget::selectionChanged and...
Neil
1
-14
/
+21
2020-07-08
Backport: Fix deprecated QDesktopWidget::availableGeometry call to use curren...
Neil
1
-8
/
+21
2020-07-08
Backport: Fix deprecated Qt call to use currently supported call.
Neil
2
-1
/
+5
2020-07-07
Backport: Add .p6 extension for Raku to list of native line ends.
Neil
1
-0
/
+1
2020-06-21
Backport: Remove *.ipdb (incremental link time code generation) files when cl...
Neil
1
-1
/
+1
2020-07-18
lexlua: Alias `lexer.fold*` to `lexer.property['fold*']`.
mitchell
3
-1
/
+90
2020-07-14
lexlua: Minor pattern refactoring.
mitchell
120
-154
/
+154
2020-07-13
lexlua: Updated documentation.
mitchell
1
-3
/
+3
2020-07-13
lexlua: Deprecated some unused lexer patterns.
mitchell
4
-21
/
+19
2020-07-13
lexlua: Return `lexer.colors.name` as a number if possible.
mitchell
2
-2
/
+5
2020-07-08
lexlua: Convert uses of `lexer.STYLE_*` to `lexer.styles.*`.
mitchell
43
-107
/
+108
2020-07-07
lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers.
mitchell
17
-840
/
+722
2020-07-07
Demonstrate line numbers in jinx example for curses platform.
mitchell
1
-0
/
+1
2020-07-07
Forward-declare LexerLPeg.
mitchell
1
-663
/
+688
2020-06-25
lexlua: Updated Markdown lexer to handle code blocks and spans better.
mitchell
1
-7
/
+15
2020-06-20
Fixed assertion error in LPeg lexer when setting a style with no token.
mitchell
1
-1
/
+2
2020-06-19
Reverted experimental Lexilla and SCI_SETILEXER support.
mitchell
17
-288
/
+50
2020-06-17
Updated BACKPORTING.
mitchell
1
-1
/
+95
2020-06-17
Improved check.mak test program building.
mitchell
1
-1
/
+2
2020-06-17
Fixed bad backport.
mitchell
1
-0
/
+1
2020-06-17
Backport: Update suppressions for Cppcheck 2.1.
Neil
1
-10
/
+21
2020-06-17
Backport: Simplify calls when known to be leaving a save point.
Neil
1
-2
/
+2
2020-06-17
Backport: Feature [feature-requests:1361]. Allow caret width to be up to 20 p...
Neil
3
-4
/
+8
[next]