| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-05-09 | More Lua LPeg lexer history updates. | mitchell | 1 | -0/+7 |
| 2020-05-09 | Updated for 3.20.0. | mitchell | 9 | -22/+22 |
| 2020-05-09 | Updated generation scripts for LongTerm3 use. | mitchell | 4 | -6/+25 |
| 2020-05-09 | Updated makefile deps. | mitchell | 4 | -12/+503 |
| 2020-05-09 | Updated history with Lua LPeg lexer changes. | mitchell | 1 | -2/+25 |
| 2020-04-25 | Reformatted Lua LPeg lexers and added new convenience functions and pattern. | mitchell | 123 | -1459/+1398 |
| 2020-04-24 | Updated BACKPORTING. | mitchell | 1 | -0/+20 |
| 2020-04-21 | Backport: Feature [feature-requests:1346]. Add lexer.as.comment.character pro... | Dejan Budimir | 2 | -1/+13 |
| 2020-04-17 | Backport: Arithmetic between enums is deprecated so use constexpr instead of ... | Neil | 2 | -10/+11 |
| 2020-04-16 | Backport: Specify that NotifyStyleNeeded is an override. Replace 0/NULL with ... | Neil | 1 | -5/+5 |
| 2020-04-13 | Backport: Use const, constexpr, noexcept, & nullptr. Reduce headers and use C... | Neil | 1 | -42/+39 |
| 2020-04-13 | Backport: Hide implementation of EscapeSequence and use const. Add tests for ... | Neil | 1 | -13/+12 |
| 2020-04-13 | Backport: Replace islower function and add tests for JavaScript regular expre... | Neil | 2 | -3/+5 |
| 2020-04-13 | Backport: Use constexpr and noexcept, reduce headers and use C++ versions, ha... | Neil | 1 | -12/+10 |
| 2020-04-10 | Backport: Move static functions into unnamed namespace and simplify line coun... | Neil | 1 | -20/+22 |
| 2020-04-10 | Backport: Updated documentation with currently used astyle parameters. | Neil | 1 | -1/+3 |
| 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-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 |