aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
AgeCommit message (Collapse)AuthorFilesLines
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
line up. Handle edge cases when moving selected lines. Allow moving the selection when the end line of the document is empty or when moving up the last empty line.
2024-12-01Feature [feature-requests:#1535]. Improve performance of DBCS text by avoidingZufu Liu1-0/+4
calling LineStartPosition.
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
retrieving style for braces. Approximately 25% improvement on tested system.
2024-10-26On GTK, allow middle click to insert multiple times within a document.Colomban Wendling1-0/+4
https://github.com/geany/geany/issues/2629
2024-10-24Update to Unicode 15.1.Neil1-0/+12
https://github.com/ScintillaOrg/lexilla/issues/285
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
long time.
2024-07-31Feature [feature-requests:#1524]. Add SCI_LINEINDENT and SCI_LINEDEDENT.Martijn Laan1-0/+4
These force the multiline behaviour of SCI_TAB and SCI_BACKTAB.
2024-07-28Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and itsNeil1-0/+3
nesting depth.
2024-07-27Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separateNeil1-0/+12
parts of multiple selection when copied.
2024-07-19Updates for version 5.5.1.rel-5-5-1Neil1-1/+1
2024-07-10Bug [#2443]. Fix flickering cursor after some mouse action sequences.Neil1-0/+4
2024-07-03Feature [feature-requests:#1523]. SCI_AUTOCSETSTYLE sets autocompletion font.Martijn Laan1-0/+4
2024-06-21Add canonical self links to help Google crawler.Neil1-0/+1
2024-06-20Feature [feature-requests:#1518]. Cherry pick SCI_CUTALLOWLINE from isscint.Martijn Laan1-0/+5
2024-06-11Feature [feature-requests:#1517]. Increase maximum zoom set interactively to +60Neil1-0/+12
points.
2024-04-19Updates for version 5.5.0.rel-5-5-0Neil1-1/+1
2024-04-18Bug [#2321]. Scale reverse arrow cursor for margins to match other cursors.Zufu Liu1-0/+4
2024-03-28Avoid use of NSUserDefaults which will soon require justification when used ↵Neil Hodgson1-0/+3
in applications on the App Store.
2024-03-22Bug [#2433]. Fix IME crash in windowed mode.Zufu Liu1-1/+5
2024-03-15Bug [#2417]. Add elements for inactive additional selectionsNeil Hodgson1-0/+14
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT and SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK.
2024-03-09Updates for version 5.4.3.rel-5-4-3Neil1-1/+1
2024-03-09Bug [#2432]. Fix redo failure.Neil1-0/+4
2024-03-08#226 Fix some typos.RainRat1-1/+1
2024-03-08Bug [#2403]. Add SC_AUTOCOMPLETE_SELECT_FIRST_ITEM.Jiří Techet1-0/+13
This option always selects the first item in the autocompletion list.
2024-03-02Updates for version 5.4.2.rel-5-4-2Neil1-1/+1
2024-02-29Improve layout when a text run contains left-to-right and right-to-left ranges.Neil Hodgson1-0/+6
2024-02-28Ensure keyboard-initiated context menu appears in multi-screen situations whenNeil1-0/+3
in PopUp::Text mode.
2024-02-10Add undo features to change log.Neil1-1/+4
2024-01-27Feature [feature-requests:#1458] Reduce memory used for undo actions.Zufu Liu1-0/+4
2024-01-18Use the multi-threaded option to Direct2D to avoid crashes when ScintillaMarkus Nißl1-0/+5
instances created on different threads.
2024-01-17Fix reference from ScintillaDocument to Document to match change in 5.4.1Neil1-0/+12
using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER.
2024-01-04Fix some typos.RainRat1-6/+6
2023-12-27Fix typo.Neil1-1/+1
2023-12-22Updates for version 5.4.1.Neil1-1/+1
2023-12-21Bug [#2405]. Avoid character fragments in regular expression search results.Zufu Liu1-0/+4
2023-12-20Add IDocumentEditable interface for efficient interaction with document objects.Neil1-0/+7
2023-12-15Bug [#2289]. Protect SCI_REPLACETARGET* from application changing target inNeil1-0/+5
notification handlers.
2023-12-14Bug [#2405]. Fix regular expression bug in reverse direction where shortenedZufu Liu1-0/+4
match returned.
2023-12-12Bug [#2405]. Fix regular expression assertion (^, $, \b. \B) failures when usingZufu Liu1-0/+4
SCFIND_CXX11REGEX.
2023-12-08Throw error when allocating more than 2G without SC_DOCUMENTOPTION_TEXT_LARGE.Neil1-0/+4
2023-12-02Bug [#2157]. Fix regular expression search for word begin \< and word end \>.Zufu Liu1-0/+5
2023-11-06Ctrl-click on a selection deselects it in multiple selection mode.Neil1-0/+3