| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-10 | Backport: Remove non-standard whitespace. | Zufu Liu | 1 | -5/+5 |
| 2020-04-10 | Backport: Fix some warnings from Clang-Tidy. | Neil | 1 | -4/+4 |
| 2020-04-10 | Backport: Bug [#2168]. Fix bug where 'ยต' (Micro Sign) case-insensitively mat... | Neil | 2 | -3/+13 |
| 2020-04-10 | Backport: Bug [#2167]. Add line copy format on clipboard, compatible with Vis... | Justin Dailey | 2 | -1/+38 |
| 2020-04-09 | Backport: Typo. | Zufu Liu | 1 | -1/+1 |
| 2020-04-08 | Backport: Removed superfluous space. | Neil | 1 | -2/+0 |
| 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 | 10 | -3/+103 |
| 2020-04-07 | Backport: Use noexcept and const where possible. | Neil | 2 | -10/+10 |
| 2020-04-07 | Backport: Use const as avoids warning. | Neil | 2 | -2/+2 |
| 2020-04-07 | Backport: Bug [#1624]. Fix brace styling in Batch lexer so that brace matchin... | Yury Dubinsky | 3 | -382/+461 |
| 2020-04-06 | Backport: Typo. | Neil | 1 | -1/+1 |
| 2020-04-06 | Backport: Change log. | Neil | 1 | -0/+6 |
| 2020-04-06 | Backport: Bug [#2164]. Change line comments to terminate at next line start. | Neil | 3 | -273/+273 |
| 2020-04-07 | Fixed drawing of block caret in overtype mode. | mitchell | 1 | -1/+1 |
| 2020-04-05 | Updated BACKPORTING. | mitchell | 1 | -0/+2 |
| 2020-04-05 | Enable autoscrolling when clicking and dragging the mouse to make selections. | mitchell | 1 | -1/+1 |
| 2020-04-05 | Backport: Feature [feature-requests:1345]. Use ListBox_ macros in preference ... | Neil | 1 | -10/+10 |
| 2020-04-05 | Backport: Feature [feature-requests:1345] Use more typesafe code to clear win... | Neil | 3 | -14/+9 |
| 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 | 3 | -5/+5 |
| 2020-04-05 | Backport: Widen types to size_t to match change from int to position of CallT... | mitchell | 5 | -83/+99 |
| 2020-04-02 | Fixed curses overlapping window drawing bug in Windows. | mitchell | 1 | -3/+4 |
| 2020-03-29 | Forgot a 0-to-1 conversion in r8093. | mitchell | 1 | -1/+1 |
| 2020-03-29 | lexlua: Fixed incorrect grammar building for lexers that embed themselves. | mitchell | 2 | -1/+4 |
| 2020-03-29 | Backport: Extract arrow drawing to function. Use noexcept, const and other mi... | Neil | 2 | -48/+60 |
| 2020-03-29 | Backport: Update documentation to match changes in Scintilla.iface. | Neil | 1 | -13/+13 |
| 2020-03-29 | Backport: Use correct wider types. | Mitchell Foral | 1 | -4/+4 |
| 2020-03-29 | Fixed bad backport r8078:742f17c763a4. | mitchell | 1 | -0/+5 |
| 2020-03-28 | Switch to 1-based style numbers internally in Lua. | mitchell | 3 | -67/+64 |
| 2020-03-27 | Updated BACKPORTING. | mitchell | 1 | -0/+50 |
| 2020-03-26 | Backport: Fix spelling mistakes. | Neil | 13 | -26/+26 |
| 2020-03-25 | Backport: Replace const with constexpr where possible. | Neil | 1 | -10/+6 |
| 2020-03-25 | Backport: Fix link warning by using incorrect subsystem value for 64-bit Wind... | Neil | 1 | -0/+6 |
| 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-21 | Backport: Change log. | Zufu Liu | 1 | -0/+4 |
| 2020-03-21 | Backport: Bug [#2149]. Enable windowed IME on Wayland by setting as transient... | Zufu Liu | 2 | -2/+13 |
| 2020-03-21 | Backport: Remove some casts that are not needed. | Zufu Liu | 1 | -3/+2 |
| 2020-03-27 | Backport: Use dynamic_cast and assertion to make bugs more obvious. | mitchell | 3 | -46/+46 |
| 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 |