aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2026-03-23Updates for version 5.6.1.rel-5-6-1Neil9-21/+20
2026-03-19Use functools.cache to add caching for FindPathToHeader. Simplify current cache.Neil1-15/+15
2026-03-19Remove unnecessary readlines and make FindCredits same as SciTE.Neil5-19/+20
2026-03-11Bug [#2501]. Test to make sure #2501 stays fixed.Neil1-0/+6
2026-03-11Bug [#2501]. Fix regression in SCI_CONVERTEOLS that may not convert whole file.Zufu Liu2-2/+5
2026-03-11Feature [feature-requests:#1581]. Simplify previous commit.Nathaniel Braun1-4/+2
2026-03-09Feature [feature-requests:#1581]. Improve mouse drag behaviour when drag andNathaniel Braun2-1/+7
2026-03-07In visible whitespace modes, when there are contiguous spaces, paint theNeil1-6/+12
2026-03-07Improve compatibility with std::regex implementations.Stephan T. Lavavej2-3/+11
2026-03-02Restore background when EOL annotation with curved or angled sides drawn.Neil1-0/+1
2026-03-02Remove RectangleInset function that is no longer used.Neil1-4/+0
2026-03-02Update deprecated methods for Qt 6+.Neil3-3/+23
2026-02-26Add SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR).Robin Haberkorn7-6/+31
2026-02-25Added tag rel-5-6-0 for changeset a95193138696Neil1-0/+1
2026-02-25Updates for version 5.6.0.rel-5-6-0Neil9-16/+28
2026-02-25Fix crash on Linux when window too narrow so rcLine is empty. Clamp(rcLineNeil1-0/+3
2026-02-25Added tag rel-5-5-9 for changeset 76c8666d5140Neil1-0/+1
2026-02-21Updates for version 5.5.9.rel-5-5-9Neil9-20/+20
2026-02-18When a line end is not selected, change the colour of the rectangle thatNeil2-7/+6
2026-02-18Hoist calculation of virtual space on a line into a method and simplify callers.Neil3-16/+13
2026-02-18Simplify code and harmonize types when drawing line end blobs in DrawEOL.Neil1-12/+12
2026-02-13Simplify conversion of line end bytes to representation for visible line ends.Neil1-8/+7
2026-02-12Simplify drawing of eol-is-selected rectangle.Neil2-17/+19
2026-02-12Use const and simplify expressions in DrawEOL.Neil1-14/+9
2026-02-08Simplify FillLineRemainder and calling FillLineRemainder.Neil1-23/+20
2026-02-07Use std::array for text measurement cases where it only adds a little code.Neil1-4/+5
2026-02-07Warning avoidance and code tidying.Neil1-15/+23
2026-02-07Avoid some warnings to make more interesting issues visible.Neil4-12/+14
2026-02-07Rename some xStart to xOrigin as xStart was used for different purposes.Neil2-23/+23
2026-01-31Use min and max instead of conditional code.Neil1-22/+11
2026-01-31Fix some warnings from magic numbers and else after return.Neil1-7/+6
2026-01-17Hoist calculation of last style of line into function and simplify logic.Neil3-8/+14
2026-01-14Hoist EOL annotation padding calculations into functions.Neil1-39/+45
2026-01-14Encapsulate updating maximum width for scroll bar adjustment.Neil2-12/+11
2026-01-26Minor simplifications in Editor::Indent.Neil1-18/+13
2026-01-26Small optimizations and adding noexcept for column calculations.Neil2-18/+23
2026-01-19Allow Euro in code page 936 for byte 0x80.Zufu Liu2-1/+8
2026-01-10Feature [feature-requests:#184]. Small optimization.Nathaniel Braun2-2/+2
2026-01-08Feature [feature-requests:#184]. Add option to disable drag/drop editingNathaniel Braun11-4/+60
2026-01-07Bug [#2491]. Fix lexing after undo at end of document.Neil2-1/+8
2025-12-31Bug [#2495]. Fix crash when using ScintillaDocument object.Stefan Löffler2-2/+7
2025-12-29Bug [#2494]. Add const to ScintillaDocument and ScintillaEdit methods.Stefan Löffler5-51/+55
2025-12-27Bug [#2493]. Add include of cstdint to provide intptr_t and uintptr_t.Stefan Löffler2-0/+3
2025-12-22Small optimization avoids retrieving font ascent twice.Zufu Liu1-2/+3
2025-12-22Feature [feature-requests:#1571]. Improve determination of monospace.Zufu Liu1-2/+2
2025-12-18Convert old style cast into more specific C++ cast.Zufu Liu1-2/+4
2025-12-18Feature [feature-requests:#1573]. Replace archaic PASCAL with current CALLBACK.Zufu Liu2-10/+10
2025-12-08Bug [#2488]. Fix SCI_SETSELECTIONNSTART and SCI_SETSELECTIONNEND.Neil6-2/+156
2025-12-08Use symbolic constants and simplify code.Neil1-24/+22
2025-12-04Replace 'magic' literals with named constants.Neil2-14/+22