aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2020-03-21Change log.Zufu Liu1-0/+4
2020-03-21Bug [#2149]. Enable windowed IME on Wayland by setting as transient for main.Zufu Liu2-2/+13
2020-03-21Remove some casts that are not needed.Zufu Liu1-3/+2
2020-03-19Use dynamic_cast and assertion to make bugs more obvious.Neil3-51/+51
Use noexcept, namespace, const, constexpr, and static inline where reasonable. Avoid warnings in initializations.
2020-03-19Use noexcept in EditModel.Neil2-6/+6
2020-03-19Minor improvements - noexcept, constexpr, cast removal.Neil2-11/+9
2020-03-19Feature [feature-requests:1302] Simplify DrawCarets.Zufu Liu1-5/+4
2020-03-19Feature [feature-requests:1302] Add IsCaretVisible to simplify DrawCarets.Zufu Liu3-1/+6
2020-03-17Remove CRITICAL_SECTION by creating reverse arrow cursor at initialization.Neil1-30/+17
InitializeCriticalSection inside DllMain can cause exceptions on old Windows.
2020-03-16Fail early if Python 3.x.Neil1-0/+3
2020-03-16List headers in HeaderOrder.txt that are not used.Neil2-5/+6
Remove unused headers from HeaderOrder.txt.
2020-03-16Update Scintilla.h to match reordering of Scintilla.iface.Neil1-9/+9
2020-03-15Bug [#2159]. SC_WRAP_CHAR is not supported for printing.Neil1-5/+4
2020-03-13Using constexpr in UniConversion and CaseConvert.Neil4-7/+7
2020-03-13Mark ImmEscapeW as global.Neil1-1/+1
2020-03-11Handle Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set.Zufu Liu2-2/+16
2020-02-05Bug [#2153]. Reorder and add separating new lines to ease downstream.Neil1-21/+39
2020-03-11Modernize and simplify script. Now requires Python 3.Neil1-46/+28
2020-03-11Add or update #! lines of Python scripts to use python3.Neil7-4/+9
2020-03-06Added tag rel-4-3-2 for changeset c4e53c985ef6Neil1-0/+1
2020-03-06Readying 4.3.1 release.rel-4-3-2Neil8-16/+17
2020-03-06Fix bug where all drops were treated as rectangular.Neil2-1/+12
2020-03-04Added tag rel-4-3-1 for changeset 32e2c934bcc6Neil1-0/+1
2020-03-01Readying 4.3.1 release.rel-4-3-1Neil10-20/+21
2020-03-01Add menu at top.Neil1-0/+18
2020-03-01Feature [feature-requests:497] Remove dead bug from bugs page.Neil1-6/+0
2020-02-29Add const and noexcept where they make sense.Neil2-8/+8
2020-02-27Feature [feature-requests:497] Structure caret policy data and pass policy forNeil2-71/+68
dragging instead of manipulating global state..
2020-02-21Feature [feature-requests:497] Automatically scroll while dragging text.McLoo2-0/+19
Added automatic scrolling when text dragged near edge of window.
2020-02-18Bug [#2156]. Move IME method declarations together.Neil1-5/+4
2020-02-15Extract image conversion from RGBA to BGRA premultiplied into common function.Neil4-31/+28
2020-02-15Bug [#2138]. For pixmap, balance call to BeginDraw with EndDraw.Neil1-0/+2
This avoids a warning when Direct2D debugging turned on.
2020-02-15Bug [#2138]. Potential fix to Direct2D crash when updating driver.Mat Berchtold2-1/+11
2020-02-14Use dynamic_cast and assertion instead of static_cast to fail earlier if thereNeil1-13/+19
is a bug.
2020-02-12Bug [#2151]. Minor improvements.Zufu Liu1-20/+16
2020-02-12Bug [#2156]. Process IME messages that were broken by [983d35].Neil1-7/+19
Move WM_INPUTLANGCHANGE[REQUEST] into IMEMessage.
2020-02-09Standardise header guard names and use.Neil5-7/+12
2020-02-09Use uniform initialization for resetting GDI handles to avoid NULL/0 warnings.Neil2-25/+25
Changed HDC, HPEN, HBRUSH, HFONT, HRGN, and HBITMAP.
2020-02-09Add noexcept to avoid warning.Neil1-2/+2
2020-02-09Add a size to timer enumeration to avoid warnings.Neil1-1/+1
2020-02-09Feature [feature-requests:#1340] Use Win32 types for EM_ messages.Zufu Liu1-9/+9
2020-02-09Feature [feature-requests:#1340] Move and use Point functions to avoid casting.Zufu Liu4-16/+17
2020-02-05Feature [feature-requests:#1335] Archive just the repository files to ↵Neil1-0/+5
scintilla.tgz.
2020-02-05Spelling and grammar in comment.Neil1-1/+2
2020-02-03Bug [#2143]. Add test case for comment start in number.Neil2-0/+22
This is before-fix and demonstrates the issue.
2020-02-03Add batch file to test lexers.Neil1-0/+7
2020-02-03Bug [#2139]. Add test case for compound decorator.Neil4-12/+17
This is before-fix and demonstrates the issue. Remove the .new file as that is a temporary.
2020-02-03Add link to ScintillaTest GTK sample.Neil1-1/+3
2020-02-02SciTE change log.Neil1-0/+4
2020-01-31Feature [feature-requests:#1336] Add default argument for GetRelative.David Shuman2-2/+7