aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-06-17Backport: Feature [feature-requests:1358]. Support lstlisting environment tha...mitchell2-0/+10
2020-06-06Backport: Implement gradients for GDI. GradientRectangle previously drew an a...Neil1-5/+60
2020-06-06Backport: Add DIBSection class to simplify bitmap operations on GDI.Neil1-66/+121
2020-06-06Backport: Avoid type-pun union when converting from RGBA colour to DWORD as t...Neil1-13/+9
2020-06-06Backport: Specify locally visible methods as noexcept.Neil1-20/+20
2020-06-06Backport: Prefer .data() over &[0] as more explicit.Neil1-2/+2
2020-06-06Backport: Add ReleaseUnknown to safely release IUnknown* and avoid warnings w...Neil3-14/+22
2020-06-06Backport: Bug [#2063]. On Windows 8.1 where GetDpiForWindow is not available,...Zufu Liu1-0/+23
2020-05-28Backport: Bug [#2171]. Check for DPI change in WM_DPICHANGED_AFTERPARENT inst...Zufu Liu1-11/+12
2020-05-28Backport: Bug [#2063]. Call AdjustWindowRectExForDpi when available to find c...Zufu Liu1-8/+16
2020-05-27Backport: Change log.Neil1-1/+2
2020-05-27Backport: Bug [#2063]. Make reverse arrow cursor scale with DPI.Zufu Liu3-9/+67
2020-05-27Backport: Bug [#2063]. Add SystemMetricsForDpi and use for ListBox and mouse ...Zufu Liu3-19/+46
2020-05-26Backport: Change log additions.Neil1-0/+3
2020-05-25Backport: Ensure dpi initialized and updated after WM_DPICHANGED.Zufu Liu1-0/+3
2020-05-23Backport: Fix some Doxygen-style comments to avoid Xcode warnings.Neil Hodgson1-2/+2
2020-05-23Backport: Fix Doxygen-style comments that refer to parameters.Neil Hodgson1-2/+2
2020-05-22Backport: Bug [#2171]. Add some documentation about WM_DPICHANGED.Neil1-4/+4
2020-05-22Backport: Hoist repeated test for string selection types into static method.Neil2-4/+8
2020-05-22Backport: Bug [#2171]. Implement per-monitor DPI Awareness on Windows.Chris Graham3-12/+30
2020-05-20Backport: Fix some minor warnings.Neil2-15/+14
2020-05-19Backport: Bug [#2171]. Implement per-monitor DPI Awareness on Windows.Neil4-21/+67
2020-06-17Backport: Encapsulate GetProcAddress in a way that avoids undefined and condi...mitchell3-31/+38
2020-05-19Backport: Encapsulate common check for PS, LS, and NEL as UTF8IsMultibyteLine...Neil2-6/+10
2020-05-19Backport: Remove call to ScintillaData as result not used.Neil1-2/+0
2020-05-17Backport: Shared object files are not source so ignore them.Neil1-0/+1
2020-05-05Backport: Fixed bug where a single character line with a single character lin...Yury Dubinsky2-10/+19
2020-05-04Backport: Change log.Neil1-0/+4
2020-06-17Backport: Feature [feature-requests:1347]. Optimize large insertions by using...mitchell1-30/+122
2020-05-04Backport: Feature [feature-requests:1347]. Add methods to insert multiple par...Neil2-0/+46
2020-05-03Backport: Feature [feature-requests:1347]. Add InsertLines method to PerLine ...Neil9-2/+417
2020-05-02Backport: Optimize LineVector by maintaining an activeIndices field to avoid ...Neil1-30/+34
2020-05-02Backport: InsertEmpty now returns a pointer to the newly added elements to al...Neil2-2/+25
2020-05-02Backport: Allow disabling automatically generated #define constants.Neil1-0/+4
2020-05-02Backport: Feature [feature-requests:1349] Define CopyAllowLine only on Editor...Neil2-8/+1
2020-05-01Backport: Make lambdas noexcept.Zufu Liu4-11/+11
2020-05-01Backport: Mark Decoration methods noexcept where reasonable.Neil2-34/+34
2020-05-01Backport: Change log.Neil1-0/+19
2020-05-01Backport: Bug [#2173]. Tweak font measurement so underscores more likely visi...Neil1-2/+2
2020-05-01Backport: Allow arbitrary length lines by using std::string instead of array.Neil1-16/+15
2020-05-01Backport: Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0...Neil3-0/+20
2020-05-01Backport: Better diagnostics when script failsNeil1-1/+2
2020-05-01Backport: Replace deprecated function pango_script_for_unichar with g_unichar...Neil2-6/+6
2020-04-30Backport: Clean up - make local function static and remove code that has no e...Zufu Liu1-3/+1
2020-06-17Backport: Bug [#2019]. Fix buffer over-read with absolute reference.mitchell1-5/+4
2020-04-30Backport: Treat \n and \r\n line ends the same after operands by setting styl...Neil1-3/+1
2020-04-27Backport: Remove documentation that is no longer correct.Neil1-1/+0
2020-06-10Revert previous commit.mitchell2-5/+3
2020-06-10Support American English "changable" style setting in LexerLPeg.mitchell2-4/+6
2020-06-07Added check.mak rules for building test programs for various platforms.mitchell1-1/+130