| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-03-15 | Backport: Use forward class definitions of XPM and RGBAImage so only code ↵ | Neil | 1 | -1/+0 | |
| that uses them needs to #include "XPM.h". Move definition of standard methods on LineMarker from header to implementation to reduce included text and further isolate use of XPM and RGBAImage. Backport of changeset 6624:32adac0930bb. | |||||
| 2018-03-09 | Backport: Use Position/Line/int more accurately in preparation for large ↵ | Neil | 1 | -26/+27 | |
| documents. Backport of changeset 6480:f2650eaa75e6. | |||||
| 2018-03-01 | Backport: Mark variables as const where simple. | Neil | 1 | -113/+113 | |
| Backport of changeset 6470:d78a4b522662. | |||||
| 2018-03-01 | Backport: Use C++ cast in preference to C cast. | Neil | 1 | -1/+1 | |
| Backport of changeset 6469:67f7890eac1d. | |||||
| 2018-03-01 | Backport: Mark pointer argument as const as not written to. | Neil | 1 | -6/+6 | |
| Backport of changeset 6468:9ed7929c7900. | |||||
| 2018-02-24 | Backport: Fix move-extends-selection mode for rectangular and line selections. | Mitchell Foral | 1 | -17/+52 | |
| Backport of changeset 6458:0a8a766722c0. | |||||
| 2018-02-17 | Backport: For rectangular selections, pressing Home or End now moves the ↵ | Vicente | 1 | -3/+14 | |
| caret to the Home or End position instead of the limit of the rectangular selection. Backport of changeset 6456:eaa6c7fa1a81. | |||||
| 2018-02-06 | Backport: [Bug #1983] Fix double tap word selection on Windows 10 1709 Fall ↵ | Dimitar Radev | 1 | -1/+1 | |
| Creators Update. Times of observed mouse events went backwards causing unsigned overflow. Backport of changeset 6449:1280ef150bbb. | |||||
| 2018-02-02 | Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE. | Neil | 1 | -3/+3 | |
| Backport of changeset 6448:431b814a54a6. | |||||
| 2018-01-26 | Backport: Add documentOption argument to SCI_CREATELOADER. | Neil | 1 | -0/+1 | |
| Backport of changeset 6441:92c8f0f1b3e6. | |||||
| 2018-01-28 | Backport: Use std::abs in preference to abs as std::abs is generic and abs ↵ | Neil | 1 | -2/+2 | |
| casts to int which may drop information. Backport of changeset 6434:ed27432729c3. | |||||
| 2017-11-20 | Backport: Add SCI_GETMOVEEXTENDSSELECTION. | Mitchell Foral | 1 | -0/+2 | |
| Backport of changeset 6418:85205da6ec1b. | |||||
| 2017-09-13 | Backport: Bug [#1971]. Fix line selection by clicking in the margin when ↵ | Neil Hodgson | 1 | -0/+2 | |
| scrolled. Backport of changeset 6389:96506cab38bd. | |||||
| 2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
| for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
| 2017-08-28 | Backport: New header ILoader.h defines ILoader interface as it does not ↵ | Neil | 1 | -0/+1 | |
| belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7. | |||||
| 2017-08-25 | Backport: Moved *StyleBits* APIs into deprecated category. | Neil | 1 | -0/+3 | |
| Backport of changeset 6379:b44bb3627bbd. | |||||
| 2017-07-23 | Backport: Avoid warning although it appears incorrect. | Neil Hodgson | 1 | -1/+1 | |
| Backport of changeset 6359:4a203fb1684e. | |||||
| 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 | 1 | -135/+173 | |
| types used in core to allow the Sci_Position.h types to widen to 64-bits. Backport of changeset 6324:95346e626cf8. | |||||
| 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 | 1 | -97/+22 | |
| Backport of changeset 6311:3a180dc6e9c8. | |||||
| 2017-06-12 | Backport: Simplify mouse and keyboard handling by only retaining the ↵ | Neil | 1 | -42/+6 | |
| '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 | 1 | -47/+52 | |
| Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f. | |||||
| 2017-05-21 | Use unique_ptr and forward_list to regularize PerLine data structures. | Neil | 1 | -0/+1 | |
| 2017-05-21 | Make SparseVector work with move-only types. | Neil | 1 | -0/+1 | |
| 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-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 | 1 | -11/+2 | |
| intrusive linked list. Restrict clients to a read-only view. | |||||
| 2017-05-02 | Use unique_ptr for drawing surfaces and don't check for allocation failure | Neil | 1 | -1/+1 | |
| as that throws an exception. Also use unique_ptr for tab stop positions. | |||||
| 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 | 1 | -1/+1 | |
| 2017-04-15 | Use bool literals true and false instead of 1 and 0. | Neil | 1 | -3/+3 | |
| 2017-04-09 | Further use of range-for. | Neil | 1 | -3/+2 | |
| 2017-04-09 | Modernise ViewStyle with vector, unique_ptr, any_of, and method deletion. | Neil | 1 | -6/+6 | |
| 2017-04-08 | Use reference for efficiency. | Neil | 1 | -1/+1 | |
| 2017-04-07 | Use same parameter names in declarations and definitions. | Neil | 1 | -5/+5 | |
| 2017-04-06 | Added const where possible. | Neil | 1 | -71/+71 | |
| 2017-04-06 | Added a caret line frame as an alternative visual for highlighting the caret ↵ | A-R-C-A | 1 | -0/+6 | |
| line. | |||||
| 2017-04-02 | Added "Reverse Selected Lines" as SCI_LINEREVERSE. | Vicente | 1 | -0/+31 | |
| 2017-04-01 | More encapsulation for Decoration and DecorationList. | Neil | 1 | -9/+9 | |
| 2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -5/+6 | |
| where it may be needed in the future. | |||||
| 2017-03-31 | Prefer standard min/max over Platform's as adapts to changed types. | Neil | 1 | -13/+13 | |
| 2017-03-31 | Hide decorations details a little. | Neil | 1 | -1/+1 | |
| 2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -328/+329 | |
| and lines. | |||||
| 2017-03-07 | Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled. | Neil | 1 | -0/+7 | |
| 2017-03-06 | Use several C++11 features as examples so problems with these features are seen. | Vicente | 1 | -18/+15 | |
| Features used are move constructor, unique_ptr, deleted functions, enum class, lambda expression, and range for loop. | |||||
| 2017-03-04 | Use C++11 keyword "override" for methods that override a base class. | Neil | 1 | -1/+1 | |
| 2017-02-23 | Bug [#1905]. Fix stream selection mode when moving caret up or down. | Neil | 1 | -0/+3 | |
| 2017-01-19 | Bug [#1896]. Avoid unnecessary unfolding when a deletion does not include a line | Neil | 1 | -2/+2 | |
| end. | |||||
| 2017-01-19 | Bug [#1896]. Ensure folding consistent when fold header added above folded part. | Neil | 1 | -1/+1 | |
| 2016-12-09 | Use double coordinates instead of float in some cases as float ran out of | Neil | 1 | -4/+4 | |
| precision in long documents. This meant that individual lines could not be selected by mouse when the document exceeded 16.7 million lines. | |||||
