aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-21Feature [feature-requests:497] Automatically scroll while dragging text.McLoo2-0/+19
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
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
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
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
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 scintil...Neil1-0/+5
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
2020-02-03Add batch file to test lexers.Neil1-0/+7
2020-02-03Bug [#2139]. Add test case for compound decorator.Neil4-12/+17
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
2020-01-31Avoid Clang warning with extra test.Neil1-5/+5
2020-01-31Use more typesafe functions to remove casts.Neil3-19/+19
2020-01-28Break WndProc up into shorter, more focussed methods.Neil1-411/+521
2020-01-26Small simplification and spelling fix.Neil1-3/+2
2020-01-26Add version information resource to Lexilla.DLL on Win32.Neil5-6/+65
2020-01-25Fix line end whitespace and change edited date.Neil1-2/+2
2020-01-25Bug [#2152]. Ignore Alt+Keypad keys that will result in a WM_CHAR.Neil3-2/+43
2020-01-23Improve tracing of key down messages with more information.Neil1-1/+7
2020-01-22Adding test for makefile lexer.Neil3-0/+33
2020-01-21Feature [feature-requests:#1335] Hide some more files from hg.Neil1-0/+3
2020-01-19Don't include lexilla.so in source archive.Neil Hodgson1-1/+1
2020-01-18Bug [#2151]. Fix drag and drop between different encodings.Neil2-119/+73
2020-01-18Adding test for batch lexer.Neil3-0/+55
2020-01-18Fix line end whitespace.Neil1-1/+1
2020-01-16Added tag rel-4-3-0 for changeset 7137777f9be8Neil1-0/+1
2020-01-12Readying 4.3.0 release.rel-4-3-0Neil8-19/+19
2020-01-11Clean up the code changed with 7883 dropping CF_TEXT.Neil1-24/+17
2020-01-10Bug [#2132]. Only check for LS/PS/NEL when Unicode line ends turned on.Zufu Liu1-1/+1
2020-01-06Bug [#2135]. Prevent movement of candidate window while typing.Zufu Liu2-2/+5
2020-01-06Bug [#2135]. Improve location of candidate window.Zufu Liu2-2/+5