| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-16 | Backport: Make EncodingFamily an enum class for more type safety. | Neil | 1 | -1/+1 |
| 2020-07-15 | Backport: Feature [feature-requests:1368]. Add BraceMatchNext API. | Zufu Liu | 1 | -1/+1 |
| 2020-06-12 | Backport: Bug [#2141]. Implement end of line annotations. | Prakash Sahni | 1 | -1/+7 |
| 2020-06-11 | Backport: Use noexcept where safe and maintainable. | Neil | 1 | -1/+1 |
| 2020-05-03 | Backport: Feature [feature-requests:1347]. Add InsertLines method to PerLine ... | Neil | 1 | -0/+1 |
| 2020-04-08 | Backport: Simplify PerLine, remove casts, use noexcept, const, & constexpr wh... | Neil | 1 | -8/+8 |
| 2020-04-08 | Backport: Feature [feature-requests:1344]. Add methods for iterating through ... | Iain Clarke | 1 | -0/+2 |
| 2020-04-05 | Backport: Pass argument as unique_ptr to show transfer of ownership. Add cons... | mitchell | 1 | -2/+2 |
| 2019-07-01 | Backport: Use noexcept on Document where reasonable with no effect on externa... | Neil | 1 | -33/+34 |
| 2019-07-01 | Backport: Use noexcept in HighlightDelimiter - its a simple struct. | Neil | 1 | -5/+5 |
| 2019-04-26 | Backport: Feature [feature-requests:#1238]. Simplify camel case forcing by ch... | Neil | 1 | -1/+0 |
| 2019-04-16 | Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM... | mitchell | 1 | -0/+3 |
| 2019-03-09 | Backport: Use constexpr where reasonable and move groups of static functions ... | mitchell | 1 | -1/+1 |
| 2019-03-03 | Backport: Use noexcept where reasonable. | Neil | 1 | -5/+5 |
| 2019-03-03 | Backport: Delete standard methods of UndoGroup so it can not be copied. | Neil | 1 | -0/+5 |
| 2018-10-15 | Backport: Extract duration measurement damping and clamping into ActionDurati... | Neil | 1 | -1/+21 |
| 2018-07-10 | Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ... | Neil | 1 | -0/+5 |
| 2018-06-10 | Backport: Using noexcept for simple functions. | Neil | 1 | -29/+29 |
| 2018-05-25 | Backport: Draw invalid bytes in DBCS when detected as blobs in a similar way ... | mitchell | 1 | -0/+3 |
| 2018-05-14 | Backport: Replace 0 with nullptr. | Neil | 1 | -4/+4 |
| 2018-04-21 | Backport: Tighten definition of regular expression iterators so they are noex... | Neil | 1 | -8/+11 |
| 2018-04-19 | Backport: Casting changed in many places, due to change to 64-bit variables f... | Neil | 1 | -3/+4 |
| 2018-05-05 | Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2... | mitchell | 1 | -0/+2 |
| 2018-05-05 | Backport: Make some changes recommended by clang-tidy. | mitchell | 1 | -1/+1 |
| 2018-04-13 | Backport: Use 'override' for methods that are overridden. | Neil | 1 | -30/+32 |
| 2018-04-04 | Backport: Remove redundant forward declaration and move forward declarations ... | Neil | 1 | -10/+8 |
| 2018-05-05 | Backport: Split decorations into interface and implementation. | mitchell | 1 | -1/+1 |
| 2018-03-09 | Backport: Use Position/Line/int more accurately in preparation for large docu... | Neil | 1 | -2/+2 |
| 2018-02-27 | Backport: Use virtual to ensure LexState overrides LineEndTypesSupported method. | Neil | 1 | -1/+1 |
| 2018-02-02 | Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE. | Neil | 1 | -1/+1 |
| 2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and f... | Neil | 1 | -4/+0 |
| 2017-07-09 | Backport: Bug [#1955]. The data parameter to ILoader::AddData made const. | Justin Dailey | 1 | -1/+1 |
| 2017-06-22 | Backport: Cast between Sci_Position.h types used for lexers and Position.h ty... | Neil | 1 | -3/+3 |
| 2017-05-10 | Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and | Neil | 1 | -4/+13 |
| 2017-04-29 | Use std::unique_ptr, std::vector, and move construction to simplify UndoHistory | Neil | 1 | -1/+1 |
| 2017-04-22 | Using unique_ptr to simplify ownership of images, case folder, and list box. | Neil | 1 | -1/+1 |
| 2017-04-22 | Encapsulate the LexInterface of Document. | Neil | 1 | -2/+3 |
| 2017-04-21 | More consistent deletion of standard methods. | Neil | 1 | -0/+3 |
| 2017-04-07 | Use same parameter names in declarations and definitions. | Neil | 1 | -2/+2 |
| 2017-03-31 | Hide decorations details a little. | Neil | 1 | -3/+1 |
| 2017-03-31 | Delete declaration of unimplemented method. | Neil | 1 | -1/+0 |
| 2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -119/+112 |
| 2017-03-06 | Use several C++11 features as examples so problems with these features are seen. | Vicente | 1 | -1/+1 |
| 2017-01-22 | Remove extraneous "void". | Neil | 1 | -1/+1 |
| 2016-10-06 | Word selection, navigation, and manipulation is now performed on characters | Neil | 1 | -14/+22 |
| 2016-08-20 | Make some methods const where reasonable. | Neil | 1 | -1/+1 |
| 2016-01-31 | Bug [#1799]. Folds unfolded when two fold regions are merged by either deleting | Markus Nißl | 1 | -0/+4 |
| 2015-12-31 | Treat Unicode line ends like common line ends when maintaining fold state. | Neil | 1 | -0/+1 |
| 2015-12-04 | Fix some problems with out-of-bounds access for protected text. | Neil | 1 | -0/+1 |
| 2015-11-20 | Remove line end whitespace. | Neil | 1 | -2/+2 |