aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
AgeCommit message (Expand)AuthorFilesLines
2025-07-03Feature [feature-requests:#1563]. Move main range in selection serialized form.masterZufu Liu1-0/+4
2025-06-26Fix some typos and indentation.Neil1-1/+1
2025-06-12Bug [#2482]. Force list colours to be opaque.Sven Ritter1-0/+14
2025-06-08Updated release date.rel-5-5-7Neil1-1/+1
2025-06-03Updates for version 5.5.7.Neil1-1/+1
2025-06-01Add SCI_SCROLLVERTICAL API.Neil1-0/+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.orbitalquark1-0/+4
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-18Control restoring vertical scroll position for undo withNeil1-0/+4
2025-04-17Tweak SC_MARK_BAR to be slightly wider.Neil1-0/+11
2025-03-29Updates for version 5.5.6.Neil1-1/+1
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-27Optimize case-insensitive DBCS search to be around 5 times faster by using 64KNeil1-0/+4
2025-03-25Feature [feature-requests:#1546]. Fix building for ARM64 on Win32.Ahmet Sait1-0/+6
2025-03-20Bug [#2465]. Signal autoCompleteSelection converts from local encoding when not8day1-0/+5
2025-03-18Use DirectWrite for autocompletion lists when DirectWrite chosen for documentNeil1-0/+3
2025-03-08Bug [#2466]. Avoid dwell start when mouse moved outside the Scintilla widget.Gianluca Vaccari1-0/+5
2025-02-25Bug [#2463]. Disallow case changes if the range contains protected textJoachim Mairboeck1-0/+5
2025-02-27Bug [#2464]. On Qt, draw clipped UTF-8 text correctly.Neil1-0/+12
2025-02-22Updates for version 5.5.5.Neil1-1/+1
2025-02-14For wrapping, try to break lines without separating letters from modifiers.Neil1-0/+1
2025-02-12Implement Direct2D/DirectWrite 1.1. Add SC_TECHNOLOGY_DIRECT_WRITE_1 to use anNeil1-0/+6
2025-02-06Bug [#2460]. Workaround incorrect scaling of "reverse arrow" cursor under Win...Jiří Techet1-0/+4
2025-02-05Feature [feature-requests:#1543] Add "Releases" anchor to navigate to Releases.Neil1-1/+2
2025-02-04Fix segmentation of long lexemes to avoid breaking before modifiers like accentsNeil1-0/+3
2025-02-01Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED andNeil1-0/+3
2025-01-25Bug [#1224]. Use enum for undo selection history and make API names moreNeil1-1/+1
2025-01-22Bug [#1224]. Remember selection in undo history. SCI_SETSELECTIONUNDOHISTORY.Neil1-0/+6
2025-01-04Fix bug where double-click stopped working after running for weeks.Neil1-0/+11
2024-12-15Updates for version 5.5.4.rel-5-5-4Neil1-1/+1
2024-11-24Bug [#2457]. Fix moving line down to empty final line and moving empty finalpawelzwronek1-0/+4
2024-12-01Feature [feature-requests:#1535]. Improve performance of DBCS text by avoidingZufu Liu1-0/+4
2024-11-25Bug [#2456]. Fix wrapping removed lines.Pawel Z Wronek1-0/+6
2024-11-17Feature [feature-requests:#1533]. Improve performance of SCI_BRACEMATCH by onlyZufu Liu1-0/+4
2024-10-26On GTK, allow middle click to insert multiple times within a document.Colomban Wendling1-0/+4
2024-10-24Update to Unicode 15.1.Neil1-0/+12
2024-10-19Change release date.rel-5-5-3Neil1-1/+1
2024-10-14Bug [#2449]. Fix direction of horizontal scrolling with touchpad.Zufu Liu1-0/+12
2024-08-18Updates for version 5.5.2.rel-5-5-2Neil1-1/+1
2024-08-16On Cocoa implement more values of font weight and stretch.Neil Hodgson1-0/+3
2024-08-15Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.Neil1-0/+3
2024-08-15Fix bug where double-click stopped working when system had been running for aNeil1-0/+3
2024-07-31Feature [feature-requests:#1524]. Add SCI_LINEINDENT and SCI_LINEDEDENT.Martijn Laan1-0/+4
2024-07-28Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and itsNeil1-0/+3
2024-07-27Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separateNeil1-0/+12