aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2021-12-03Updates for 5.1.5.Neil9-19/+20
2021-12-03Remove comment that is no longer correct.Neil1-1/+0
2021-12-01Bug [#2300] Abandon drag when rectangle is empty as empty image caused crash.Chinh Nguyen2-0/+6
2021-12-01Bug [#2292] Better fix to draw margin means drawHashMarksAndLabelsInRect called.Chinh Nguyen1-1/+1
2021-11-30Bug [#2292] Fix bug where margin would not draw when scrolled.Rowan Daniell2-0/+8
2021-11-27Bug [#2299] Set active state correctly at creation.Rowan Daniell2-1/+6
2021-11-25Added mention of x-studio.Neil1-0/+4
2021-11-24For iterators, make constructors explicit, remove operators that are defaultedNeil1-72/+17
correctly and use 'using' in preference to 'typedef'.
2021-11-23Fix warnings from Qt Creator 5.Neil Hodgson4-24/+17
2021-11-21Bug [#2296] Fix multi-monitor widget positioning on waylandJan Dolinar2-0/+17
2021-11-22Make const where correct.Neil1-2/+2
2021-11-22Move common Win32 functions for releasing IUnknown* and DLL function access intoNeil8-46/+69
new WinType.h header.
2021-11-22Bug [#2295] Fix potential memory leak with Korean language input.Zufu Liu4-61/+73
2021-11-16Remove some casts that are not needed and a long-disused assertion.Neil1-3/+2
2021-11-13Bug [#2294] Fix assertion failure with autocompletion list when order isNeil3-2/+51
SC_ORDER_CUSTOM or SC_ORDER_PERFORMSORT and the list is empty.
2021-11-12Remove XiteQt.py as ScintillaEditPy is no longer included in ScintillaNeil5-118/+5
and the required PySide library no longer supported.
2021-11-12Remove ScintillaEditPy as its prerequisites are unsupported.Neil9-799/+6
2021-11-12Change SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE to be more consistentNeil4-28/+38
with other APIs with respect to buffer lengths.
2021-11-10Call ConstCharPtrFromSPtr when result should be const.Neil1-23/+23
This limits use of the more dangerous form CharPtrFromSPtr.
2021-11-08Added tag rel-5-1-4 for changeset ae7f6a2ad9adNeil1-0/+1
2021-11-08Update release date.rel-5-1-4Neil2-3/+3
2021-11-03Added <climits> for UCHAR_MAX.Neil1-0/+1
2021-11-03Updates for 5.1.4.Neil9-23/+20
2021-11-03Remove FontQuality.h from project files as no longer included.Neil2-5/+0
2021-10-30Ensure all ViewStyle fields are initialized.Neil2-31/+17
2021-10-30Minor changes to avoid warnings from linters.Neil2-11/+11
2021-10-29Remove standard operations for XPM module to follow rule-of-zero.Neil2-26/+0
2021-10-26Prefer constexpr to #define.Neil1-18/+16
2021-10-26Use empty to avoid warning.Neil1-1/+1
2021-10-26Mark method const as its a reader.Neil1-1/+1
2021-10-26Explicit constructors.Neil2-2/+2
2021-10-26Better and fewer casts.Neil1-4/+4
2021-10-26Ensure variables initialized.Neil5-9/+9
2021-10-26Don't set default values for parameters when overriding, only in base class.Neil2-2/+2
2021-10-25Don't define destructors when not needed, use unique_ptr, explict constructors.Neil3-16/+5
2021-10-24Avoid extra breaks introduced by revision 8993.Zufu Liu3-9/+17
2021-10-24Grammar in comment.Neil1-1/+1
2021-10-24Remove spaces from SIGNALs as that avoids extra allocations and clazy warnings.Neil2-6/+6
https://www.kdab.com/nailing-13-signal-slot-mistakes-clazy-1-3/
2021-10-24Bug [#2287] Fix primary selection paste within same instance.Neil Hodgson3-3/+13
2021-10-22Add CARETSTYLE_CURSES to draw more than 1 caret on curses terminal.Mitchell Foral10-15/+71
2021-10-22Feature [feature-requests:#1417] Change line wrapping to seek to line lengthZufu Liu1-26/+35
then backtrack to good break.
2021-10-21Feature [feature-requests:#1417] Cache maximum key value inZufu Liu2-4/+15
SpecialRepresentations as this allows quick determination of absence for most multi-byte UTF-8 and DBCS characters.
2021-10-21Feature [feature-requests:#1417] Use unsigned as that defines wrap-aroundZufu Liu2-2/+2
behaviour.
2021-10-21Feature [feature-requests:#1417] Simplify BreakFinder::Next.Zufu Liu1-9/+8
2021-10-21Feature [feature-requests:#1417] Use backward iteration to find space / controlZufu Liu5-43/+193
character and text / punctuation boundaries in SafeSegment as will be simpler and faster in almost all cases. Simplify BreakFinder::Next calling SafeSegment.
2021-10-21Mention problem with SCI_CLEARREPRESENTATION for single bytes >= 128.Zufu Liu1-1/+3
2021-10-20GetLineEndTypesSupported returns LineEndType, not int.Neil4-4/+7
2021-10-19Extract ChangeScrollRange from common scroll range setting code.Neil1-32/+18
2021-10-19Remove duplicate credit.Neil1-1/+0
2021-10-18Normalize indentation whitespace.Neil1-3/+3