| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-07-18 | Backport: Remove some constexpr as they made shiboken fail. | Neil | 1 | -2/+2 | |
| Backport of changeset 8420:572995dc6928. | |||||
| 2020-07-19 | Backport: Add constexpr, const, noexcept and make other small improvements ↵ | mitchell | 13 | -96/+90 | |
| to lexlib. Backport of changeset 8416:06a43e06a8e0. | |||||
| 2020-07-16 | Backport: Add move constructor to complete set of standard methods. | Neil | 1 | -14/+21 | |
| Backport of changeset 8415:74ff9a221c89. | |||||
| 2020-07-16 | Backport: Make EncodingType an enum class. | Neil | 2 | -6/+6 | |
| Backport of changeset 8414:b093ae84d34a. | |||||
| 2020-07-16 | Backport: Make WrapMode an enum class for more type safety. | Neil | 4 | -14/+14 | |
| Backport of changeset 8413:ef7672c46486. | |||||
| 2020-07-16 | Backport: Rename validLevel to ValidLevel and make an enum class. | Neil | 4 | -20/+20 | |
| Backport of changeset 8412:999c4c848b8f. | |||||
| 2020-07-16 | Backport: Rename typeOfFold to FoldPart and make an enum class. | Neil | 3 | -21/+21 | |
| Backport of changeset 8411:606b39f5e1f4. | |||||
| 2020-07-16 | Backport: Make AddNumber an enum class for more type safety. | Neil | 2 | -4/+4 | |
| Backport of changeset 8410:84c7d7b3c0b8. | |||||
| 2020-07-16 | Backport: Use enum class for selectionUnit (previously selectionType) for ↵ | Neil | 2 | -32/+32 | |
| more type safety. Backport of changeset 8409:74950c91ef69. | |||||
| 2020-07-16 | Backport: Make EncodingFamily an enum class for more type safety. | Neil | 3 | -6/+6 | |
| Backport of changeset 8408:e89f22691610. | |||||
| 2020-07-16 | Backport: Add some const, constexpr. | Neil | 3 | -3/+3 | |
| Backport of changeset 8407:dfaa642a6c22. | |||||
| 2020-07-15 | Backport: Feature [feature-requests:1368]. Add BraceMatchNext API. | Zufu Liu | 7 | -4/+20 | |
| Backport of changeset 8406:a2ce85a55dfa. | |||||
| 2020-07-15 | Backport: Hoist common conversion code into RectangleFromPRectangle. | Neil | 1 | -4/+12 | |
| Backport of changeset 8405:004e2fe0cc50. | |||||
| 2020-07-15 | Backport: Add extra checking and assertions for NULLs. | Neil | 1 | -30/+34 | |
| Use ReleaseUnknown which is noexcept making it easier to reason about exceptions. Add constexpr where possible. Backport of changeset 8403:0c52875b4c8c. | |||||
| 2020-07-19 | Backport: Make simple methods on simple classes constexpr. | mitchell | 1 | -30/+30 | |
| Backport of changeset 8402:efa2991d428f. | |||||
| 2020-07-13 | Backport: Minor warning fixes. 0 -> nullptr and static_cast -> dynamic_cast. | Neil | 2 | -4/+4 | |
| Backport of changeset 8401:add0d0fc2939. | |||||
| 2020-07-13 | Backport: Use float for text size in case application calls ↵ | Neil | 1 | -1/+1 | |
| SCI_STYLESETSIZEFRACTIONAL. Backport of changeset 8400:9e6abe2da2b6. | |||||
| 2020-07-13 | Backport: Replace QTime with QElapsedTimer as QTime::start deprecated. | Neil | 1 | -2/+2 | |
| Backport of changeset 8399:475a4b608b0a. | |||||
| 2020-07-11 | Backport: Removed calls that had no effect as drawing in indent guides uses ↵ | Neil | 1 | -2/+0 | |
| FillRectangle with explicit arguments. Backport of changeset 8398:daf13e4c0042. | |||||
| 2020-07-11 | Backport: Removed GetNearestColor as paletted displays are no longer supported. | Neil | 1 | -3/+1 | |
| Backport of changeset 8397:c1ad4413f156. | |||||
| 2020-07-11 | Backport: Treat DEL as a control character for determining block caret size. | Zufu Liu | 1 | -5/+6 | |
| Moved IsControlCharacter to anonymous namespace. Backport of changeset 8396:16e8656c36a7. | |||||
| 2020-07-11 | Backport: Feature [feature-requests:1369]. Represent DEL control character ↵ | Zufu Liu | 2 | -0/+5 | |
| 0x7f with DEL. Backport of changeset 8395:b0355e996f10. | |||||
| 2020-07-08 | Backport: Fix translucent rectangle drawing on Qt. | Neil | 2 | -12/+34 | |
| Backport of changeset 8394:e42c02272d31. | |||||
| 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. | |||||
