| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-11 | Backport: Removed calls that had no effect as drawing in indent guides uses F... | Neil | 1 | -2/+0 |
| 2020-07-11 | Backport: Treat DEL as a control character for determining block caret size. | Zufu Liu | 1 | -5/+6 |
| 2020-07-11 | Backport: Feature [feature-requests:1369]. Represent DEL control character 0x... | Zufu Liu | 1 | -0/+1 |
| 2020-06-19 | Reverted experimental Lexilla and SCI_SETILEXER support. | mitchell | 4 | -52/+36 |
| 2020-06-17 | Backport: Simplify calls when known to be leaving a save point. | Neil | 1 | -2/+2 |
| 2020-06-17 | Backport: Feature [feature-requests:1361]. Allow caret width to be up to 20 p... | Neil | 1 | -1/+1 |
| 2020-06-12 | Backport: Bug [#2141]. Implement end of line annotations. | Prakash Sahni | 8 | -2/+192 |
| 2020-06-11 | Backport: Use noexcept where safe and maintainable. | Neil | 25 | -118/+119 |
| 2020-06-10 | Backport: Feature [feature-requests:1355]. Round instead of truncating for SC... | Neil | 2 | -3/+3 |
| 2020-06-10 | Backport: Convert enum to enum class. Add noexcept and const. | Neil | 3 | -13/+13 |
| 2020-06-10 | Backport: Feature [feature-requests:1357]. Convert to switch. | Zufu Liu | 1 | -144/+195 |
| 2020-05-19 | Backport: Encapsulate common check for PS, LS, and NEL as UTF8IsMultibyteLine... | Neil | 2 | -6/+10 |
| 2020-06-17 | Backport: Feature [feature-requests:1347]. Optimize large insertions by using... | mitchell | 1 | -30/+122 |
| 2020-05-04 | Backport: Feature [feature-requests:1347]. Add methods to insert multiple par... | Neil | 1 | -0/+20 |
| 2020-05-03 | Backport: Feature [feature-requests:1347]. Add InsertLines method to PerLine ... | Neil | 5 | -1/+50 |
| 2020-05-02 | Backport: Optimize LineVector by maintaining an activeIndices field to avoid ... | Neil | 1 | -30/+34 |
| 2020-05-02 | Backport: InsertEmpty now returns a pointer to the newly added elements to al... | Neil | 1 | -2/+4 |
| 2020-05-02 | Backport: Feature [feature-requests:1349] Define CopyAllowLine only on Editor... | Neil | 1 | -1/+1 |
| 2020-05-01 | Backport: Make lambdas noexcept. | Zufu Liu | 3 | -10/+10 |
| 2020-05-01 | Backport: Mark Decoration methods noexcept where reasonable. | Neil | 2 | -34/+34 |
| 2020-06-02 | Fixed crashes on Win32 related to previous backport. | mitchell | 1 | -12/+0 |
| 2020-06-02 | Fixed build error on Windows with previous backport. | mitchell | 1 | -2/+0 |
| 2019-12-31 | Backport: Implement SCI_SETILEXER. | Neil | 2 | -20/+34 |
| 2020-06-02 | Initial, experimental support for upstream ILexer5/lexilla lexers. | mitchell | 3 | -14/+30 |
| 2020-04-17 | Backport: Arithmetic between enums is deprecated so use constexpr instead of ... | Neil | 1 | -7/+7 |
| 2020-04-10 | Backport: Move static functions into unnamed namespace and simplify line coun... | Neil | 1 | -20/+22 |
| 2020-04-10 | Backport: Run astyle indenter over file. | Zufu Liu | 1 | -11/+12 |
| 2020-04-24 | Backport: Feature [feature-requests:1346]. Convert long if-else block to switch. | mitchell | 1 | -251/+325 |
| 2020-04-10 | Backport: Remove non-standard whitespace. | Zufu Liu | 1 | -5/+5 |
| 2020-04-08 | Backport: Simplify PerLine, remove casts, use noexcept, const, & constexpr wh... | Neil | 4 | -60/+56 |
| 2020-04-08 | Backport: Feature [feature-requests:1344]. Add methods for iterating through ... | Iain Clarke | 5 | -0/+44 |
| 2020-04-07 | Backport: Use noexcept and const where possible. | Neil | 2 | -10/+10 |
| 2020-04-05 | Backport: Perform autoscroll when mouse on pixel just below window. | Mitchell Foral | 1 | -1/+1 |
| 2020-04-05 | Backport: Pass argument as unique_ptr to show transfer of ownership. Add cons... | mitchell | 3 | -6/+6 |
| 2020-03-27 | Backport: Avoid casts by returning size_t from GetExpanded. | Neil | 1 | -2/+2 |
| 2020-04-05 | Backport: Widen types to size_t to match change from int to position of CallT... | mitchell | 3 | -83/+97 |
| 2020-03-29 | Backport: Extract arrow drawing to function. Use noexcept, const and other mi... | Neil | 2 | -48/+60 |
| 2020-03-26 | Backport: Fix spelling mistakes. | Neil | 8 | -14/+14 |
| 2020-03-25 | Backport: Replace static_cast with dynamic_cast for better type safety and ad... | Neil | 1 | -1/+1 |
| 2020-03-24 | Backport: Use noexcept where possible. | Neil | 4 | -34/+38 |
| 2020-03-24 | Backport: Use noexcept where possible. | Neil | 2 | -21/+21 |
| 2020-03-23 | Backport: Use noexcept, const, and constexpr where possible. | Neil | 2 | -17/+17 |
| 2020-03-23 | Backport: Replace const with constexpr where possible. | Neil | 1 | -4/+4 |
| 2020-03-23 | Backport: perLineData is polymorphic so replace static_cast with dynamic_cast... | Neil | 1 | -5/+5 |
| 2020-03-23 | Backport: Drop possibility of Sci_Position, Sci::Line, Sci::Position not bein... | Neil | 1 | -8/+8 |
| 2020-03-19 | Backport: Use noexcept in EditModel. | Neil | 2 | -2/+2 |
| 2020-03-19 | Backport: Minor improvements - noexcept, constexpr, cast removal. | Neil | 2 | -10/+8 |
| 2020-03-19 | Backport: Feature [feature-requests:1302] Simplify DrawCarets. | Zufu Liu | 1 | -5/+4 |
| 2020-03-19 | Backport: Feature [feature-requests:1302] Add IsCaretVisible to simplify Draw... | Zufu Liu | 3 | -1/+6 |
| 2020-03-13 | Backport: Using constexpr in UniConversion and CaseConvert. | Neil | 3 | -6/+6 |