aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-26Backport: Fix spelling mistakes.Neil13-26/+26
2020-03-25Backport: Replace const with constexpr where possible.Neil1-10/+6
2020-03-25Backport: Fix link warning by using incorrect subsystem value for 64-bit Wind...Neil1-0/+6
2020-03-25Backport: Replace static_cast with dynamic_cast for better type safety and ad...Neil1-1/+1
2020-03-24Backport: Use noexcept where possible.Neil4-34/+38
2020-03-24Backport: Use noexcept where possible.Neil2-21/+21
2020-03-23Backport: Use noexcept, const, and constexpr where possible.Neil2-17/+17
2020-03-23Backport: Replace const with constexpr where possible.Neil1-4/+4
2020-03-23Backport: perLineData is polymorphic so replace static_cast with dynamic_cast...Neil1-5/+5
2020-03-23Backport: Drop possibility of Sci_Position, Sci::Line, Sci::Position not bein...Neil1-8/+8
2020-03-21Backport: Change log.Zufu Liu1-0/+4
2020-03-21Backport: Bug [#2149]. Enable windowed IME on Wayland by setting as transient...Zufu Liu2-2/+13
2020-03-21Backport: Remove some casts that are not needed.Zufu Liu1-3/+2
2020-03-27Backport: Use dynamic_cast and assertion to make bugs more obvious.mitchell3-46/+46
2020-03-19Backport: Use noexcept in EditModel.Neil2-2/+2
2020-03-19Backport: Minor improvements - noexcept, constexpr, cast removal.Neil2-10/+8
2020-03-19Backport: Feature [feature-requests:1302] Simplify DrawCarets.Zufu Liu1-5/+4
2020-03-19Backport: Feature [feature-requests:1302] Add IsCaretVisible to simplify Draw...Zufu Liu3-1/+6