| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-07-08 | Backport: Use correct signature to override QListWidget::selectionChanged ↵ | Neil | 1 | -14/+21 | |
| and use this to call ListNotify on delegate. This avoids need to override mouseReleaseEvent. As currentRow() is not updated for selectionChanged, use selectedRows to find selection. Fixes a compiler warning. Backport of changeset 8393:b55975246b8a. | |||||
| 2020-07-08 | Backport: Fix deprecated QDesktopWidget::availableGeometry call to use ↵ | Neil | 1 | -8/+21 | |
| currently supported QScreen::availableGeometry call when available. Backport of changeset 8392:b52e56eefb78. | |||||
| 2020-07-08 | Backport: Fix deprecated Qt call to use currently supported call. | Neil | 2 | -1/+5 | |
| Backport of changeset 8391:47cf3fcb2447. | |||||
| 2020-07-07 | Backport: Add .p6 extension for Raku to list of native line ends. | Neil | 1 | -0/+1 | |
| This avoids non-matching line ends when running lexer tests. Backport of changeset 8390:ff1027d2890e. | |||||
| 2020-06-21 | Backport: Remove *.ipdb (incremental link time code generation) files when ↵ | Neil | 1 | -1/+1 | |
| cleaning as they can cause warnings when another compilation performed. Backport of changeset 8388:8c79e7c97c47. | |||||
| 2020-07-18 | lexlua: Alias `lexer.fold*` to `lexer.property['fold*']`. | mitchell | 3 | -1/+90 | |
| This makes things simpler for applications that supply a Lua state; they do not have to manipulate property sets. | |||||
| 2020-07-14 | lexlua: Minor pattern refactoring. | mitchell | 120 | -154/+154 | |
| 2020-07-13 | lexlua: Updated documentation. | mitchell | 1 | -3/+3 | |
| 2020-07-13 | lexlua: Deprecated some unused lexer patterns. | mitchell | 4 | -21/+19 | |
| 2020-07-13 | lexlua: Return `lexer.colors.name` as a number if possible. | mitchell | 2 | -2/+5 | |
| 2020-07-08 | lexlua: Convert uses of `lexer.STYLE_*` to `lexer.styles.*`. | mitchell | 43 | -107/+108 | |
| 2020-07-07 | lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers. | mitchell | 17 | -840/+722 | |
| This allows for a more Lua table-oriented approach to defining and using colors and styles, instead of manually manipulating Scintilla property strings. Themes and lexers are still backwards compatible, as the underlying mechanisms are still in place. | |||||
| 2020-07-07 | Demonstrate line numbers in jinx example for curses platform. | mitchell | 1 | -0/+1 | |
| 2020-07-07 | Forward-declare LexerLPeg. | mitchell | 1 | -663/+688 | |
| This allows access to public members like PropertyGet/PropertySet from Lua and prevents the need for a separate "_PROPS" object in the registry. | |||||
| 2020-06-25 | lexlua: Updated Markdown lexer to handle code blocks and spans better. | mitchell | 1 | -7/+15 | |
| Thanks to Alexander Misel. | |||||
| 2020-06-20 | Fixed assertion error in LPeg lexer when setting a style with no token. | mitchell | 1 | -1/+2 | |
| 2020-06-19 | Reverted experimental Lexilla and SCI_SETILEXER support. | mitchell | 17 | -288/+50 | |
| When testing, it works when compiled with debug symbols enabled, but crashes without them. It doesn't seem worth maintaining. | |||||
| 2020-06-17 | Updated BACKPORTING. | mitchell | 1 | -1/+95 | |
| 2020-06-17 | Improved check.mak test program building. | mitchell | 1 | -1/+2 | |
| 2020-06-17 | Fixed bad backport. | mitchell | 1 | -0/+1 | |
| 2020-06-17 | Backport: Update suppressions for Cppcheck 2.1. | Neil | 1 | -10/+21 | |
| Backport of changeset 8310:8c860f2c093a. | |||||
| 2020-06-17 | Backport: Simplify calls when known to be leaving a save point. | Neil | 1 | -2/+2 | |
| Backport of changeset 8309:adedefb346ef. | |||||
| 2020-06-17 | Backport: Feature [feature-requests:1361]. Allow caret width to be up to 20 ↵ | Neil | 3 | -4/+8 | |
| pixels. Backport of changeset 8308:9f3c5a4c4b52. | |||||
| 2020-06-16 | Backport: Added some projects that use Scintilla. | Neil | 1 | -0/+8 | |
| Backport of changeset 8307:6194cbdeede5. | |||||
| 2020-06-12 | Backport: Bug [#2141]. Implement end of line annotations. | Prakash Sahni | 13 | -4/+341 | |
| Backport of changeset 8306:1b383adfdf71. | |||||
| 2020-06-15 | Backport: Use ReleaseUnknown to extend noexcept over finalisation. | Zufu Liu | 4 | -25/+12 | |
| Backport of changeset 8305:986abc429f9a. | |||||
| 2020-06-11 | Backport: Fix bug on Win32 where calling WM_GETTEXT for more text than in ↵ | Neil | 3 | -1/+18 | |
| document could return less text than in document. Backport of changeset 8302:2faf8ba9d1fb. | |||||
| 2020-06-11 | Backport: Bug [#2185]. Fix printing to use correct text size. | Neil | 2 | -1/+7 | |
| Backport of changeset 8301:b006d175ac85. | |||||
| 2020-06-11 | Backport: Use noexcept where safe and maintainable. | Neil | 25 | -118/+119 | |
| Backport of changeset 8300:266c8247814e. | |||||
| 2020-06-11 | Backport: Use const and noexcept for CatalogueModules. | Neil | 1 | -6/+6 | |
| While CatalogueModules is in lexlib, it is newer with few users so does not have to remain as fixed as other files in lexlib. Backport of changeset 8299:8473e407264e. | |||||
| 2020-06-11 | Backport: Avoid warning for potential nullptr dereference that is not ↵ | Neil | 1 | -2/+4 | |
| actually possible. Backport of changeset 8298:95489a5b6e62. | |||||
| 2020-06-10 | Backport: Feature [feature-requests:1355]. Round instead of truncating for ↵ | Neil | 3 | -3/+8 | |
| SCI_TEXTWIDTH. Backport of changeset 8297:3665e2c20cd4. | |||||
| 2020-06-10 | Backport: Convert enum to enum class. Add noexcept and const. | Neil | 3 | -13/+13 | |
| Backport of changeset 8296:d8dc184c713c. | |||||
| 2020-06-10 | Backport: Feature [feature-requests:1357]. Convert to switch. | Zufu Liu | 1 | -144/+195 | |
| Backport of changeset 8295:1a3306c0b2b3. | |||||
| 2020-06-17 | Backport: Feature [feature-requests:1358]. Support lstlisting environment ↵ | mitchell | 2 | -0/+10 | |
| that is similar to verbatim. Backport of changeset 8293:ad96f0ae7df5. | |||||
| 2020-06-06 | Backport: Implement gradients for GDI. GradientRectangle previously drew an ↵ | Neil | 1 | -5/+60 | |
| average of the first two stops over the whole rectangle. Backport of changeset 8291:41857e0d7b3a. | |||||
| 2020-06-06 | Backport: Add DIBSection class to simplify bitmap operations on GDI. | Neil | 1 | -66/+121 | |
| Backport of changeset 8290:7d93501a4443. | |||||
| 2020-06-06 | Backport: Avoid type-pun union when converting from RGBA colour to DWORD as ↵ | Neil | 1 | -13/+9 | |
| this may be undefined or implementation defined behaviour. Drop some casts by hoisting out part of dwordMultiplied. Backport of changeset 8289:a53064f376c5. | |||||
| 2020-06-06 | Backport: Specify locally visible methods as noexcept. | Neil | 1 | -20/+20 | |
| Backport of changeset 8288:8b00e43e66b2. | |||||
| 2020-06-06 | Backport: Prefer .data() over &[0] as more explicit. | Neil | 1 | -2/+2 | |
| Backport of changeset 8287:f8749b773e12, but without C++17 and C++20 features. | |||||
| 2020-06-06 | Backport: Add ReleaseUnknown to safely release IUnknown* and avoid warnings ↵ | Neil | 3 | -14/+22 | |
| when done in noexcept context. Backport of changeset 8286:bddda9b7df4f. | |||||
| 2020-06-06 | Backport: Bug [#2063]. On Windows 8.1 where GetDpiForWindow is not ↵ | Zufu Liu | 1 | -0/+23 | |
| available, use GetDpiForMonitor to emulate it. Backport of changeset 8285:426f23226f0d. | |||||
| 2020-05-28 | Backport: Bug [#2171]. Check for DPI change in WM_DPICHANGED_AFTERPARENT ↵ | Zufu Liu | 1 | -11/+12 | |
| instead of every paint. Backport of changeset 8268:61ff49227e40. | |||||
| 2020-05-28 | Backport: Bug [#2063]. Call AdjustWindowRectExForDpi when available to find ↵ | Zufu Liu | 1 | -8/+16 | |
| correct size. Backport of changeset 8267:5899b54cc783. | |||||
| 2020-05-27 | Backport: Change log. | Neil | 1 | -1/+2 | |
| Backport of changeset 8266:427092947bc1. | |||||
| 2020-05-27 | Backport: Bug [#2063]. Make reverse arrow cursor scale with DPI. | Zufu Liu | 3 | -9/+67 | |
| Backport of changeset 8265:01940b16fb7e. | |||||
| 2020-05-27 | Backport: Bug [#2063]. Add SystemMetricsForDpi and use for ListBox and mouse ↵ | Zufu Liu | 3 | -19/+46 | |
| drag and drop. Simplify IME font definition. Backport of changeset 8264:2dd165934cbb. | |||||
| 2020-05-26 | Backport: Change log additions. | Neil | 1 | -0/+3 | |
| Backport of changeset 8263:59b587fcd994, but without Lexilla mentions. | |||||
| 2020-05-25 | Backport: Ensure dpi initialized and updated after WM_DPICHANGED. | Zufu Liu | 1 | -0/+3 | |
| Backport of changeset 8261:e66e1391c102. | |||||
| 2020-05-23 | Backport: Fix some Doxygen-style comments to avoid Xcode warnings. | Neil Hodgson | 1 | -2/+2 | |
| Backport of changeset 8258:932deba680b4. | |||||
