| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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. | |||||
| 2019-09-30 | Backport: Delete standard functions on classes where there could be attempts ↵ | Neil Hodgson | 4 | -1/+47 | |
| to copy. Backport of changeset 7696:18f98becfeaa. | |||||
| 2019-09-28 | Backport: Updated suppression file for Cppcheck 1.89. | Neil | 1 | -7/+118 | |
| Backport of changeset 7695:2020b8eeaee9. | |||||
| 2019-09-28 | Backport: Remove virtual call in constructor to stop warnings. | Neil | 1 | -1/+0 | |
| Init was not needed in LineVector as each field is constructed to a good state. This code worked correctly before this change. Backport of changeset 7694:513236f5ecd3. | |||||
| 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-09-28 | Backport: Bug [#2129]. Fix crash with 'interface=none' comment. | Neil | 2 | -1/+6 | |
| Backport of changeset 7692:88e3b32fc9c0. | |||||
| 2019-09-26 | Backport: Remove extraneous check. | Neil | 1 | -3/+1 | |
| Backport of changeset 7691:91d02e078079. | |||||
| 2019-09-28 | Backport: Updated credits. | Neil | 1 | -1/+1 | |
| Backport of changeset 7690:df223cf94118. | |||||
| 2019-09-26 | Backport: Bug [#2121]. Support indented here-docs. | SilverDirk | 2 | -0/+32 | |
| Backport of changeset 7689:f32c4f7293a7. | |||||
| 2019-09-26 | Backport: Feature [feature-requests:#1306] Fold qw arrays. | Zufu Liu | 2 | -0/+10 | |
| Backport of changeset 7688:72933772703e. | |||||
| 2019-07-17 | Backport: Feature [feature-requests:#1300] part 5. Stop Google IME on ↵ | johnsonj | 2 | -0/+6 | |
| Windows 7 moving while typing. Backport of changeset 7687:785372d12384. | |||||
| 2019-07-17 | Backport: Feature [feature-requests:#1300] part 4. Align candidate window to ↵ | johnsonj | 2 | -0/+6 | |
| target part of composition text. Backport of changeset 7686:7761c6b46433. | |||||
| 2019-07-17 | Backport: Feature [feature-requests:#1300] part 3. Stop candidate window ↵ | johnsonj | 2 | -2/+6 | |
| moving while typing. Backport of changeset 7685:f03dcfdb449b. | |||||
| 2019-07-17 | Backport: Feature [feature-requests:#1300] part 2. Position candidate window ↵ | Zufu Liu | 2 | -1/+6 | |
| closer to composition text. Backport of changeset 7684:0c4004bea238. | |||||
| 2019-10-26 | Updated check.mak to include Lua include path. | mitchell | 1 | -1/+1 | |
| 2019-07-17 | Backport: Bug [#2120]. Avoid candidate window obscuring text when near ↵ | Neil | 2 | -2/+22 | |
| bottom of screen. Feature [feature-requests:#1300] part 1. Backport of changeset 7683:b99264d451e3. | |||||
| 2019-10-12 | lexlua: Prevent double-counting of fold points on a single line. | mitchell | 1 | -1/+1 | |
| If a fold word appears more than once on a line, ensure that each occurrence satisfies the fold point criteria, rather than just one of them. | |||||
| 2019-10-12 | lexlua: Added MediaWiki lexer. | mitchell | 2 | -0/+59 | |
| Thanks to Alexander Misel. | |||||
| 2019-09-20 | lexlua: Removed `print()` statement in updated prolog lexer. | mitchell | 1 | -2/+0 | |
| 2019-09-20 | lexlua: More updates to logtalk and prolog lexers. | mitchell | 2 | -138/+390 | |
| Thanks to Michael Richter. | |||||
| 2019-09-20 | lexlua: C lexer recognizes indented preprocessor words. | mitchell | 1 | -5/+2 | |
| 2019-09-20 | lexlua: Updated Rust lexer. | mitchell | 1 | -21/+49 | |
| Thanks to Gabriel Bertilson. | |||||
| 2019-09-17 | Updated Prolog and Logtalk lexers. | mitchell | 2 | -17/+28 | |
| Thanks to Michael Richter. | |||||
| 2019-08-30 | Added tag rel-3-11-0 for changeset 0d1f1c82f64f | mitchell | 1 | -0/+1 | |
| 2019-08-30 | Preparing for 3.11.0 release.rel-3-11-0 | mitchell | 9 | -20/+20 | |
| 2019-07-11 | Updated BACKPORTING. | mitchell | 1 | -0/+20 | |
| 2019-07-03 | Backport: Mentioning second bug report for 2110. | Neil | 1 | -1/+3 | |
| Backport of changeset 7621:70fe3bd38a3d. | |||||
| 2019-07-02 | Backport: Bug [#2115]. Backed out changeset: d70ccc4f172a as not undefined ↵ | Neil | 1 | -3/+2 | |
| behaviour. Backport of changeset 7618:45ca8e288e55. | |||||
| 2019-07-02 | Backport: Bug [#2115]. Backed out changeset: 74b2c724a1df as not undefined ↵ | Neil | 1 | -2/+2 | |
| behaviour. Backport of changeset 7617:a8a6cd857728. | |||||
| 2019-07-01 | Backport: Use noexcept on Document where reasonable with no effect on ↵ | Neil | 2 | -80/+81 | |
| external interface. Adds LengthNoExcept method that copies Length but only for internal use. Backport of changeset 7616:5ba25d5f5434. | |||||
| 2019-07-01 | Backport: Use noexcept in HighlightDelimiter - its a simple struct. | Neil | 1 | -5/+5 | |
| Backport of changeset 7615:216fdb644bfa. | |||||
| 2019-07-01 | Backport: Bug [#2115]. Fix undefined behaviour of shifting signed 1 by 31. | Zufu Liu | 1 | -2/+2 | |
| Backport of changeset 7614:74b2c724a1df. | |||||
| 2019-07-11 | Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED. | mitchell | 16 | -52/+106 | |
| This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT. Backport of changeset 7613:4cfac35c71bd. | |||||
| 2019-06-29 | Backport: Bug [#2115]. Fix undefined behaviour of shifting negative values. | Zufu Liu | 1 | -2/+3 | |
| Backport of changeset 7612:d70ccc4f172a. | |||||
| 2019-06-29 | Backport: Bug [#2111]. Retracted change to IME on GTK. | Neil | 2 | -11/+0 | |
| Backed out changeset: 512ec9ab2e7c Backport of changeset 7611:8c487135a6e4. | |||||
| 2019-06-28 | Backport: Bug [#2116]. Fix deletion of isolated invalid bytes. | Zufu Liu | 2 | -11/+30 | |
| Backport of changeset 7610:1031c155fb62. | |||||
| 2019-06-22 | Backport: Bug [#1924]. Option to allow block carets to trail selection ranges. | Neil | 6 | -4/+17 | |
| Bit flag value is CARETSTYLE_BLOCK_AFTER=256. Backport of changeset 7609:340a0f51fb3c. | |||||
| 2019-06-21 | Backport: Bug [#2106]. Place line caret in correct location for line caret ↵ | Neil | 4 | -1/+14 | |
| with block OVR. That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode. Backport of changeset 7608:b725657be4ae. | |||||
| 2019-06-25 | Backport: Avoid cppcheck warnings by using same names in declaration and ↵ | Neil | 1 | -2/+2 | |
| definition. Backport of changeset 7607:5c931c0c9458. | |||||
| 2019-06-25 | Backport: Bug [#2098]. Remove unused variable. | Zufu Liu | 1 | -2/+1 | |
| Backport of changeset 7606:dc0272dd104f. | |||||
| 2019-06-25 | Backport: Bug [#2098]. Fix single quoted strings where '" (quote, double ↵ | Zufu Liu | 2 | -1/+5 | |
| quote) was seen as continuing the string. Backport of changeset 7605:bd1bf8e13d33. | |||||
| 2019-06-25 | Backport: Bug [#2112]. Matlab lexer now treats keywords as case-sensitive. | Zufu Liu | 2 | -1/+5 | |
| Backport of changeset 7604:f065b241925e. | |||||
| 2019-06-24 | Backport: On Cocoa, stop internal failures for missing fonts. | Neil Hodgson | 1 | -3/+5 | |
| Avoid propagating terminating NULs from SCI_STYLEGETFONT and SCI_TARGETASUTF8. Backport of changeset 7601:b3e8143194f8. | |||||
| 2019-06-23 | Backport: Feature [feature-requests:#1297] Fixed one INDIC_IME forgotten in ↵ | Neil Hodgson | 1 | -1/+1 | |
| 7594. Backport of changeset 7600:d4e5c9a89da4. | |||||
| 2019-06-22 | Backport: Bug [#2111]. Reset IME when mouse is clicked on GTK. | Hodong Kim | 2 | -0/+13 | |
| Backport of changeset 7599:512ec9ab2e7c. | |||||
| 2019-06-22 | Backport: Suppress GCC 8 diagnostic Wcast-function-type as this occurs many ↵ | Neil Hodgson | 1 | -0/+3 | |
| times for casts in code generated by Shiboken. Backport of changeset 7598:4bfc8af638f6. | |||||
| 2019-06-22 | Backport: Remove CHECK_DEPRECATED option as deprecations always checked. | Neil Hodgson | 1 | -4/+1 | |
| Backport of changeset 7597:f2298aa753d1. | |||||
| 2019-06-22 | Backport: Feature [feature-requests:#1297] Updates to types of LineScroll, | Zufu Liu | 2 | -7/+7 | |
| [Set]MarginTypeN, and [Set]MarginCursorN. Backport of changeset 7596:a5bcfd494606. | |||||
| 2019-07-11 | Backport: Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX. | mitchell | 2 | -1/+2 | |
| Backport of changeset 7595:7de39ba4c5a5. | |||||
