aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-21Backport: Feature [feature-requests:#1335] Hide some more files from hg.Neil1-0/+3
2020-01-18Backport: Fix line end whitespace.Neil1-1/+1
2020-01-10Backport: Bug [#2132]. Only check for LS/PS/NEL when Unicode line ends turned...Zufu Liu1-1/+1
2020-01-06Backport: Bug [#2135]. Prevent movement of candidate window while typing.Zufu Liu2-2/+5
2020-01-06Backport: Bug [#2135]. Improve location of candidate window.Zufu Liu2-2/+5
2020-01-06Backport: Bug [#2135]. Set candidate window position in windowed IME mode.Zufu Liu2-0/+7
2020-01-09Backport: Remove support for CF_TEXT clipboard format. CF_UNICODETEXT is now ...Neil2-45/+5
2020-03-26Switch to 1-based indices in Lua.mitchell4-28/+28
2020-03-22Formatting.mitchell1-1/+2
2020-03-22Added userdata pointer for SCNotifications on curses.mitchell2-9/+13
2020-03-16Modernized and reformatted curses platform code.mitchell3-211/+239