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-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
2020-06-16
Backport: Added some projects that use Scintilla.
Neil
1
-0
/
+8
2020-06-12
Backport: Bug [#2141]. Implement end of line annotations.
Prakash Sahni
13
-4
/
+341
2020-06-15
Backport: Use ReleaseUnknown to extend noexcept over finalisation.
Zufu Liu
4
-25
/
+12
2020-06-11
Backport: Fix bug on Win32 where calling WM_GETTEXT for more text than in doc...
Neil
3
-1
/
+18
2020-06-11
Backport: Bug [#2185]. Fix printing to use correct text size.
Neil
2
-1
/
+7
2020-06-11
Backport: Use noexcept where safe and maintainable.
Neil
25
-118
/
+119
2020-06-11
Backport: Use const and noexcept for CatalogueModules.
Neil
1
-6
/
+6
2020-06-11
Backport: Avoid warning for potential nullptr dereference that is not actuall...
Neil
1
-2
/
+4
2020-06-10
Backport: Feature [feature-requests:1355]. Round instead of truncating for SC...
Neil
3
-3
/
+8
2020-06-10
Backport: Convert enum to enum class. Add noexcept and const.
Neil
3
-13
/
+13
2020-06-10
Backport: Feature [feature-requests:1357]. Convert to switch.
Zufu Liu
1
-144
/
+195
2020-06-17
Backport: Feature [feature-requests:1358]. Support lstlisting environment tha...
mitchell
2
-0
/
+10
2020-06-06
Backport: Implement gradients for GDI. GradientRectangle previously drew an a...
Neil
1
-5
/
+60
2020-06-06
Backport: Add DIBSection class to simplify bitmap operations on GDI.
Neil
1
-66
/
+121
2020-06-06
Backport: Avoid type-pun union when converting from RGBA colour to DWORD as t...
Neil
1
-13
/
+9
2020-06-06
Backport: Specify locally visible methods as noexcept.
Neil
1
-20
/
+20
2020-06-06
Backport: Prefer .data() over &[0] as more explicit.
Neil
1
-2
/
+2
2020-06-06
Backport: Add ReleaseUnknown to safely release IUnknown* and avoid warnings w...
Neil
3
-14
/
+22
2020-06-06
Backport: Bug [#2063]. On Windows 8.1 where GetDpiForWindow is not available,...
Zufu Liu
1
-0
/
+23
2020-05-28
Backport: Bug [#2171]. Check for DPI change in WM_DPICHANGED_AFTERPARENT inst...
Zufu Liu
1
-11
/
+12
2020-05-28
Backport: Bug [#2063]. Call AdjustWindowRectExForDpi when available to find c...
Zufu Liu
1
-8
/
+16
2020-05-27
Backport: Change log.
Neil
1
-1
/
+2
2020-05-27
Backport: Bug [#2063]. Make reverse arrow cursor scale with DPI.
Zufu Liu
3
-9
/
+67
2020-05-27
Backport: Bug [#2063]. Add SystemMetricsForDpi and use for ListBox and mouse ...
Zufu Liu
3
-19
/
+46
2020-05-26
Backport: Change log additions.
Neil
1
-0
/
+3
[next]