| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-11-26 | Backport: Bug [#2140]. Fix where anchor and caret differ only in amount of ↵ | Neil | 2 | -2/+20 | |
| virtual space so one was considered start and was moved for an insertion at that position. This could flip the order of the positions or change the length of the selection. Backport of changeset 7775:a9a0edc8f2f2. | |||||
| 2019-11-25 | Backport: Fix regression in 7773 where position wasn't moved on to account ↵ | Neil | 2 | -0/+33 | |
| for virtual space consumption. Backport of changeset 7774:9419bd4557e4. | |||||
| 2019-11-24 | Backport: Bug [#2140]. Move rather than grow selection when insertion at start. | Neil | 4 | -5/+114 | |
| Backport of changeset 7773:20f353cd5507. | |||||
| 2019-11-22 | Backport: Replace GTimeVal and g_get_current_time with gint64 and ↵ | Neil | 2 | -11/+5 | |
| g_get_monotonic_time. GTimeVal was deprecated in GLib 2.61.2 as it is not year-2038-safe. Backport of changeset 7772:f94afe919e93. | |||||
| 2019-11-21 | Backport: Make reference argument const as safe to do so. | Neil | 1 | -4/+4 | |
| Backport of changeset 7771:7935a8d953e5. | |||||
| 2019-11-21 | Backport: Feature [feature-requests:#1326] Recognize squiggly heredocs. | Zufu Liu | 2 | -3/+7 | |
| Backport of changeset 7770:258438d0bd8a. | |||||
| 2019-11-21 | Backport: Add test to ensure indicators move sensibly as text is inserted. | Neil | 1 | -3/+40 | |
| Backport of changeset 7769:c32e6dcf139a. | |||||
| 2019-11-15 | Backport: Feature [feature-requests:#1316] Allow target to have virtual space. | Neil | 11 | -52/+121 | |
| Backport of changeset 7768:5d73aa55a6ee. | |||||
| 2019-11-15 | Backport: Feature [feature-requests:#1316] Add access to virtual space at ↵ | Neil | 6 | -1/+28 | |
| start and end of multiple selections. Backport of changeset 7767:80102fe650b2. | |||||
| 2019-11-17 | Backport: Feature [feature-requests:#1299] Make work for case sensitive mode. | Zufu Liu | 1 | -1/+2 | |
| Backport of changeset 7766:11b48094a651. | |||||
| 2019-11-17 | Backport: Feature [feature-requests:#1320] Fix tag classification when '-' ↵ | Zufu Liu | 1 | -1/+4 | |
| present. Caused by conflict with [feature-requests:#1299]. Backport of changeset 7765:6e109af6b450. | |||||
| 2019-11-16 | Backport: Protect against use of null input context. | Zufu Liu | 1 | -1/+3 | |
| Backport of changeset 7764:322518a38ece. | |||||
| 2019-11-16 | Backport: Bug [#2137]. Clear IME state when switching language. | Zufu Liu | 2 | -0/+7 | |
| Backport of changeset 7763:9e086fbcc756. | |||||
| 2019-11-15 | Backport: Moved line to correct place and avoid line with single entry. | Neil | 1 | -1/+6 | |
| Backport of changeset 7762:bc9c069d0a00. | |||||
| 2019-12-06 | Updated checkdeps.mak. | mitchell | 1 | -0/+48 | |
| 2019-12-06 | Backport: Feature [feature-requests:#1324] Add Hollywood lexer. | mitchell | 11 | -0/+597 | |
| Backport of changeset 7761:abba8b1c6f4a. | |||||
| 2019-11-04 | Backport: Avoid warnings where const reasonable. | Neil | 1 | -4/+14 | |
| Backport of changeset 7760:372f84867e9d. | |||||
| 2019-11-04 | Backport: Bug [#1933]. Fix highlighting of lines longer than 1024 characters. | Neil | 2 | -9/+13 | |
| Backport of changeset 7759:56b648377c23. | |||||
| 2019-11-03 | Backport: Bug [#2130]. Setting rectangular selection made faster by reusing ↵ | Neil | 2 | -1/+8 | |
| surface. Backport of changeset 7758:703e30efe7bf. | |||||
| 2019-11-02 | Backport: Feature [feature-requests:#1299] Treat custom tags from HTML5 as ↵ | Zufu Liu | 2 | -0/+18 | |
| known tags. These contain "-" like "custom-tag". Backport fo changeset 7757:66cf17769808. | |||||
| 2019-11-02 | Backport: Rearrange code to allow more cases. | Neil | 1 | -1/+2 | |
| Backport of changeset 7756:89efa549e9c7. | |||||
| 2019-11-02 | Backport: Format code for space before class. | Zufu Liu | 1 | -0/+1 | |
| Backport of changeset 7755:1e3b4d4a32aa. | |||||
| 2019-11-02 | Backport: Extend script to cover last Unicode character. | Zufu Liu | 1 | -1/+1 | |
| Does not affect output. Backport of changeset 7754:c7557ad4c958. | |||||
| 2019-11-02 | Backport: GTK+ was renamed to GTK in February 2019 so update documentation ↵ | Zufu Liu | 1 | -1/+1 | |
| to new name. Backport of changeset 7753:1bcb9184d4ed. | |||||
| 2019-11-02 | Backport: Fix typo in comment. | Zufu Liu | 1 | -1/+1 | |
| Backport of changeset 7752:a5aecff704be. | |||||
| 2019-11-02 | Backport: Feature [feature-requests:#1320] Fix non-alphabetic characters in ↵ | Neil | 2 | -1/+6 | |
| unknown tags. Backport of changeset 7751:5f4c6b38cb16. | |||||
| 2019-11-01 | Backport: Remove noexcept from allocating constructors as may throw on ↵ | Neil | 4 | -4/+4 | |
| memory exhaustion. Backport of changeset 7750:12807611677a. | |||||
| 2019-11-01 | Backport: Avoid calling vector::shrink_to_fit in destructors as it is not ↵ | Neil | 2 | -4/+0 | |
| noexcept. The destructors of the members will ensure that everything is correct. Potential unhandled exceptions reported by Coverity. Backport of changeset 7749:329a8e9986a0. | |||||
| 2019-11-02 | Backport: Release build turns off assert by defining NDEBUG. | Neil Hodgson | 1 | -0/+1 | |
| Backport of changeset 7748:aaf9e24d1256. | |||||
| 2019-10-31 | Backport: Feature [feature-requests:#1319] Include ARM64 in project. | Zufu Liu | 1 | -2/+38 | |
| Backport of changeset 7746:621a57f9be56. | |||||
| 2019-10-31 | Backport: Feature [feature-requests:#1319] SUBSYSTEM is more explanatory ↵ | Neil | 1 | -3/+3 | |
| than ADD_LINK. Backport of changeset 7745:256c86252e83. | |||||
| 2019-10-30 | Backport: Feature [feature-requests:#1319] Allow building for ARM64. | Zufu Liu | 1 | -4/+7 | |
| Backport of changeset 7744:043bf8fc5eea. | |||||
| 2019-10-30 | Backport: Feature [feature-requests:#1304] Avoid unnecessary IME caret movement. | Zufu Liu | 2 | -7/+28 | |
| Backport of changeset 7743:1249076f3f8e. | |||||
| 2019-10-30 | Backport: Reduce unwanted warnings from cppcheck. | Neil | 1 | -1/+7 | |
| Backport of changeset 7742:409773fd7326. | |||||
| 2019-10-28 | Backport: Added credit. | Neil | 1 | -0/+1 | |
| Backport of changeset 7741:83d7f3536368. | |||||
| 2019-12-06 | Backport: Added section for next release. | mitchell | 1 | -3/+11 | |
| Backport of changeset 7739:017f5af10033. | |||||
| 2019-12-06 | Updated check.mak to include Lua include path only for LexLPeg.o. | mitchell | 1 | -1/+3 | |
| 2019-10-26 | Added tag rel-3-11-1 for changeset 6dc0a3777095 | mitchell | 1 | -0/+1 | |
| 2019-10-26 | Preparing for 3.11.1 release.rel-3-11-1 | mitchell | 8 | -18/+27 | |
| 2019-10-26 | Updated BACKPORTING. | mitchell | 1 | -4/+11 | |
| 2019-10-19 | Backport: Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the ↵ | Zufu Liu | 2 | -3/+28 | |
| start of the tag instead of the end. Backport of changeset 7708:54e1c9a68c7c. | |||||
| 2019-10-16 | Backport: Feature [feature-requests:#1315] Update to Unicode 12.1. | Neil | 3 | -56/+113 | |
| Backport of changeset 7707:13ce9d1ee13e. | |||||
| 2019-10-16 | Backport: Call LoadLibrary with DLL path as Python 3.8 doesn't look for DLLs ↵ | Neil | 1 | -4/+2 | |
| in PATH. Backport of changeset 7706:dd931f5c1d93. | |||||
| 2019-10-13 | Backport: Added const from patch on bug #2131. | Zufu Liu | 1 | -1/+1 | |
| Backport of changeset 7705:620c84903b32. | |||||
| 2019-10-13 | Backport: Bug [#2131]. Turn off whitespace fold flag when fold.compact=0. | Zufu Liu | 2 | -1/+6 | |
| Backport of changeset 7704:93f76420e730. | |||||
| 2019-10-04 | Backport: Clarified value 0 for SCI_SETWHITESPACESIZE. | Neil | 1 | -0/+1 | |
| Backport of changeset 7701:9c08af2c858f. | |||||
| 2019-07-05 | Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications ↵ | Neil | 5 | -1/+33 | |
| can display overviews or minimaps with reasonable layout. Backport of changeset 7700:e6efe007d2dc. | |||||
| 2019-07-05 | Backport: Add SetAppearance method to make changes to appearance settings ↵ | Neil | 1 | -0/+13 | |
| and only perform invalidation if the setting is actually changed. Backport of changeset 7699:ed73f7607752. | |||||
| 2019-10-26 | Updated check.mak to include Lua include path only for LexLPeg.o. | mitchell | 1 | -1/+4 | |
| 2019-09-30 | Backport: Feature [feature-requests:#1305] Optimize setting up keyword lists ↵ | Zufu Liu | 5 | -14/+50 | |
| in lexers. Avoids splitting and sorting the input twice. Backport of changeset 7697:f0848608c92c. | |||||
