| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-07-17 | Backport: Casts required for Unix LP64 after changes to ↵ | Neil Hodgson | 2 | -14/+21 | |
| Sci_Position/Sci_PositionU. Backport of changeset 6351:b7126dd1f020. | |||||
| 2017-07-17 | Backport: Mark overriding methods as "override". | Neil Hodgson | 1 | -4/+4 | |
| Backport of changeset 6350:fdc0103a84d0. | |||||
| 2017-07-17 | Backport: Implement style metadata for some languages. | Neil | 6 | -10/+338 | |
| Add some helper methods to SubStyles for finding style metadata of substyles. Backport of changeset 6349:f350a2543488. | |||||
| 2017-07-17 | Backport: Documentation for style metadata. | Neil | 2 | -1/+233 | |
| Backport based on changeset 6348:329af61d687c. | |||||
| 2017-06-22 | Backport: Basic implementation helpers for style metadata. | Neil | 8 | -21/+57 | |
| Backport of changeset 6347:69b7471ad62f. | |||||
| 2017-06-22 | Backport: Add style metadata methods with null implementations. | Neil | 9 | -10/+188 | |
| Backport based on changesets 6345:faecbd0078e5 and 6346:72bd27f81477. | |||||
| 2017-07-13 | Backport: Update typedefs used for lexing. | Neil | 1 | -2/+4 | |
| Backport of changeset 6344:59732c65082d. | |||||
| 2017-07-12 | Backport: Add include needed to build with Qt 5.7.1 on Fedora 26 Linux. | Neil Hodgson | 1 | -0/+1 | |
| Backport of changeset 6343:41097105f214. | |||||
| 2017-07-12 | Backport: Bug [#1957]. Add focusChanged(bool focused) signal. | Justin Dailey | 3 | -0/+13 | |
| Backport of changeset 6342:216bf96995c8. | |||||
| 2017-07-09 | Backport: Updated styling to avoid Comic Sans - such an unfairly maligned font. | Justin Dailey | 1 | -3/+3 | |
| Backport of changeset 6341:a9e074386d18. | |||||
| 2017-07-09 | Backport: Bug [#1955]. The data parameter to ILoader::AddData made const. | Justin Dailey | 5 | -4/+8 | |
| Backport of changeset 6340:52f12c3eebcd. | |||||
| 2017-07-09 | Backport: Added BowPad. | johnsonj | 1 | -0/+4 | |
| Backport of changeset 6339:040330eec86d. | |||||
| 2017-07-07 | Backport: Bug [#1949]. Fix drawing failure in wrap mode for GTK+ 2.x. | Neil | 2 | -1/+3 | |
| Backport of changeset 6338:ebec660dcf48. | |||||
| 2017-07-07 | Backport: Redraw when overtype changed so caret change visible even when not ↵ | Justin Dailey | 2 | -3/+11 | |
| blinking. Notify application with SC_UPDATE_SELECTION when overtype changed - previously sent SC_UPDATE_CONTENT. Backport of changeset 6337:79f86be9e988. | |||||
| 2017-07-04 | Backport: Dropping files fires the SCN_URIDROPPED notification instead of ↵ | Justin Dailey | 5 | -5/+34 | |
| inserting text. Backport of changeset 6334:5ca0ae5097a1. | |||||
| 2017-06-29 | Backport: Bug [#1951]. matlab lexer - dont use 'end' as a keyword when used ↵ | John Donoghue | 2 | -0/+18 | |
| as a index. (ColouriseMatlabOctaveDoc) - set end as a number if within brackets ()[]{} that would allow end as an index rather than a keyword. Backport of changeset 6332:15f61ea20276. | |||||
| 2017-07-01 | Backport: Include the 'updated' flags in the updateUi signal. | Justin Dailey | 3 | -4/+8 | |
| Don't send updateUi for focus in. Backport of changeset 6331:47a4b85d2fa8. | |||||
| 2017-06-22 | Backport: Add DefaultLexer.h to header order. | Neil | 1 | -0/+1 | |
| Backport of changeset 6327:3d9896c08ea2. | |||||
| 2018-03-14 | Added DefaultLexer class to curses platform Makefile. | mitchell | 1 | -2/+3 | |
| 2017-06-22 | Backport: Add a DefaultLexer class which lexers can subclass if they want ↵ | Neil | 24 | -18/+205 | |
| reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e. | |||||
| 2017-06-22 | Backport: Make all methods override, even pure ones to keep Clang happy. | Neil Hodgson | 1 | -2/+2 | |
| Backport of changeset 6325:9673a4d4c0e7. | |||||
| 2017-06-22 | Backport: Cast between Sci_Position.h types used for lexers and Position.h ↵ | Neil | 6 | -258/+316 | |
| types used in core to allow the Sci_Position.h types to widen to 64-bits. Backport of changeset 6324:95346e626cf8. | |||||
| 2017-06-22 | Backport: Mark methods implementing interface as "override". | Neil | 1 | -9/+9 | |
| Backport of changeset 6323:c15f84c11e17. | |||||
| 2017-06-22 | Backport: Fix printf formatting with correct format specifier and cast to ↵ | Neil | 1 | -1/+1 | |
| allow argument be 64-bit. Backport of changeset 6322:66c53eeaabd3. | |||||
| 2017-06-22 | Backport: Use same types for CheckLevelCommentLine to allow 64-bit Sci_Position. | Neil | 1 | -1/+1 | |
| Backport of changeset 6321:0adf7fb8f003. | |||||
| 2017-06-19 | Backport: The default encoding is now UTF-8. | Neil | 3 | -10/+13 | |
| Backport of changeset 6320:8d56eaef4f0a. | |||||
| 2017-06-15 | Backport: Avoid warnings from G++ 7 for ScintillaEditPy in code generated by ↵ | Neil | 1 | -1/+3 | |
| Shiboken. Backport of changeset 6316:19f6636ec133. | |||||
| 2017-06-14 | Backport: Use $$files instead of bare wildcard to support including in a ↵ | Neil | 3 | -5/+6 | |
| parent project. Backport of changeset 6315:9db390056b66. | |||||
| 2017-06-14 | Backport: Use same #if guard as other files. | Neil | 1 | -0/+2 | |
| Backport of changeset 6314:29c42c61f7c4. | |||||
| 2017-06-13 | Backport: Bug [#1949]. Fix drawing failure in wrap mode for delete to ↵ | Neil | 2 | -4/+15 | |
| start/end of line. Backport of changeset 6313:82cb780a04d1. | |||||
| 2017-06-13 | Backport: Hide MSVC incremental linker files and Qt qnake artifacts. | Neil | 1 | -0/+3 | |
| Backported from changeset 6312:44fa26c91774. | |||||
| 2018-03-14 | Updated curses platform to add FineTicker* stubs. | mitchell | 1 | -1/+5 | |
| 2017-06-12 | Backport: Remove old timer code in favour of the FineTicker* methods. | Neil | 9 | -136/+22 | |
| Backport of changeset 6311:3a180dc6e9c8. | |||||
| 2018-03-14 | Simplify mouse and keyboard handling in curses. | mitchell | 1 | -6/+8 | |
| 2017-06-12 | Backport: Simplify mouse and keyboard handling by only retaining the ↵ | Neil | 9 | -116/+73 | |
| 'WithModifiers" form. All events include a set of keyboard modifier flags. Older calls that passed individual parameters for each key were removed. Backport of changeset 6310:af83baede430. | |||||
| 2018-03-14 | Removed unused functions and methods from curses and replaced ↵ | mitchell | 2 | -28/+6 | |
| Platform::Clamp with Sci::clamp. | |||||
| 2017-06-12 | Backport: Removed unused functions and methods from Platform.h. | Neil | 22 | -554/+172 | |
| Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f. | |||||
| 2018-03-13 | Implement SCN_AUTOCSELECTIONCHANGE notification for curses. | mitchell | 1 | -9/+9 | |
| 2017-06-11 | Backport: Implement SCN_AUTOCSELECTIONCHANGE notification. | Neil | 11 | -66/+239 | |
| Backported from changeset 6306:7e28cdba6d61. | |||||
| 2017-06-10 | Backport: Avoid warnings when compiling unit tests with recent GCC. | Neil | 1 | -0/+8 | |
| Backport of changeset 6305:f2f32d58bcd8. | |||||
| 2018-03-13 | Update GTK+ version requirements. | mitchell | 3 | -5/+5 | |
| 2017-06-07 | Backport: Bug [#1919]. Rust - Update integer suffixes. | Pavel Sountsov | 2 | -1/+7 | |
| Backport of changeset 6302:0577ec50750e. | |||||
| 2017-06-10 | Backport: Require GTK+ 2.24 or later. Removes support for earlier versions. | Baldur Karlsson | 2 | -63/+0 | |
| Backport of changeset 6301:90741c1cb988. | |||||
| 2017-06-10 | Backport: Bug [#1947]. Reenable mouse tracking when the window is reshown. | Baldur Karlsson | 2 | -0/+8 | |
| Backport of changeset 6300:d0038cc1af23. | |||||
| 2018-03-13 | Prepare changelog for 3.x. | mitchell | 1 | -0/+11 | |
| 2017-06-09 | Backport: Use 64-bit safe type for return from Scintilla. | Neil | 1 | -2/+2 | |
| Allows pointer returning methods like GetRangePointer to work in 64-bit code. Backport of changeset 6298:3dc0f211989f. | |||||
| 2017-06-09 | Backport: Use min and max from std instead of own version from platform. | Neil | 7 | -21/+30 | |
| Backport of changeset 6297:4bf96081f6e6. | |||||
| 2017-06-09 | Backport: Avoid signed safety warnings from GCC 7. | Neil | 1 | -2/+2 | |
| Backport of changeset 6296:c2c63e649256. | |||||
| 2018-03-13 | Backport: Bug as it uses a getter and discards the result instead of a setter. | mitchell | 1 | -1/+1 | |
| Backport of changeset 6293:fdca97e72d4e. | |||||
| 2018-03-11 | Added optional Lua lexer support. | mitchell | 223 | -30/+55163 | |
| This support is disabled by default and must be enabled via compile-time option. | |||||
