aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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
2021-10-16Bug [#2288] When window wider than scroll width, compute horizEndPreferredDerek2-2/+9
correctly so that SetScrollInfo is not called nor dwell end notified unnecessarily.
2021-10-17Update Catch2 to 2.13.7 so that it works on Ubuntu 21.10.Neil1-175/+253
2021-10-17encodingFamily never changes so mark const.Zufu Liu1-1/+1
2021-10-17Remove SpecialRepresentations::Contains which is no longer used.Zufu Liu2-10/+0
2021-10-12Minor code simplifications from clang-tidy.Neil1-4/+4
2021-10-12Feature [feature-requests:#1416] Mark override destructors as override.Neil2-2/+2
2021-10-12Feature [feature-requests:#1416] Use range for.Neil2-7/+5
2021-10-12Feature [feature-requests:#1416] Drop static in unnamed namespace.Neil1-1/+1
2021-10-12Feature [feature-requests:#1416] Prevent type mismatch.Neil1-1/+1
2021-10-12Feature [feature-requests:#1416] Use noexcept to mark impossibility ofNeil1-1/+1
exceptions in static intialisation.
2021-10-12Feature [feature-requests:#1416] Harmonize parameter name.Neil1-1/+1
2021-10-12Feature [feature-requests:#1416] Use nullptr.Neil2-10/+10
2021-10-09Fix warning from Cppcheck2.6.Neil1-3/+1
2021-10-09Suppress unwanted warning from Cppcheck 2.6.Neil1-0/+3
2021-10-09Remove call of virtual function during destruction as default destruction doesNeil1-3/+1
everything needed. Fixes warning from Cppcheck 2.6.
2021-10-08Feature [feature-requests:#1417] Use global IsControl instead of local function.Neil1-7/+1
2021-10-06Update dependencies.Neil3-0/+3
2021-10-06Update for 5.1.3.Neil1-2/+2
2021-10-05Add entry for 'Add DEL to standard set of space characters' and fix order.Neil1-5/+8
2021-10-05Feature [feature-requests:#1417] Consolidate character classification functionsNeil5-99/+62
in CharacterType.h, merging duplicate functions, removing unused functions and stadardizing names.
2021-10-03Feature [feature-requests:#1417] Add DEL (0x7F) to set of space characters.Neil4-8/+9
2021-10-02Change log.Neil1-0/+11
2021-10-02Do not unref the global settings object as gtk_settings_get_default does notMitchell Foral1-3/+0
transfer ownership.
2021-09-30Bug [#2283] Make resource rule more generic.Ivan Ustûžanin1-2/+2
2021-09-30Bug [#2283] Remove ScintillaDLL.o and ScintRes.o from static library as onlyIvan Ustûžanin2-4/+8
needed by DLL.
2021-09-30Feature [feature-requests:#1416] Mark destructor as noexcept and use defaultZufu Liu2-3/+2
implementation.
2021-09-30Feature [feature-requests:#1416] Remove extra check that is never true andZufu Liu3-5/+3
remove parameter used just for this test.
2021-09-29Feature [feature-requests:#1416] Shorten code.Zufu Liu1-3/+2
2021-09-29Feature [feature-requests:#1416] Shorten code and avoid cppcheck warning.Zufu Liu2-10/+1
2021-09-29Added tag rel-5-1-3 for changeset beeb51d2c645Neil1-0/+1