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-03-23
Backport: Use noexcept, const, and constexpr where possible.
Neil
2
-17
/
+17
2020-03-23
Backport: Replace const with constexpr where possible.
Neil
1
-4
/
+4
2020-03-23
Backport: perLineData is polymorphic so replace static_cast with dynamic_cast...
Neil
1
-5
/
+5
2020-03-23
Backport: Drop possibility of Sci_Position, Sci::Line, Sci::Position not bein...
Neil
1
-8
/
+8
2020-03-21
Backport: Change log.
Zufu Liu
1
-0
/
+4
2020-03-21
Backport: Bug [#2149]. Enable windowed IME on Wayland by setting as transient...
Zufu Liu
2
-2
/
+13
2020-03-21
Backport: Remove some casts that are not needed.
Zufu Liu
1
-3
/
+2
2020-03-27
Backport: Use dynamic_cast and assertion to make bugs more obvious.
mitchell
3
-46
/
+46
2020-03-19
Backport: Use noexcept in EditModel.
Neil
2
-2
/
+2
2020-03-19
Backport: Minor improvements - noexcept, constexpr, cast removal.
Neil
2
-10
/
+8
2020-03-19
Backport: Feature [feature-requests:1302] Simplify DrawCarets.
Zufu Liu
1
-5
/
+4
2020-03-19
Backport: Feature [feature-requests:1302] Add IsCaretVisible to simplify Draw...
Zufu Liu
3
-1
/
+6
2020-03-17
Backport: Remove CRITICAL_SECTION by creating reverse arrow cursor at initial...
Neil
1
-30
/
+17
2020-03-16
Backport: Fail early if Python 3.x.
Neil
1
-0
/
+3
2020-03-27
Backport: List headers in HeaderOrder.txt that are not used.
mitchell
2
-4
/
+6
2020-03-16
Backport: Update Scintilla.h to match reordering of Scintilla.iface.
Neil
1
-9
/
+9
2020-03-15
Backport: Bug [#2159]. SC_WRAP_CHAR is not supported for printing.
Neil
1
-5
/
+4
2020-03-13
Backport: Using constexpr in UniConversion and CaseConvert.
Neil
4
-7
/
+7
2020-03-13
Backport: Mark ImmEscapeW as global.
Neil
1
-1
/
+1
2020-03-11
Backport: Handle Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set.
Zufu Liu
2
-2
/
+8
2020-02-05
Backport: Bug [#2153]. Reorder and add separating new lines to ease downstream.
Neil
1
-21
/
+39
2020-03-11
Backport: Modernize and simplify script. Now requires Python 3.
Neil
1
-45
/
+27
2020-03-11
Backport: Add or update #! lines of Python scripts to use python3.
Neil
7
-4
/
+9
2020-03-01
Backport: Add menu at top.
Neil
1
-0
/
+18
2020-03-01
Backport: Feature [feature-requests:497] Remove dead bug from bugs page.
Neil
1
-6
/
+0
2020-02-29
Backport: Add const and noexcept where they make sense.
Neil
2
-8
/
+8
2020-02-27
Backport: Feature [feature-requests:497] Structure caret policy data and pass...
Neil
2
-71
/
+68
2020-02-21
Backport: Feature [feature-requests:497] Automatically scroll while dragging ...
McLoo
2
-0
/
+19
2020-02-18
Backport: Bug [#2156]. Move IME method declarations together.
Neil
1
-5
/
+4
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
[next]