aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-06-11Use noexcept where safe and maintainable.Neil25-122/+122
2020-06-11Use const and noexcept for CatalogueModules.Neil1-6/+6
2020-06-11Avoid warning for potential nullptr dereference that is not actually possible.Neil1-2/+4
2020-06-10Feature [feature-requests:1355]. Round instead of truncating for SCI_TEXTWIDTH.Neil3-4/+9
2020-06-10Convert enum to enum class. Add noexcept and const.Neil3-13/+13
2020-06-10Feature [feature-requests:1357]. Convert to switch.Zufu Liu1-144/+195
2020-06-10Removed extra end tag.Neil1-1/+0
2020-06-09Feature [feature-requests:1358]. Support lstlisting environment that is similarHugues Larrive4-0/+39
2020-06-09Add test for latex lexer.Neil3-0/+95
2020-06-06Implement gradients for GDI. GradientRectangle previously drew an average of theNeil1-5/+60
2020-06-06Add DIBSection class to simplify bitmap operations on GDI.Neil1-66/+121
2020-06-06Avoid type-pun union when converting from RGBA colour to DWORD as this may beNeil1-13/+9
2020-06-06Specify locally visible methods as noexcept.Neil1-20/+20
2020-06-06Prefer .data() over &[0] as more explicit.Neil1-10/+7
2020-06-06Add ReleaseUnknown to safely release IUnknown* and avoid warnings when done inNeil3-18/+23
2020-06-06Bug [#2063]. On Windows 8.1 where GetDpiForWindow is not available, useZufu Liu1-0/+23
2020-06-06Use call_once for initialising Direct2D so only done once even with threads.Neil1-59/+61
2020-06-06Defer most initialisation until Scintilla window is created.Neil4-21/+29
2020-06-04Use pathlib.Neil1-28/+64
2020-06-03Fix list in documentation.Neil1-1/+1
2020-06-03Added tag rel-4-4-3 for changeset e454eae1f1ebNeil1-0/+1
2020-06-03Added bug reference.rel-4-4-3Neil1-0/+1
2020-06-03Updates for 4.4.3.Neil14-26/+38
2020-06-02Added tag rel-4-4-2 for changeset 41a534b0add8Neil1-0/+1
2020-06-02Updates for 4.4.2.rel-4-4-2Neil14-26/+49
2020-06-02Specify the calling convention so that both dynamic and static linking work onNeil1-1/+7
2020-06-02Make Lexilla run on old macOS by setting deployment target to 10.8.Neil Hodgson1-2/+2
2020-06-02Use @rpath as dylib install path as otherwise expects /usr/lib.Neil Hodgson1-0/+2
2020-06-01Added tag rel-4-4-0 for changeset 12e2a7acacecNeil1-0/+1
2020-05-28Change log.rel-4-4-0Neil1-2/+4
2020-05-28Change log.Neil1-1/+2
2020-05-28Updates for 4.4.0.Neil14-28/+30
2020-05-28Bug [#2171]. Check for DPI change in WM_DPICHANGED_AFTERPARENT instead of everyZufu Liu1-11/+12
2020-05-28Bug [#2063]. Call AdjustWindowRectExForDpi when available to find correct size.Zufu Liu1-8/+16
2020-05-27Change log.Neil1-1/+2
2020-05-27Bug [#2063]. Make reverse arrow cursor scale with DPI.Zufu Liu3-9/+67
2020-05-27Bug [#2063]. Add SystemMetricsForDpi and use for ListBox and mouse drag and d...Zufu Liu3-19/+46
2020-05-26Change log additions.Neil1-0/+18
2020-05-26Update instructions for separate Lexilla.Neil1-1/+20
2020-05-25Ensure dpi initialized and updated after WM_DPICHANGED.Zufu Liu1-0/+3
2020-05-24Save and restore current directory around dependency generation in source dir...Neil Hodgson1-0/+2
2020-05-23Regenerate version numbers in cocoa/Scintilla project.Neil2-4/+14
2020-05-23Fix some Doxygen-style comments to avoid Xcode warnings.Neil Hodgson1-2/+2
2020-05-23Fix Doxygen-style comments that refer to parameters.Neil Hodgson1-2/+2
2020-05-23Add new project that builds a Scintilla framework with no lexers.Neil Hodgson5-0/+868
2020-05-23Add file that avoids extra upgrade checks.Neil Hodgson3-0/+24
2020-05-23Hide Visual Studio solution files from Mercurial.Neil1-0/+1
2020-05-23Update Lexilla Xcode project with new lexers and changed version number.Neil1-2/+88
2020-05-23Added Info.plist to hold name and version.Neil Hodgson2-4/+36
2020-05-23Add Xcode project for Lexilla.Neil Hodgson2-0/+885