aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-17Backport: Remove CRITICAL_SECTION by creating reverse arrow cursor at initial...Neil1-30/+17
2020-03-16Backport: Fail early if Python 3.x.Neil1-0/+3
2020-03-27Backport: List headers in HeaderOrder.txt that are not used.mitchell2-4/+6
2020-03-16Backport: Update Scintilla.h to match reordering of Scintilla.iface.Neil1-9/+9
2020-03-15Backport: Bug [#2159]. SC_WRAP_CHAR is not supported for printing.Neil1-5/+4
2020-03-13Backport: Using constexpr in UniConversion and CaseConvert.Neil4-7/+7
2020-03-13Backport: Mark ImmEscapeW as global.Neil1-1/+1
2020-03-11Backport: Handle Japanese IME input when both GCS_COMPSTR and GCS_RESULTSTR set.Zufu Liu2-2/+8
2020-02-05Backport: Bug [#2153]. Reorder and add separating new lines to ease downstream.Neil1-21/+39
2020-03-11Backport: Modernize and simplify script. Now requires Python 3.Neil1-45/+27
2020-03-11Backport: Add or update #! lines of Python scripts to use python3.Neil7-4/+9
2020-03-01Backport: Add menu at top.Neil1-0/+18