aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-11LexLPeg now implements DefaultLexer and NameOfStyle().mitchell2-77/+71
2020-03-10Fixed LexLPeg reporting of known lexers on Win32.mitchell1-5/+7
2020-03-07LexLPeg can now report a list of known lexers via SCI_PRIVATELEXERCALL.mitchell2-70/+153
2020-03-06Updated curses example to use new SCI_LOADLEXERLIBARY API.mitchell1-1/+2
2020-03-06More LexLPeg refactoring, including a safer Lua state.mitchell2-106/+155
2020-03-06More LexLPeg refactoring.mitchell1-70/+92
2020-03-06Formatted LexLPeg.cxx.mitchell1-694/+701
2020-03-05Refactored LexLPeg.mitchell1-318/+343
2020-03-05Fixed building LPeg lexer on GTK.mitchell1-2/+2
2020-03-04Modernize LexLPeg.mitchell1-58/+54
2020-01-07Updated BACKPORTING.mitchell1-0/+39
2020-01-07lexlua: Removed unnecessary `lpeg.B()` in Rust lexer.mitchell1-2/+2
2020-01-06Fixed runtime error introduced by r7925 (changset 58e9ef4392cd).mitchell1-2/+2
2020-01-06Backport: Bug [#2147]. Don't clear clipboard before copying text.Neil2-1/+4
2020-01-06More synchronizing LongTerm3 with default.mitchell7-14/+21
2020-01-05Added Sci::round() and Sci::lround() for better compatibility with the defaul...mitchell5-15/+28
2020-01-05Updated checkdeps.mak.mitchell1-1706/+1896
2020-01-05Added Sci::make_unique() and Sci::size() for better compatibility with the de...mitchell24-92/+143