Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-27 | Backport: Use virtual to ensure LexState overrides LineEndTypesSupported method. | Neil | 2 | -2/+2 | |
Backport of changeset 6462:934f6f6451c2. | |||||
2018-02-24 | Backport: Fix move-extends-selection mode for rectangular and line selections. | Mitchell Foral | 2 | -17/+53 | |
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 | 6 | -12/+31 | |
Backport of changeset 6448:431b814a54a6. | |||||
2018-02-01 | Backport: Templatize RunStyles so it can be over ranges of different types ↵ | Neil | 5 | -74/+99 | |
and contain different style types. Currently only instantiated over <int, int>. Backport of changeset 6445:89d992f380a1. | |||||
2018-02-01 | Backport: Templatize Partitioning so it can hold different types. | Neil | 7 | -35/+37 | |
Backport of changeset 6444:1bd57324aa36. | |||||
2018-01-26 | Backport: Extend SplitVector to allow more than 2 billion elements on 64-bit ↵ | Neil | 4 | -52/+52 | |
systems. Backport of changeset 6442:3e3bfe29a819. | |||||
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::end when filling arrays as reduces chance of mistake. | Neil | 3 | -6/+10 | |
Backport of changeset 6436:a366ce1a811e. | |||||
2018-01-28 | Backport: Use std::abs in preference to abs as std::abs is generic and abs ↵ | Neil | 2 | -3/+4 | |
casts to int which may drop information. Backport of changeset 6434:ed27432729c3. | |||||
2018-01-22 | Backport: Make clamp generic so can be used on more types. | Neil | 1 | -11/+4 | |
Updated comments. Backport based on changeset 6431:e77030fd6411, but modified for C++11. | |||||
2017-12-13 | Backport: Use explicit typedefs instead of deprecated derivation from ↵ | Greg Smith | 1 | -3/+21 | |
std::iterator. This fixes a C4996 / STL4015 warning from Visual C++ 2017.5 that the std::iterator class template is deprecated in C++17. Backport of changeset 6421:fd2f856b8d58. | |||||
2017-11-20 | Backport: Add SCI_GETMOVEEXTENDSSELECTION. | Mitchell Foral | 1 | -0/+2 | |
Backport of changeset 6418:85205da6ec1b. | |||||
2017-10-16 | Backport: Use const for interface CharacterIndexer and its implementation ↵ | Neil | 3 | -10/+10 | |
DocumentIndexer. Backport of changeset 6401:fccfa635ff0c. | |||||
2017-10-16 | Backport: Bug [#1975]. Avoid duplicate calls by using inline function ↵ | Zufu Liu | 1 | -5/+6 | |
instead of macro. Backport of changeset 6400:4f1dfd6a7975. | |||||
2017-10-15 | Backport: Bug [#1978]. Minor undefined behaviour fixed. | Zufu Liu | 1 | -1/+1 | |
Backport of changeset 6398:2db0528f34b5. | |||||
2017-09-14 | Backport: Remove automatically generated line end whitespace. | Zufu Liu | 1 | -189/+189 | |
Backport of changeset 6390:51ca7c18e949. | |||||
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 | 64 | -232/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-09-01 | Backport: Use "Falls through" comments to avoid warnings from GCC 7.1. | Neil Hodgson | 1 | -0/+1 | |
Backport of changeset 6387:4ad398cbd71f. | |||||
2017-08-28 | Backport: New header ILoader.h defines ILoader interface as it does not ↵ | Neil | 7 | -0/+7 | |
belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7. | |||||
2017-08-25 | Backport: Moved *StyleBits* APIs into deprecated category. | Neil | 2 | -0/+5 | |
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-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 | |