| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-01-31 | Add default basic constructor and operator!= to SelectionPosition to ease use. | Neil | 1 | -0/+1 | |
| Use default member initializer, constexpr for constructors and equality operators and <, [[nodiscard]] for comparison operators. Add simple unit tests for Selection. Not trying to be exhaustive here, just start the process of adding tests. | |||||
| 2024-02-01 | Move UndoHistory into its own module that is accessible from CellBuffer and | Neil | 1 | -0/+1 | |
| tests but hidden from most of Scintilla. Access through std::unique_ptr. | |||||
| 2023-12-12 | Slight speed up by allowing unitTest.o to compile in parallel with others. | Zufu Liu | 1 | -1/+1 | |
| 2023-12-09 | Allow parallel building with makefile. | Neil | 1 | -19/+25 | |
| 2023-02-22 | Remove _CRT_SECURE_NO_DEPRECATE. | Neil | 1 | -1/+0 | |
| Replace [v]sprintf with bounds checked [v]snprintf. | |||||
| 2022-07-31 | Added change history which can display document changes (modified, saved, ...) | Neil | 1 | -0/+1 | |
| in the margin or in the text. | |||||
| 2022-02-10 | Replace "OS X' with "macOS". | Neil | 1 | -3/+3 | |
| 2021-09-15 | Move colour mixing implementations into implementation file. | Neil | 1 | -0/+1 | |
| Avoids some warnings but drops constexpr. Use MixedWith in PlatWin for GDI instead of local implementation. Add unit tests for Geometry. | |||||
| 2021-07-20 | Add OPTIMIZATION variable so caller can choose optimization level. | Neil | 1 | -1/+5 | |
| Drop lexlib from include path as no longer part of Scintilla. For clang on Windows, turn off deprecated function warning and disable sanitizers as they are slow. | |||||
| 2021-07-01 | Add searching test cases for multi-byte encoding | Neil | 1 | -0/+2 | |
| 2021-06-21 | Add tests for CharacterCategoryMap, RESearch, and Document. | Zufu Liu | 1 | -0/+3 | |
| 2020-11-10 | Remove WordList from testing as that is now part of Lexilla. | Neil | 1 | -1/+0 | |
| 2020-05-03 | Feature [feature-requests:1347]. Add InsertLines method to PerLine interface and | Neil | 1 | -1/+2 | |
| all implementations. This will allow insertion of lines in batches in a future change set. Added tests for PerLine implementations. | |||||
| 2019-04-05 | Move UniqueStringCopy into its own source file UniqueString.cxx to hide the | Neil | 1 | -1/+2 | |
| implementation. | |||||
| 2018-03-30 | Reverted #6488 as Xcode clang 9.1 now likes --std=c++17. | Neil Hodgson | 1 | -1/+0 | |
| 2018-03-20 | Change standard flag on MacOS as Xcode clang doesn't yet like c++17. | Neil Hodgson | 1 | -1/+4 | |
| 2018-03-20 | Add unit tests for UniCoversion. | Neil | 1 | -1/+2 | |
| 2018-03-01 | Update to c++17 so make_unique is available. | Neil | 1 | -1/+1 | |
| 2016-08-25 | Add unit tests for WordList class. | Neil | 1 | -0/+1 | |
| 2014-05-15 | Don't try to use sanitizers on OS X as not built into Clang. | Neil Hodgson | 1 | -2/+5 | |
| 2014-05-15 | Support Clang on Linux and turn on the address and undefined behaviour | Neil | 1 | -1/+6 | |
| sanitizers. | |||||
| 2013-11-18 | Add some tests for CellBuffer. | Neil | 1 | -0/+1 | |
| 2013-11-17 | Added tests for Decoration. | Neil | 1 | -0/+1 | |
| 2013-11-17 | Switch unit tests to Catch framework. | Neil | 1 | -46/+35 | |
| 2012-05-29 | add CharClassifier::GetCharsOfClass | Mook | 1 | -1/+1 | |
| add SCI_GETWORDCHARS(<unused>, stringresult chars) command to get word chars add SCI_GETWHITESPACECHARS(<unused>, stringresult chars) to get whitespace chars add SCI_GETPUNCTUATIONCHARS(<unused>, stringresult chars) to get punctutation also add tests for {Set,Get}{Word,Whitespce,Punctuation}Chars, CharClassifier | |||||
| 2011-02-13 | Avoid unnecessary relinks on Windows. | nyamatongwe | 1 | -2/+4 | |
| 2011-02-03 | Added some coverage testing. | nyamatongwe | 1 | -1/+5 | |
| 2011-02-01 | Unit tests for Scintilla data structures. | nyamatongwe | 1 | -0/+62 | |
