aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-22Bug [#2171]. Add some documentation about WM_DPICHANGED.Neil1-4/+4
2020-05-22Hoist repeated test for string selection types into static method.Neil2-4/+8
2020-05-22Bug [#2171]. Implement per-monitor DPI Awareness on Windows.Chris Graham3-12/+29
2020-05-20Update download sizes.Neil1-2/+2
2020-05-20Fix some minor warnings.Neil2-22/+21
2020-05-20SciTE change log.Neil1-0/+6
2020-05-19Bug [#2171]. Implement per-monitor DPI Awareness on Windows.Neil4-21/+67
2020-05-19Encapsulate GetProcAddress in a way that avoids undefined and conditionallyNeil3-31/+38
2020-05-19Encapsulate common check for PS, LS, and NEL as UTF8IsMultibyteLineEnd.Neil2-6/+10
2020-05-19Update version.Neil1-2/+2
2020-05-19Use pathlib in generator scripts.Neil4-58/+56
2020-05-19Remove call to ScintillaData as result not used.Neil1-2/+0
2020-05-17Ensure Lexilla built as well.Neil1-1/+6
2020-05-11Remove lexers from libscintilla.lib / libscintilla.a.Neil2-2/+2
2020-05-17Produce a shared object libscintilla.so that can be dynamically linked to.Neil1-4/+27
2020-05-17On Unix call shared object liblexilla instead of lexilla to match platformNeil3-4/+6
2020-05-11Set calling convention to stdcall to match clients and old DLL lexers andNeil3-5/+12
2020-05-11Support Windows XP.Neil1-1/+15
2020-05-17Shared object files are not source so ignore them.Neil1-0/+1
2020-05-05Fixed bug where a single character line with a single character line endYury Dubinsky4-10/+29
2020-05-04Change log.Neil1-0/+4
2020-05-04Feature [feature-requests:1347]. Optimize large insertions by using aZufu Liu1-29/+122
2020-05-04Feature [feature-requests:1347]. Add methods to insert multiple partitions.Neil2-0/+46
2020-05-03Feature [feature-requests:1347]. Add InsertLines method to PerLine interface andNeil9-3/+418