| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-07-23 | Backport: Avoid warning although it appears incorrect. | Neil Hodgson | 1 | -1/+1 | |
| Backport of changeset 6359:4a203fb1684e. | |||||
| 2017-07-17 | Backport: Casts required for Unix LP64 after changes to ↵ | Neil Hodgson | 1 | -10/+16 | |
| Sci_Position/Sci_PositionU. Backport of changeset 6351:b7126dd1f020. | |||||
| 2017-06-22 | Backport: Add style metadata methods with null implementations. | Neil | 1 | -0/+49 | |
| Backport based on changesets 6345:faecbd0078e5 and 6346:72bd27f81477. | |||||
| 2017-07-09 | Backport: Bug [#1955]. The data parameter to ILoader::AddData made const. | Justin Dailey | 2 | -2/+2 | |
| Backport of changeset 6340:52f12c3eebcd. | |||||
| 2017-07-07 | Backport: Redraw when overtype changed so caret change visible even when not ↵ | Justin Dailey | 1 | -3/+6 | |
| blinking. Notify application with SC_UPDATE_SELECTION when overtype changed - previously sent SC_UPDATE_CONTENT. Backport of changeset 6337:79f86be9e988. | |||||
| 2017-06-22 | Backport: Cast between Sci_Position.h types used for lexers and Position.h ↵ | Neil | 5 | -252/+310 | |
| types used in core to allow the Sci_Position.h types to widen to 64-bits. Backport of changeset 6324:95346e626cf8. | |||||
| 2017-06-19 | Backport: The default encoding is now UTF-8. | Neil | 1 | -1/+1 | |
| Backport of changeset 6320:8d56eaef4f0a. | |||||
| 2017-06-13 | Backport: Bug [#1949]. Fix drawing failure in wrap mode for delete to ↵ | Neil | 1 | -4/+10 | |
| start/end of line. Backport of changeset 6313:82cb780a04d1. | |||||
| 2017-06-12 | Backport: Remove old timer code in favour of the FineTicker* methods. | Neil | 2 | -100/+22 | |
| Backport of changeset 6311:3a180dc6e9c8. | |||||
| 2017-06-12 | Backport: Simplify mouse and keyboard handling by only retaining the ↵ | Neil | 4 | -58/+8 | |
| '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. | |||||
| 2017-06-12 | Backport: Removed unused functions and methods from Platform.h. | Neil | 6 | -49/+131 | |
| Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f. | |||||
| 2017-06-11 | Backport: Implement SCN_AUTOCSELECTIONCHANGE notification. | Neil | 2 | -6/+32 | |
| Backported from changeset 6306:7e28cdba6d61. | |||||
| 2017-06-09 | Backport: Use min and max from std instead of own version from platform. | Neil | 2 | -4/+6 | |
| Backport of changeset 6297:4bf96081f6e6. | |||||
| 2018-03-11 | Added optional Lua lexer support. | mitchell | 1 | -0/+1 | |
| This support is disabled by default and must be enabled via compile-time option. | |||||
| 2017-05-22 | More canonical version of previous change 6283. | Neil | 1 | -5/+1 | |
| 2017-05-22 | Fix a crash when a line containing a marker was deleted. | Neil | 1 | -1/+5 | |
| 2017-05-21 | Use UniqueString to simplify FontNames. | Neil | 2 | -16/+9 | |
| 2017-05-21 | Use unique_ptr and forward_list to regularize PerLine data structures. | Neil | 5 | -130/+67 | |
| 2017-05-21 | Make SparseVector work with move-only types. | Neil | 10 | -74/+87 | |
| Define UniqueString as a move-only string and use in a SparseVector for ContractionState. Remove SparseVector method specializations that are no longer needed. | |||||
| 2017-05-21 | Make SplitVector work with move-only types like unique_ptr. | Neil | 4 | -57/+97 | |
| Provide InsertEmpty and both const and non-const reference returning operator[]. Add and fix comments. | |||||
| 2017-05-12 | Replace intrusive linked lists with vector and unique_ptr to simplify code. | Neil | 2 | -94/+25 | |
| Remove LexerMinder as not needed. | |||||
| 2017-05-10 | Feature [feature-requests:#1187]. Update scroll bar when annotations added, | Neil | 1 | -1/+4 | |
| removed, or visibility changed. | |||||
| 2017-05-10 | Simplify DecorationList and its clients by using a vector instead of an | Neil | 5 | -88/+71 | |
| intrusive linked list. Restrict clients to a read-only view. | |||||
| 2017-05-10 | Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and | Neil | 9 | -126/+122 | |
| Document. | |||||
| 2017-05-02 | More consistent use of size_t when converting Unicode formats. | Neil | 3 | -13/+13 | |
| 2017-05-02 | Use unique_ptr for drawing surfaces and don't check for allocation failure | Neil | 7 | -65/+42 | |
| as that throws an exception. Also use unique_ptr for tab stop positions. | |||||
| 2017-05-01 | Use std::unique_ptr to simplify ContractionState. | Neil | 2 | -23/+17 | |
| 2017-04-29 | Use std::unique_ptr, std::vector, and move construction to simplify UndoHistory | Neil | 4 | -57/+35 | |
| and make it easier to modify. Remove out of date warning suppression. | |||||
| 2017-04-25 | Bug [#1940]. Canceling modes with the Esc key preserves a rectangular selection. | Neil | 1 | -1/+1 | |
| 2017-04-22 | Using unique_ptr to simplify ownership of images, case folder, and list box. | Neil | 9 | -52/+29 | |
| 2017-04-22 | Encapsulate the LexInterface of Document. | Neil | 3 | -9/+14 | |
| 2017-04-22 | Include <memory> for std::unique_ptr. | Neil | 9 | -0/+9 | |
| 2017-04-21 | More consistent deletion of standard methods. | Neil | 18 | -15/+93 | |
| 2017-04-20 | More consistent deletion of standard methods. | Neil | 1 | -1/+2 | |
| 2017-04-19 | Use =delete for unwanted functions. | Neil | 11 | -39/+34 | |
| 2017-04-19 | Drop reinterpret_cast when can implicit cast to void* or const void*. | Neil | 1 | -2/+2 | |
| 2017-04-19 | Use "override" for implementations of CaseFolder and PerLine. | Neil Hodgson | 2 | -17/+17 | |
| 2017-04-15 | Avoid calling virtual functions in destructor. Mark overridden methods. | Neil Hodgson | 1 | -10/+10 | |
| 2017-04-15 | Avoid calling virtual functions in constructors and destructors. | Neil | 2 | -3/+10 | |
| 2017-04-15 | Use bool literals true and false instead of 1 and 0. | Neil | 3 | -5/+5 | |
| 2017-04-14 | Ensure capitalHeight initialised. | Neil | 1 | -0/+1 | |
| 2017-04-12 | For speed, store height of capital letters in FontMeasurements so not | Neil | 3 | -2/+3 | |
| recalculated for every character blob. | |||||
| 2017-04-09 | Further use of range-for. | Neil | 9 | -78/+75 | |
| 2017-04-09 | Modernise ViewStyle with vector, unique_ptr, any_of, and method deletion. | Neil | 5 | -108/+93 | |
| 2017-04-08 | Use reference for efficiency. | Neil | 1 | -1/+1 | |
| 2017-04-07 | Prefer C++ static cast over C-style casts. | Neil | 2 | -5/+6 | |
| 2017-04-07 | Remove unnecessary casts. | Neil | 1 | -2/+2 | |
| 2017-04-07 | Drop "virtual" from methods that do not need to be virtual. | Neil | 1 | -2/+2 | |
| 2017-04-07 | Use same parameter names in declarations and definitions. | Neil | 10 | -20/+20 | |
| 2017-04-07 | Check index before checking value at index. | Neil | 1 | -2/+2 | |
