aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-03-23Backport: Use noexcept, const, and constexpr where possible.Neil2-17/+17
2020-03-23Backport: Replace const with constexpr where possible.Neil1-4/+4
2020-03-23Backport: perLineData is polymorphic so replace static_cast with dynamic_cast...Neil1-5/+5
2020-03-23Backport: Drop possibility of Sci_Position, Sci::Line, Sci::Position not bein...Neil1-8/+8
2020-03-21Backport: Change log.Zufu Liu1-0/+4
2020-03-21Backport: Bug [#2149]. Enable windowed IME on Wayland by setting as transient...Zufu Liu2-2/+13
2020-03-21Backport: Remove some casts that are not needed.Zufu Liu1-3/+2
2020-03-27Backport: Use dynamic_cast and assertion to make bugs more obvious.mitchell3-46/+46
2020-03-19Backport: Use noexcept in EditModel.Neil2-2/+2
2020-03-19Backport: Minor improvements - noexcept, constexpr, cast removal.Neil2-10/+8
2020-03-19Backport: Feature [feature-requests:1302] Simplify DrawCarets.Zufu Liu1-5/+4
2020-03-19Backport: Feature [feature-requests:1302] Add IsCaretVisible to simplify Draw...Zufu Liu3-1/+6
2020-03-17Backport: Remove CRITICAL_SECTION by creating reverse arrow cursor at initial...Neil1-30/+17
2020-03-16Backport: Fail early if Python 3.x.Neil1-0/+3
2020-03-27Backport: List headers in HeaderOrder.txt that are not used.mitchell2-4/+6
2020-03-16Backport: Update Scintilla.h to match reordering of Scintilla.iface.Neil1-9/+9
2020-03-15Backport: Bug [#2159]. SC_WRAP_CHAR is not supported for printing.Neil1-5/+4
2020-03-13Backport: Using constexpr in UniConversion and CaseConvert.Neil4-7/+7
2020-03-13Backport: Mark ImmEscapeW as global.Neil1-1/+1
2020-03-11Backport: Handle Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set.Zufu Liu2-2/+8
2020-02-05Backport: Bug [#2153]. Reorder and add separating new lines to ease downstream.Neil1-21/+39
2020-03-11Backport: Modernize and simplify script. Now requires Python 3.Neil1-45/+27
2020-03-11Backport: Add or update #! lines of Python scripts to use python3.Neil7-4/+9
2020-03-01Backport: Add menu at top.Neil1-0/+18
2020-03-01Backport: Feature [feature-requests:497] Remove dead bug from bugs page.Neil1-6/+0
2020-02-29Backport: Add const and noexcept where they make sense.Neil2-8/+8
2020-02-27Backport: Feature [feature-requests:497] Structure caret policy data and pass...Neil2-71/+68
2020-02-21Backport: Feature [feature-requests:497] Automatically scroll while dragging ...McLoo2-0/+19
2020-02-18Backport: Bug [#2156]. Move IME method declarations together.Neil1-5/+4
2020-02-15Backport: Extract image conversion from RGBA to BGRA premultiplied into commo...Neil4-31/+28
2020-02-15Backport: Bug [#2138]. For pixmap, balance call to BeginDraw with EndDraw.Neil1-0/+2
2020-02-15Backport: Bug [#2138]. Potential fix to Direct2D crash when updating driver.Mat Berchtold2-1/+11
2020-03-27Backport: Use dynamic_cast and assertion instead of static_cast to fail earli...mitchell1-13/+20
2020-02-12Backport: Bug [#2156]. Process IME messages that were broken by [983d35].Neil1-7/+19
2020-02-09Backport: Standardise header guard names and use.Neil5-7/+12
2020-02-09Backport: Use uniform initialization for resetting GDI handles to avoid NULL/...Neil2-25/+25
2020-02-09Backport: Add noexcept to avoid warning.Neil1-2/+2
2020-02-09Backport: Add a size to timer enumeration to avoid warnings.Neil1-1/+1
2020-02-09Backport: Feature [feature-requests:#1340] Use Win32 types for EM_ messages.Zufu Liu1-9/+9
2020-02-09Backport: Feature [feature-requests:#1340] Move and use Point functions to av...Zufu Liu4-16/+17
2020-02-05Backport: Feature [feature-requests:#1335] Archive just the repository files ...Neil1-0/+5
2020-02-05Backport: Spelling and grammar in comment.Neil1-1/+2
2020-02-03Backport: Add link to ScintillaTest GTK sample.Neil1-1/+3
2020-01-31Backport: Feature [feature-requests:#1336] Add default argument for GetRelative.David Shuman2-2/+6
2020-01-31Backport: Avoid Clang warning with extra test.Neil1-5/+5
2020-01-31Backport: Use more typesafe functions to remove casts.Neil3-19/+19
2020-01-28Backport: Break WndProc up into shorter, more focussed methods.Neil1-399/+508
2020-01-25Backport: Fix line end whitespace and change edited date.Neil1-2/+2
2020-03-27Backport: Bug [#2152]. Ignore Alt+Keypad keys that will result in a WM_CHAR.mitchell3-2/+43
2020-01-23Backport: Improve tracing of key down messages with more information.Neil1-1/+7