aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-05-09More Lua LPeg lexer history updates.mitchell1-0/+7
2020-05-09Updated for 3.20.0.mitchell9-22/+22
2020-05-09Updated generation scripts for LongTerm3 use.mitchell4-6/+25
2020-05-09Updated makefile deps.mitchell4-12/+503
2020-05-09Updated history with Lua LPeg lexer changes.mitchell1-2/+25
2020-04-25Reformatted Lua LPeg lexers and added new convenience functions and pattern.mitchell123-1459/+1398
2020-04-24Updated BACKPORTING.mitchell1-0/+20
2020-04-21Backport: Feature [feature-requests:1346]. Add lexer.as.comment.character pro...Dejan Budimir2-1/+13
2020-04-17Backport: Arithmetic between enums is deprecated so use constexpr instead of ...Neil2-10/+11
2020-04-16Backport: Specify that NotifyStyleNeeded is an override. Replace 0/NULL with ...Neil1-5/+5
2020-04-13Backport: Use const, constexpr, noexcept, & nullptr. Reduce headers and use C...Neil1-42/+39
2020-04-13Backport: Hide implementation of EscapeSequence and use const. Add tests for ...Neil1-13/+12
2020-04-13Backport: Replace islower function and add tests for JavaScript regular expre...Neil2-3/+5
2020-04-13Backport: Use constexpr and noexcept, reduce headers and use C++ versions, ha...Neil1-12/+10
2020-04-10Backport: Move static functions into unnamed namespace and simplify line coun...Neil1-20/+22
2020-04-10Backport: Updated documentation with currently used astyle parameters.Neil1-1/+3
2020-04-10Backport: Run astyle indenter over file.Zufu Liu1-11/+12
2020-04-24Backport: Feature [feature-requests:1346]. Convert long if-else block to switch.mitchell1-251/+325
2020-04-10Backport: Remove non-standard whitespace.Zufu Liu1-5/+5
2020-04-10Backport: Fix some warnings from Clang-Tidy.Neil1-4/+4
2020-04-10Backport: Bug [#2168]. Fix bug where 'ยต' (Micro Sign) case-insensitively mat...Neil2-3/+13
2020-04-10Backport: Bug [#2167]. Add line copy format on clipboard, compatible with Vis...Justin Dailey2-1/+38
2020-04-09Backport: Typo.Zufu Liu1-1/+1
2020-04-08Backport: Removed superfluous space.Neil1-2/+0
2020-04-08Backport: Simplify PerLine, remove casts, use noexcept, const, & constexpr wh...Neil4-60/+56
2020-04-08Backport: Feature [feature-requests:1344]. Add methods for iterating through ...Iain Clarke10-3/+103
2020-04-07Backport: Use noexcept and const where possible.Neil2-10/+10
2020-04-07Backport: Use const as avoids warning.Neil2-2/+2
2020-04-07Backport: Bug [#1624]. Fix brace styling in Batch lexer so that brace matchin...Yury Dubinsky3-382/+461
2020-04-06Backport: Typo.Neil1-1/+1
2020-04-06Backport: Change log.Neil1-0/+6
2020-04-06Backport: Bug [#2164]. Change line comments to terminate at next line start.Neil3-273/+273
2020-04-07Fixed drawing of block caret in overtype mode.mitchell1-1/+1
2020-04-05Updated BACKPORTING.mitchell1-0/+2
2020-04-05Enable autoscrolling when clicking and dragging the mouse to make selections.mitchell1-1/+1
2020-04-05Backport: Feature [feature-requests:1345]. Use ListBox_ macros in preference ...Neil1-10/+10
2020-04-05Backport: Feature [feature-requests:1345] Use more typesafe code to clear win...Neil3-14/+9
2020-04-05Backport: Perform autoscroll when mouse on pixel just below window.Mitchell Foral1-1/+1
2020-04-05Backport: Pass argument as unique_ptr to show transfer of ownership. Add cons...mitchell3-6/+6
2020-03-27Backport: Avoid casts by returning size_t from GetExpanded.Neil3-5/+5
2020-04-05Backport: Widen types to size_t to match change from int to position of CallT...mitchell5-83/+99
2020-04-02Fixed curses overlapping window drawing bug in Windows.mitchell1-3/+4
2020-03-29Forgot a 0-to-1 conversion in r8093.mitchell1-1/+1
2020-03-29lexlua: Fixed incorrect grammar building for lexers that embed themselves.mitchell2-1/+4
2020-03-29Backport: Extract arrow drawing to function. Use noexcept, const and other mi...Neil2-48/+60
2020-03-29Backport: Update documentation to match changes in Scintilla.iface.Neil1-13/+13
2020-03-29Backport: Use correct wider types.Mitchell Foral1-4/+4
2020-03-29Fixed bad backport r8078:742f17c763a4.mitchell1-0/+5
2020-03-28Switch to 1-based style numbers internally in Lua.mitchell3-67/+64
2020-03-27Updated BACKPORTING.mitchell1-0/+50