Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-10 | Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ↵ | Neil | 1 | -0/+288 | |
points and UTF-16 code units added. Converted instances of C++17 std::string_view to C++11. Also used const_casts where appropriate to fix compile errors. Backport of changeset 7063:0d5edc93e280. | |||||
2018-05-05 | Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than ↵ | mitchell | 1 | -1/+1 | |
2 GigaBytes. This option is provisional and experimental. Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added '#include <cstddef>' to top of src/RESearch.cxx to fix 32-bit build error. | |||||
2018-03-21 | Backport: Include header needed for ptrdiff_t. | Mitchell Foral | 1 | -0/+1 | |
Backport of changeset 6635:f59121877e75. | |||||
2018-03-16 | Backport: Remove line-end white space. | Neil | 1 | -2/+2 | |
Backport of changeset 6625:2dd6b8049c4e. | |||||
2018-02-02 | Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE. | Neil | 1 | -1/+1 | |
Backport of changeset 6448:431b814a54a6. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -0/+2 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-06-09 | Backport: Avoid signed safety warnings from GCC 7. | Neil | 1 | -2/+2 | |
Backport of changeset 6296:c2c63e649256. | |||||
2017-04-29 | Use std::unique_ptr, std::vector, and move construction to simplify UndoHistory | Neil | 1 | -0/+1 | |
and make it easier to modify. Remove out of date warning suppression. | |||||
2017-04-22 | Include <memory> for std::unique_ptr. | Neil | 1 | -0/+1 | |
2016-10-08 | Fix minor warnings in unit tests from MSVC 64-bit. | Neil | 1 | -7/+7 | |
2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 1 | -0/+1 | |
2013-11-18 | Add some tests for CellBuffer. | Neil | 1 | -0/+140 | |