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-02-15
Backport: Extract image conversion from RGBA to BGRA premultiplied into commo...
Neil
4
-31
/
+28
2020-02-15
Backport: Bug [#2138]. For pixmap, balance call to BeginDraw with EndDraw.
Neil
1
-0
/
+2
2020-02-15
Backport: Bug [#2138]. Potential fix to Direct2D crash when updating driver.
Mat Berchtold
2
-1
/
+11
2020-03-27
Backport: Use dynamic_cast and assertion instead of static_cast to fail earli...
mitchell
1
-13
/
+20
2020-02-12
Backport: Bug [#2156]. Process IME messages that were broken by [983d35].
Neil
1
-7
/
+19
2020-02-09
Backport: Standardise header guard names and use.
Neil
5
-7
/
+12
2020-02-09
Backport: Use uniform initialization for resetting GDI handles to avoid NULL/...
Neil
2
-25
/
+25
2020-02-09
Backport: Add noexcept to avoid warning.
Neil
1
-2
/
+2
2020-02-09
Backport: Add a size to timer enumeration to avoid warnings.
Neil
1
-1
/
+1
2020-02-09
Backport: Feature [feature-requests:#1340] Use Win32 types for EM_ messages.
Zufu Liu
1
-9
/
+9
2020-02-09
Backport: Feature [feature-requests:#1340] Move and use Point functions to av...
Zufu Liu
4
-16
/
+17
2020-02-05
Backport: Feature [feature-requests:#1335] Archive just the repository files ...
Neil
1
-0
/
+5
2020-02-05
Backport: Spelling and grammar in comment.
Neil
1
-1
/
+2
2020-02-03
Backport: Add link to ScintillaTest GTK sample.
Neil
1
-1
/
+3
2020-01-31
Backport: Feature [feature-requests:#1336] Add default argument for GetRelative.
David Shuman
2
-2
/
+6
2020-01-31
Backport: Avoid Clang warning with extra test.
Neil
1
-5
/
+5
2020-01-31
Backport: Use more typesafe functions to remove casts.
Neil
3
-19
/
+19
2020-01-28
Backport: Break WndProc up into shorter, more focussed methods.
Neil
1
-399
/
+508
2020-01-25
Backport: Fix line end whitespace and change edited date.
Neil
1
-2
/
+2
2020-03-27
Backport: Bug [#2152]. Ignore Alt+Keypad keys that will result in a WM_CHAR.
mitchell
3
-2
/
+43
2020-01-23
Backport: Improve tracing of key down messages with more information.
Neil
1
-1
/
+7
2020-01-21
Backport: Feature [feature-requests:#1335] Hide some more files from hg.
Neil
1
-0
/
+3
2020-01-18
Backport: Fix line end whitespace.
Neil
1
-1
/
+1
2020-01-10
Backport: Bug [#2132]. Only check for LS/PS/NEL when Unicode line ends turned...
Zufu Liu
1
-1
/
+1
2020-01-06
Backport: Bug [#2135]. Prevent movement of candidate window while typing.
Zufu Liu
2
-2
/
+5
2020-01-06
Backport: Bug [#2135]. Improve location of candidate window.
Zufu Liu
2
-2
/
+5
2020-01-06
Backport: Bug [#2135]. Set candidate window position in windowed IME mode.
Zufu Liu
2
-0
/
+7
2020-01-09
Backport: Remove support for CF_TEXT clipboard format. CF_UNICODETEXT is now ...
Neil
2
-45
/
+5
2020-03-26
Switch to 1-based indices in Lua.
mitchell
4
-28
/
+28
2020-03-22
Formatting.
mitchell
1
-1
/
+2
2020-03-22
Added userdata pointer for SCNotifications on curses.
mitchell
2
-9
/
+13
2020-03-16
Modernized and reformatted curses platform code.
mitchell
3
-211
/
+239
2020-03-11
LexLPeg now implements DefaultLexer and NameOfStyle().
mitchell
2
-77
/
+71
2020-03-10
Fixed LexLPeg reporting of known lexers on Win32.
mitchell
1
-5
/
+7
2020-03-07
LexLPeg can now report a list of known lexers via SCI_PRIVATELEXERCALL.
mitchell
2
-70
/
+153
2020-03-06
Updated curses example to use new SCI_LOADLEXERLIBARY API.
mitchell
1
-1
/
+2
2020-03-06
More LexLPeg refactoring, including a safer Lua state.
mitchell
2
-106
/
+155
2020-03-06
More LexLPeg refactoring.
mitchell
1
-70
/
+92
2020-03-06
Formatted LexLPeg.cxx.
mitchell
1
-694
/
+701
2020-03-05
Refactored LexLPeg.
mitchell
1
-318
/
+343
2020-03-05
Fixed building LPeg lexer on GTK.
mitchell
1
-2
/
+2
2020-03-04
Modernize LexLPeg.
mitchell
1
-58
/
+54
2020-01-07
Updated BACKPORTING.
mitchell
1
-0
/
+39
2020-01-07
lexlua: Removed unnecessary `lpeg.B()` in Rust lexer.
mitchell
1
-2
/
+2
2020-01-06
Fixed runtime error introduced by r7925 (changset 58e9ef4392cd).
mitchell
1
-2
/
+2
2020-01-06
Backport: Bug [#2147]. Don't clear clipboard before copying text.
Neil
2
-1
/
+4
2020-01-06
More synchronizing LongTerm3 with default.
mitchell
7
-14
/
+21
2020-01-05
Added Sci::round() and Sci::lround() for better compatibility with the defaul...
mitchell
5
-15
/
+28
2020-01-05
Updated checkdeps.mak.
mitchell
1
-1706
/
+1896
2020-01-05
Added Sci::make_unique() and Sci::size() for better compatibility with the de...
mitchell
24
-92
/
+143
[next]