| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-04-19 | Backport: Remove casts by using harmonized types. Drop NUL termination that ↵ | Neil | 1 | -16/+13 | |
| is not needed. Backport of changeset 6701:6be1be362cfc. | |||||
| 2018-05-05 | Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than ↵ | mitchell | 1 | -3/+8 | |
| 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-28 | Backport: Templatize decorations to allow 32-bit or 64-bit positions. | Neil | 1 | -1/+1 | |
| Backport of changeset 6693:7247d1c9c27f. | |||||
| 2018-04-16 | Backport: Determine if line start or end pattern before loop. | Neil | 1 | -5/+7 | |
| Backport of changeset 6692:1868a36cb306. | |||||
| 2018-04-13 | Backport: Use 'override' for methods that are overridden. | Neil | 1 | -28/+28 | |
| Group some method declarations and definitions for AddRef/Release and PerLine. Backport of changeset 6684:bd4aae09fb4b. | |||||
| 2018-04-13 | Backport: Fix bug with regular expression searches failing to match at line ↵ | Neil | 1 | -16/+4 | |
| start or end. This was a work-around for infinite loops when replacing empty matches and this is now the application's responsibility. Backport of changeset 6683:bcae0331720b. | |||||
| 2018-04-11 | Backport: Remove workaround for problems with noexcept. | Neil | 1 | -10/+2 | |
| Backport of changeset 6681:84298b2b66f2. | |||||
| 2018-05-05 | Backport: Split decorations into interface and implementation. | mitchell | 1 | -4/+6 | |
| Backport of changeset 6658:693e737f3155. | |||||
| 2018-03-27 | Backport: Return a FillResult struct from RunStyles::FillRange instead of ↵ | Neil | 1 | -4/+4 | |
| modifying arguments as that is clumsy when converting types. Backport of changeset 6657:43515e7709c6. | |||||
| 2018-05-05 | Backport: Feature [feature-requests:#1212]. Move Unicode conversions into ↵ | mitchell | 1 | -1/+0 | |
| UniConversion. Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. Backport of changeset 6645:463fa6965d9a. | |||||
| 2018-05-05 | Backport: Feature [feature-requests:#1211]. Use pre-computed table for ↵ | mitchell | 1 | -2/+0 | |
| UTF8BytesOfLead. Friendlier treatment of invalid UTF-8. Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests. Backport of changeset 6643:ebbb4e5aaf93. | |||||
| 2018-03-09 | Backport: Use Position/Line/int more accurately in preparation for large ↵ | Neil | 1 | -6/+6 | |
| documents. Backport of changeset 6480:f2650eaa75e6. | |||||
| 2018-03-01 | Backport: Mark variables as const where simple. | Neil | 1 | -49/+49 | |
| Backport of changeset 6470:d78a4b522662. | |||||
| 2018-02-02 | Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE. | Neil | 1 | -1/+2 | |
| Backport of changeset 6448:431b814a54a6. | |||||
| 2018-01-28 | Backport: Use std::abs in preference to abs as std::abs is generic and abs ↵ | Neil | 1 | -1/+2 | |
| casts to int which may drop information. Backport of changeset 6434:ed27432729c3. | |||||
| 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-10-16 | Backport: Use const for interface CharacterIndexer and its implementation ↵ | Neil | 1 | -3/+3 | |
| DocumentIndexer. Backport of changeset 6401:fccfa635ff0c. | |||||
| 2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -12/+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-07-09 | Backport: Bug [#1955]. The data parameter to ILoader::AddData made const. | Justin Dailey | 1 | -1/+1 | |
| Backport of changeset 6340:52f12c3eebcd. | |||||
| 2017-06-22 | Backport: Cast between Sci_Position.h types used for lexers and Position.h ↵ | Neil | 1 | -72/+83 | |
| 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-12 | Backport: Removed unused functions and methods from Platform.h. | Neil | 1 | -1/+1 | |
| 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-10 | Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and | Neil | 1 | -43/+58 | |
| Document. | |||||
| 2017-05-02 | More consistent use of size_t when converting Unicode formats. | Neil | 1 | -1/+1 | |
| 2017-04-29 | Use std::unique_ptr, std::vector, and move construction to simplify UndoHistory | Neil | 1 | -3/+3 | |
| and make it easier to modify. Remove out of date warning suppression. | |||||
| 2017-04-22 | Using unique_ptr to simplify ownership of images, case folder, and list box. | Neil | 1 | -9/+3 | |
| 2017-04-22 | Encapsulate the LexInterface of Document. | Neil | 1 | -4/+8 | |
| 2017-04-09 | Further use of range-for. | Neil | 1 | -24/+24 | |
| 2017-04-06 | Added const where possible. | Neil | 1 | -47/+47 | |
| 2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -5/+5 | |
| 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 | -3/+3 | |
| 2017-03-31 | Hide decorations details a little. | Neil | 1 | -0/+4 | |
| 2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -215/+215 | |
| and lines. | |||||
| 2017-03-07 | Avoid potential problems with memcmp reading past end of object. | Neil | 1 | -2/+6 | |
| 2017-03-06 | Use several C++11 features as examples so problems with these features are seen. | Vicente | 1 | -3/+3 | |
| 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 | -6/+6 | |
| 2017-01-22 | Remove extraneous "void". | Neil | 1 | -1/+1 | |
| 2016-11-07 | Specify 'noexcept' to use Clang with GNU <regex>. | Neil | 1 | -2/+10 | |
| Since 'noexcept' is not available with all compilers, restrict it to cases where needed. | |||||
| 2016-10-06 | Word selection, navigation, and manipulation is now performed on characters | Neil | 1 | -118/+344 | |
| instead of bytes leading to more natural behaviour for multi-byte encodings like UTF-8. | |||||
| 2016-08-20 | Make some methods const where reasonable. | Neil | 1 | -1/+1 | |
| 2016-04-28 | C++ 11 <regex> support built by default. | Neil | 1 | -3/+3 | |
| 2016-03-26 | Fix truncation warning in 64-bit build. | Neil | 1 | -2/+2 | |
| 2016-01-31 | Replace expressions to find level number of a fold level with function call. | Neil | 1 | -18/+18 | |
| Simplifies code by removing any precedence issues and is shorter. | |||||
| 2015-12-07 | Prefer StyleIndexAt over StyleAt to avoid problems with out-of-bounds access for | Neil | 1 | -2/+2 | |
| styles > 0x7f. | |||||
| 2015-11-20 | Remove line end whitespace. | Neil | 1 | -5/+5 | |
| 2015-11-11 | Implemented idle styling. This allows painting without first styling all visible | Neil | 1 | -0/+28 | |
| text then styling in the background using idle-time. | |||||
| 2015-09-29 | Mark local functions as static. | Neil Hodgson | 1 | -1/+1 | |
| 2015-09-04 | Bug [#1757]. Treat CRLF as two characters in SCI_COUNTCHARACTERS. | Neil | 1 | -2/+0 | |
