aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2026-04-23Add error status SC_STATUS_OUTSIDE_DOCUMENT that is set when operations areNeil2-0/+17
2026-04-22Bug [#2503]. Update scaling when the application moves to another monitor.Markus Nißl1-0/+4
2026-04-17Bug [#2505]. Sharper DirectWrite text in autocompletion lists when scaled.Markus Nißl1-0/+12
2026-03-23Updates for version 5.6.1.rel-5-6-1Neil3-11/+10
2026-03-11Bug [#2501]. Fix regression in SCI_CONVERTEOLS that may not convert whole file.Zufu Liu1-0/+4
2026-03-09Feature [feature-requests:#1581]. Improve mouse drag behaviour when drag andNathaniel Braun1-0/+4
2026-03-07Improve compatibility with std::regex implementations.Stephan T. Lavavej1-0/+2
2026-02-26Add SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR).Robin Haberkorn2-0/+21
2026-02-25Updates for version 5.6.0.rel-5-6-0Neil3-6/+18
2026-02-21Updates for version 5.5.9.rel-5-5-9Neil3-10/+10
2026-02-18When a line end is not selected, change the colour of the rectangle thatNeil1-0/+4
2026-01-19Allow Euro in code page 936 for byte 0x80.Zufu Liu1-0/+4
2026-01-08Feature [feature-requests:#184]. Add option to disable drag/drop editingNathaniel Braun2-0/+11
2026-01-07Bug [#2491]. Fix lexing after undo at end of document.Neil1-0/+4
2025-12-31Bug [#2495]. Fix crash when using ScintillaDocument object.Stefan Löffler1-0/+4
2025-12-29Bug [#2494]. Add const to ScintillaDocument and ScintillaEdit methods.Stefan Löffler1-0/+4
2025-12-27Bug [#2493]. Add include of cstdint to provide intptr_t and uintptr_t.Stefan Löffler1-0/+1
2025-12-08Bug [#2488]. Fix SCI_SETSELECTIONNSTART and SCI_SETSELECTIONNEND.Neil1-0/+12
2025-11-05Updates for version 5.5.8.rel-5-5-8Neil3-10/+10
2025-11-04Feature [feature-requests:#1569]. Update to Unicode 16.Neil1-0/+4
2025-11-04Standardize parameter name for SCI_AUTOCSETIMAGESCALE for change #9752.Neil1-1/+1
2025-11-03Support ptrdiff_t if it has the same storage size as int, but does *not* alia...Robin Haberkorn2-0/+10
2025-10-29Feature [feature-requests:#1567]. Fix bug when indenting rectangular selection.Zufu Liu1-0/+4
2025-10-13Fix Cocoa bidirectional mode crash when scrolled before start of document.Neil Hodgson1-0/+3
2025-10-12Bug [#2487]. When undo restores selection, ensure selection redrawn correctly.Zufu Liu1-0/+4
2025-09-29Bug [#2486]. Eliminate special macOS default calltip colorJiří Techet1-0/+4
2025-07-03Feature [feature-requests:#1563]. Move main range in selection serialized form.Zufu Liu2-0/+7
2025-06-26Fix some typos and indentation.Neil3-10/+10
2025-06-12Bug [#2482]. Force list colours to be opaque.Sven Ritter1-0/+14
2025-06-08Updated release date.rel-5-5-7Neil2-3/+3
2025-06-03Updates for version 5.5.7.Neil3-10/+10
2025-06-01Add SCI_SCROLLVERTICAL API.Neil2-0/+24
2025-05-29Minor validity fixes.Neil1-3/+3
2025-05-28Bug [#2481]. Refresh pixmaps later inside Paint so non-null when dereferenced inNeil1-0/+4
2025-05-16Feature [feature-requests:#1488]. Update IME cursor position inside retrievejohnsonj1-0/+4
2025-05-16Fix wrapping bug for UTF-8 where \r\n could wrap between the characters.Neil1-0/+4
2025-05-12Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK.orbitalquark2-0/+16
2025-05-11Feature [feature-requests:#1476]. Fix IME delete surrounding when tentativejohnsonj1-0/+4
2025-05-05Bug [#2416]. Reset vertical scroll bar synchronously in SCI_SETDOCPOINTER to fixNeil Hodgson1-0/+5
2025-04-27Added a table for virtual space options.Neil1-1/+30
2025-04-23Fix inaccuracy in description of margin 2 which hasn't defaulted to showingNeil1-3/+3
2025-04-23Added link to video on writing a lexer and using wxStyledTextCtrl.Neil1-0/+2
2025-04-18Control restoring vertical scroll position for undo withNeil2-0/+12
2025-04-17Tweak SC_MARK_BAR to be slightly wider.Neil1-0/+11
2025-03-30Bug [#2468]. Update documentation of which notifications use each field.rel-5-5-6Neil1-6/+9
2025-03-29Updates for version 5.5.6.Neil3-10/+10
2025-03-29Add note for change set 9715.Neil1-0/+3
2025-03-29Bug [#2469]. Return enumeration type from MarkerSymbolDefined to matchNeil1-0/+4
2025-03-29Feature [feature-requests:#1550]. Document shape limitation for EOL annotations.Neil1-1/+3
2025-03-27Optimize case-insensitive DBCS search to be around 5 times faster by using 64KNeil1-0/+4