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-24
Use noexcept where possible.
Neil
2
-21
/
+21
2020-03-23
Use noexcept, const, and constexpr where possible.
Neil
2
-17
/
+17
2020-03-23
Replace const with constexpr where possible.
Neil
1
-4
/
+4
2020-03-23
perLineData is polymorphic so replace static_cast with dynamic_cast for better
Neil
1
-5
/
+5
2020-03-23
Drop possibility of Sci_Position, Sci::Line, Sci::Position not being ptrdiff_t.
Neil
1
-8
/
+8
2020-03-21
Change log.
Zufu Liu
1
-0
/
+4
2020-03-21
Bug [#2149]. Enable windowed IME on Wayland by setting as transient for main.
Zufu Liu
2
-2
/
+13
2020-03-21
Remove some casts that are not needed.
Zufu Liu
1
-3
/
+2
2020-03-19
Use dynamic_cast and assertion to make bugs more obvious.
Neil
3
-51
/
+51
2020-03-19
Use noexcept in EditModel.
Neil
2
-6
/
+6
2020-03-19
Minor improvements - noexcept, constexpr, cast removal.
Neil
2
-11
/
+9
2020-03-19
Feature [feature-requests:1302] Simplify DrawCarets.
Zufu Liu
1
-5
/
+4
2020-03-19
Feature [feature-requests:1302] Add IsCaretVisible to simplify DrawCarets.
Zufu Liu
3
-1
/
+6
2020-03-17
Remove CRITICAL_SECTION by creating reverse arrow cursor at initialization.
Neil
1
-30
/
+17
2020-03-16
Fail early if Python 3.x.
Neil
1
-0
/
+3
2020-03-16
List headers in HeaderOrder.txt that are not used.
Neil
2
-5
/
+6
2020-03-16
Update Scintilla.h to match reordering of Scintilla.iface.
Neil
1
-9
/
+9
2020-03-15
Bug [#2159]. SC_WRAP_CHAR is not supported for printing.
Neil
1
-5
/
+4
2020-03-13
Using constexpr in UniConversion and CaseConvert.
Neil
4
-7
/
+7
2020-03-13
Mark ImmEscapeW as global.
Neil
1
-1
/
+1
2020-03-11
Handle Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set.
Zufu Liu
2
-2
/
+16
2020-02-05
Bug [#2153]. Reorder and add separating new lines to ease downstream.
Neil
1
-21
/
+39
2020-03-11
Modernize and simplify script. Now requires Python 3.
Neil
1
-46
/
+28
2020-03-11
Add or update #! lines of Python scripts to use python3.
Neil
7
-4
/
+9
2020-03-06
Added tag rel-4-3-2 for changeset c4e53c985ef6
Neil
1
-0
/
+1
2020-03-06
Readying 4.3.1 release.
rel-4-3-2
Neil
8
-16
/
+17
2020-03-06
Fix bug where all drops were treated as rectangular.
Neil
2
-1
/
+12
2020-03-04
Added tag rel-4-3-1 for changeset 32e2c934bcc6
Neil
1
-0
/
+1
2020-03-01
Readying 4.3.1 release.
rel-4-3-1
Neil
10
-20
/
+21
2020-03-01
Add menu at top.
Neil
1
-0
/
+18
2020-03-01
Feature [feature-requests:497] Remove dead bug from bugs page.
Neil
1
-6
/
+0
2020-02-29
Add const and noexcept where they make sense.
Neil
2
-8
/
+8
2020-02-27
Feature [feature-requests:497] Structure caret policy data and pass policy for
Neil
2
-71
/
+68
2020-02-21
Feature [feature-requests:497] Automatically scroll while dragging text.
McLoo
2
-0
/
+19
2020-02-18
Bug [#2156]. Move IME method declarations together.
Neil
1
-5
/
+4
2020-02-15
Extract image conversion from RGBA to BGRA premultiplied into common function.
Neil
4
-31
/
+28
2020-02-15
Bug [#2138]. For pixmap, balance call to BeginDraw with EndDraw.
Neil
1
-0
/
+2
2020-02-15
Bug [#2138]. Potential fix to Direct2D crash when updating driver.
Mat Berchtold
2
-1
/
+11
2020-02-14
Use dynamic_cast and assertion instead of static_cast to fail earlier if there
Neil
1
-13
/
+19
2020-02-12
Bug [#2151]. Minor improvements.
Zufu Liu
1
-20
/
+16
2020-02-12
Bug [#2156]. Process IME messages that were broken by [983d35].
Neil
1
-7
/
+19
2020-02-09
Standardise header guard names and use.
Neil
5
-7
/
+12
2020-02-09
Use uniform initialization for resetting GDI handles to avoid NULL/0 warnings.
Neil
2
-25
/
+25
2020-02-09
Add noexcept to avoid warning.
Neil
1
-2
/
+2
2020-02-09
Add a size to timer enumeration to avoid warnings.
Neil
1
-1
/
+1
2020-02-09
Feature [feature-requests:#1340] Use Win32 types for EM_ messages.
Zufu Liu
1
-9
/
+9
2020-02-09
Feature [feature-requests:#1340] Move and use Point functions to avoid casting.
Zufu Liu
4
-16
/
+17
2020-02-05
Feature [feature-requests:#1335] Archive just the repository files to scintil...
Neil
1
-0
/
+5
2020-02-05
Spelling and grammar in comment.
Neil
1
-1
/
+2
2020-02-03
Bug [#2143]. Add test case for comment start in number.
Neil
2
-0
/
+22
[prev]
[next]