| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-04 | Backport: Feature [feature-requests:1347]. Add methods to insert multiple ↵ | Neil | 1 | -0/+20 | |
| partitions. Backport of changeset 8228:753e94011b20. | |||||
| 2020-01-05 | Added Sci::make_unique() and Sci::size() for better compatibility with the ↵ | mitchell | 1 | -1/+3 | |
| default branch. std::make_unique() is c++14 and std::size() is c++17. | |||||
| 2019-12-02 | Backport: Use noexcept and const where reasonable. | Neil | 1 | -1/+1 | |
| Backport of changeset 7781:a9b7308f0522. | |||||
| 2019-12-01 | Backport: Fix a bug with deleting the first element in SparseVector that ↵ | Neil | 1 | -0/+32 | |
| left an extra empty partition. Add extra checking to Partitioning and turn on checking for UnitTester. Backport of changeset 7777:12fb0335514e. | |||||
| 2018-04-21 | Backport: Use noexcept in basic data structures where reasonable. | Neil | 1 | -5/+9 | |
| Declare the standard member functions in more classes Backport of changeset 6725:2864bc1b748a. | |||||
| 2018-04-21 | Backport: Tighten definition of regular expression iterators so they are ↵ | Neil | 1 | -3/+3 | |
| noexcept and define all the standard member functions. This cascades to all methods called by the iterators, affecting Document, CellBuffer, Partitioning, SplitVector and UTF-8 and DBCS functions. Other trivial functions declared noexcept. Backport of changeset 6724:f2dfdc0dddd3. | |||||
| 2018-04-18 | Backport: Avoid an overflow warning seen when compiling for Qt. | Neil Hodgson | 1 | -1/+2 | |
| Backport of changeset 6699:eed960ed3828. | |||||
| 2018-02-01 | Backport: Templatize Partitioning so it can hold different types. | Neil | 1 | -27/+29 | |
| Backport of changeset 6444:1bd57324aa36. | |||||
| 2018-01-26 | Backport: Extend SplitVector to allow more than 2 billion elements on 64-bit ↵ | Neil | 1 | -13/+13 | |
| systems. Backport of changeset 6442:3e3bfe29a819. | |||||
| 2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -4/+0 | |
| for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
| 2017-05-10 | Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and | Neil | 1 | -7/+3 | |
| Document. | |||||
| 2017-04-21 | More consistent deletion of standard methods. | Neil | 1 | -0/+7 | |
| 2017-04-06 | Added const where possible. | Neil | 1 | -3/+3 | |
| 2013-12-15 | Make single argument constructors explicit to avoid unexpected conversions. | Neil | 1 | -2/+2 | |
| 2013-07-21 | Standardising header guards and namespaces. | Neil | 1 | -0/+9 | |
| 2011-01-31 | Comments. | nyamatongwe | 1 | -0/+5 | |
| 2010-02-17 | Formatting whitespace. | nyamatongwe | 1 | -1/+1 | |
| 2009-06-24 | Some extra const constraints added while working on discontiguous selection. | nyamatongwe | 1 | -1/+1 | |
| 2007-07-08 | Added const to methods that should not logically need to modify object. | nyamatongwe | 1 | -2/+2 | |
| 2007-04-05 | Implemented decorations which are extended indicators. | nyamatongwe | 1 | -1/+1 | |
| 2007-01-01 | Major change to CellBuffer class with addition of Partitioning class and ↵ | nyamatongwe | 1 | -0/+184 | |
| SplitVector template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added. | |||||
