Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-12 | Updated for 3.21.1.rel-3-21-1 | mitchell | 1 | -1/+1 | |
2020-07-27 | Updated for version 3.21.0.rel-3-21-0 | mitchell | 1 | -1/+1 | |
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-08 | Backport: Fix translucent rectangle drawing on Qt. | Neil | 1 | -12/+28 | |
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-05-09 | Updated for 3.20.0. | mitchell | 1 | -1/+1 | |
2020-05-09 | Updated makefile deps. | mitchell | 1 | -1/+1 | |
2020-04-10 | Backport: Fix some warnings from Clang-Tidy. | Neil | 1 | -4/+4 | |
Backport of changeset 8135:463c3cd3d8b2, but without [[maybe_unused]], which is C++17 only. | |||||
2020-04-10 | Backport: Bug [#2168]. Fix bug where 'µ' (Micro Sign) case-insensitively ↵ | Neil | 1 | -3/+5 | |
matches '?'. Backport of changeset 8134:b28166a7c77b. | |||||
2020-04-10 | Backport: Bug [#2167]. Add line copy format on clipboard, compatible with ↵ | Justin Dailey | 1 | -1/+33 | |
Visual Studio. Backport of changeset 8133:82b2210d3a1c. | |||||
2020-04-07 | Backport: Use const as avoids warning. | Neil | 2 | -2/+2 | |
Backport of changeset 8127:3558673f7706. | |||||
2020-01-06 | Backport: Bug [#2147]. Don't clear clipboard before copying text. | Neil | 1 | -1/+0 | |
Backport of changeset 7926:184f4b475993. | |||||
2020-01-05 | Backport: Fix some warnings. | Neil | 3 | -4/+4 | |
Backport of changeset 7921:4b676e61f983. | |||||
2020-01-05 | Synchronizing LongTerm3 with default. | mitchell | 1 | -2/+2 | |
Ideally this covers anything missed during the backport process. | |||||
2020-01-03 | Backport: Use safe mechanism for converting between function pointers and void*. | mitchell | 1 | -8/+8 | |
Backport of changeset 7863:507307a6c315. | |||||
2019-12-13 | Backport: Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx. | Neil | 2 | -15/+0 | |
This allows removal of related #include statements. Backport of changeset 7860:4ca969c2fa45. | |||||
2019-11-04 | Backport: Avoid warnings where const reasonable. | Neil | 1 | -4/+14 | |
Backport of changeset 7760:372f84867e9d. | |||||
2019-09-28 | Backport: Avoid calling virtual methods during destruction to stop warnings. | Neil | 2 | -8/+23 | |
This code worked correctly before this change. Backport of changeset 7693:ee3163c8c00e. | |||||
2019-08-30 | Preparing for 3.11.0 release.rel-3-11-0 | mitchell | 1 | -1/+1 | |
2019-07-11 | Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED. | mitchell | 1 | -6/+3 | |
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT. Backport of changeset 7613:4cfac35c71bd. | |||||
2019-07-11 | Backport: Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX. | mitchell | 1 | -0/+1 | |
Backport of changeset 7595:7de39ba4c5a5. | |||||
2019-06-22 | Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead ↵ | Neil | 1 | -6/+5 | |
of INDIC_ as INDIC_ is also used for indicator styles. Backport of changeset 7594:190079cd334f. | |||||
2019-07-11 | Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF. | mitchell | 1 | -5/+4 | |
Backport of changeset 7575:e1e9f53b0423. | |||||
2019-06-05 | Preparing for 3.10.6 release. | mitchell | 1 | -1/+1 | |
2019-05-09 | Updated version number for release.rel-3-10-5 | mitchell | 1 | -1/+1 | |
2019-04-17 | Updated version number for release. | mitchell | 1 | -1/+1 | |
2019-04-17 | Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ↵ | mitchell | 1 | -0/+1 | |
hide the implementation. Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view. | |||||
2019-03-29 | Backport: Include "CharacterCategory.h" in all files that include ↵ | Neil | 1 | -0/+1 | |
"Document.h" as it will be needed for adding a CharacterCategory feature. Backport of changeset 7391:9d98d77e920f. | |||||
2019-03-09 | Updated version number for release. | mitchell | 1 | -1/+1 | |
2019-02-17 | Backport: Bug [#1548]. Implement calltips on Qt. | mitchell | 1 | -1/+28 | |
Backport of changeset 7237:a82b87a88556 and 7238:ba336ac439f0. | |||||
2019-01-12 | Updates for version 3.10.2. | mitchell | 1 | -1/+1 | |
2019-01-03 | Backport: Avoid shadowing of AutoSurface. | Neil | 1 | -3/+3 | |
Backport of changeset 7189:8eff2f26b0ee. | |||||
2018-10-31 | Updated for 3.10.1.rel-3-10-1 | mitchell | 1 | -1/+1 | |
2018-10-11 | Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events. | Neil | 1 | -4/+6 | |
This can reduce the time taken to fold a document by half. Backport of changeset 7110:09c647755bed. | |||||
2018-07-10 | Backport: Delete standard methods to avoid warnings. | Neil | 1 | -0/+5 | |
Backport of changeset 7064:6418332a6880. | |||||
2018-06-30 | Updated for 3.10.0.rel-3-10-0 | mitchell | 1 | -1/+1 | |
2018-06-02 | Backport: Extra header needed with g++ on Linux. | Neil Hodgson | 2 | -0/+2 | |
Backport of changeset 7016:ae8936026bdf. | |||||
2018-05-26 | Backport: Add necessary headers and move includes to be in same order. | Neil | 3 | -4/+5 | |
Backport of changeset 7002:010fd50b48a7. | |||||
2018-05-25 | Backport: Add GradientRectangle method to Surface to draw rectangles with ↵ | mitchell | 2 | -0/+26 | |
vertical or horizontal gradients. Backport of changeset 6965:90c71d69e3b6. | |||||
2018-05-25 | Backport: Add <vector> to files that include Platform.h as likely needed in ↵ | mitchell | 2 | -0/+4 | |
future. Backport of changeset 6959:b534742f5fa5. | |||||
2018-05-25 | Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵ | mitchell | 3 | -11/+8 | |
size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232. | |||||
2018-05-14 | Backport: Modernize Platform.h (2) - noexcept, const, constexpr. | Neil | 1 | -1/+1 | |
ColourDesired is an int instead of long for consistency over different platforms. Changes made to Point, PRectangle, and ColourDesired. RoundXYPosition removed. Backport of changeset 6939:7441dcb96e6a. | |||||
2018-05-14 | Backport: Modernize Platform.h (1) - noexcept, const, standard methods. | Neil | 1 | -8/+8 | |
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu, DynamicLibrary, and Platform. Backport of changeset 6938:a42c7cc3254b. | |||||
2018-05-02 | Backport: Replace NULL and 0 with nullptr. | Neil Hodgson | 1 | -41/+20 | |
Backport of changeset 6784:0638e9fb5942. | |||||
2018-05-02 | Backport: Define ListBoxImpl::GetWidget method to avoid casts. | Neil Hodgson | 1 | -55/+37 | |
Backport of changeset 6783:ebfb3ad01111. | |||||
2018-05-01 | Backport: Remove cast that is not needed. | Neil | 1 | -1/+1 | |
Backport of changeset 6772:30f7bf6f6bca. |