Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2019-06-22 | Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead ↵ | Neil | 8 | -43/+42 | |
of INDIC_ as INDIC_ is also used for indicator styles. Backport of changeset 7594:190079cd334f. | |||||
2019-06-22 | Backport: Feature [feature-requests:#1297] Updated Scintilla.h from ↵ | Neil | 2 | -11/+41 | |
Scintilla.iface. Adds *_NONE and INDICATOR_* enumeration values. Moves old INDIC?_MASK to deprecated section. Backport of changeset 7593:5b74284d6970. | |||||
2019-06-22 | Backport: Feature [feature-requests:#1297] Tweak aliases so that acronyms ↵ | Neil | 1 | -7/+5 | |
longer than 2 characters are treated as words and are also good SNAKE_CASE. This is consistent with coding guidelines such as from Google and Microsoft. https://google.github.io/styleguide/cppguide.html#General_Naming_Rules Backport of changeset 7592:d96faf819aba. | |||||
2019-06-22 | Backport: Feature [feature-requests:#1297] Explain in change log. | Neil | 1 | -0/+6 | |
Backport of changeset 7591:c26074ca93eb. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 7: Add value aliases for ↵ | Neil | 2 | -1/+170 | |
PascalCase constants. For example, FolderEnd instead of Folderend. Could also be used for a snake_case option if desired. Backport of changeset 7590:723866698fd8. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 6: Support enumerated types in APIs. | Neil | 4 | -5/+21 | |
Backport of changeset 7589:156d66aebfa1. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 6: Add enumeration types to APIs. | Neil | 1 | -122/+123 | |
Backport of changeset 7588:3a1f64ccb9a8. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 5: Separate IndicatorNumbers from ↵ | Neil | 1 | -5/+16 | |
IndicatorStyle. Deprecate INDIC?_MASK as they depended on old style-byte indicators so are no longer valid. Backport of changeset 7587:fa37b07baf0e. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 4: Add enu for IndicValue and ↵ | Neil | 1 | -0/+5 | |
UndoFlags to gather their values into a type. Add _NONE values for 3 enumerations to make using them simpler. Backport of changeset 7586:d1d3da2c2d91. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 4: Comment added for SC_MASK_FOLDERS. | Neil | 1 | -0/+1 | |
Backport of changeset 7585:db2f08dff38e. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 3: Add pointer type to ↵ | Neil | 1 | -1/+1 | |
ScintillaCallable.py. Backport of changeset 7584:46fe98d4a840. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 3: Add pointer type to WidgetGen.py. | Neil | 1 | -1/+2 | |
Backport of changeset 7583:d6ca697df2a0. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 3: Use pointer type in documentation. | Neil | 1 | -27/+32 | |
Backport of changeset 7582:80796da5ff3b. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 3: Add pointer type. | Neil | 1 | -11/+12 | |
Backport of changeset 7581:777afc17036d. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 2: Add line type to ↵ | Neil | 1 | -2/+2 | |
ScintillaCallable.py. Backport of changeset 7580:253181742438. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 2: Add line type to WidgetGen.py | Neil | 1 | -1/+2 | |
Backport of changeset 7579:c354c49503c5. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 2: Use position and line more in ↵ | Neil | 2 | -329/+344 | |
documentation. Backport of changeset 7578:8241e0a93bf6. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 2: Replace int with position or ↵ | Neil | 1 | -118/+119 | |
line where that is more accurate. This helps define where 64-bit values may be passed for huge files. Backport of changeset 7577:e9132d4f7fad. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 1: Moved CheckMentioned.py script ↵ | Neil | 1 | -0/+218 | |
from scite to scintilla as it does not access SciTE files. Backport of changeset 7576:f2d66c606151. | |||||
2019-07-11 | Updated curses platform. | mitchell | 1 | -1/+1 | |
2019-07-11 | Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF. | mitchell | 9 | -24/+36 | |
Backport of changeset 7575:e1e9f53b0423. | |||||
2019-06-17 | Backport: Fix trailing space. | Neil | 1 | -1/+1 | |
Backport of changeset 7574:d8639d8de9b5. | |||||
2019-06-16 | Backport: Fix Xcode static analysis warning by renmaing GetImage to CreateImage. | Neil Hodgson | 3 | -8/+8 | |
A naming convention is used by the analyzer where a "Create" prefix is used when the reference is owned by the caller and a "Get" prefix when the reference is not owned so should not be released. Backport of changeset 7573:9da2019c1c9d. | |||||
2019-07-11 | Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length ↵ | mitchell | 4 | -21/+185 | |
specified in wParam. Changed GetTextLength to use same logic as GetText to ensure they agree. Backport of changeset 7572:d7aedab278d0. | |||||
2019-06-15 | Backport: Test Scintilla GetStatus and SetStatus. | Neil | 1 | -0/+7 | |
Backport of changeset 7571:747cb54f1114. | |||||
2019-06-15 | Backport: Suppress some warnings for new DataFlex lexer. | Neil | 1 | -0/+1 | |
Backport of changeset 7570:9ca519e801a4. | |||||
2019-07-11 | Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex. | mitchell | 10 | -2/+705 | |
Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function since `strnlen` is not part of the C or C++ standard. | |||||
2019-06-11 | Added tag rel-3-10-6 for changeset 08973e00da9c | mitchell | 1 | -0/+1 | |
2019-06-11 | Updated release data for 3.10.6.rel-3-10-6 | mitchell | 1 | -2/+2 | |
2019-06-07 | Updated BACKPORTING. | mitchell | 1 | -0/+2 | |
2019-06-07 | Updated history with lexlua changes. | mitchell | 1 | -0/+6 | |
2019-06-06 | Updated curses platform makefile. | mitchell | 1 | -1/+1 | |
2019-06-05 | Updated BACKPORTING. | mitchell | 1 | -3/+7 | |
2019-06-05 | Preparing for 3.10.6 release. | mitchell | 8 | -18/+18 | |
2019-06-05 | Backport: Fix signatures and link class for SCI_[SG]ETDEFAULTFOLDDISPLAYTEXT. | Neil | 1 | -4/+4 | |
Backport of changeset 7549:1d1109aef80c. | |||||
2019-06-04 | Backport: Fix extra white space. | Neil | 1 | -2/+2 | |
Backport of changeset 7547:d0447aca31c5. | |||||
2019-06-04 | Backport: Bug [#2104]. Use '%.0f' and casts to double to fix printf format ↵ | Neil | 1 | -4/+8 | |
string bugs. This will extend valid maximum position from 31-bits to 53-bits which is ample. Backport of changeset 7546:f3b2a4dba48c. | |||||
2019-06-02 | Backport: GTK+ was renamed to GTK in February 2019 so update documentation ↵ | Neil | 6 | -56/+56 | |
to new name. Backport of changeset 7545:69f78ccbfc4b. | |||||
2019-06-02 | Backport: Clarify which API changes focus. | Neil | 1 | -2/+2 | |
Backport of changeset 7544:4fdbac7a1dde. |