aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2024-10-19Change release date.rel-5-5-3Neil2-3/+3
2024-10-14Updates for version 5.5.3.Neil2-9/+9
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-2Neil3-10/+10
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.Neil2-0/+69
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 Laan2-0/+10
2024-07-28Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and itsNeil2-1/+11
2024-07-27Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separateNeil2-0/+19
2024-07-26Show correct signature for SCI_AUTOCSETSTYLE and include in message list.Neil1-1/+3
2024-07-19Updates for version 5.5.1.rel-5-5-1Neil3-10/+10
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 Laan2-3/+19
2024-06-25Feature [feature-requests:#1519]. Cherry pick SC_MASK_HISTORY from isscint.Martijn Laan1-2/+7
2024-06-21Add canonical self links to help Google crawler.Neil5-0/+5
2024-06-20Feature [feature-requests:#1518]. Cherry pick SCI_CUTALLOWLINE from isscint.Martijn Laan2-0/+12
2024-06-11Feature [feature-requests:#1517]. Increase maximum zoom set interactively to +60Neil2-3/+15
2024-04-23Fix 5.5.0 synopsis.Neil1-1/+1
2024-04-19Updates for version 5.5.0.rel-5-5-0Neil3-10/+10
2024-04-18Bug [#2321]. Scale reverse arrow cursor for margins to match other cursors.Zufu Liu1-0/+4
2024-03-30Bug [#2435]. Fix documentation of type of SCNotification::annotationLinesAdded.Neil1-1/+1
2024-03-28Avoid use of NSUserDefaults which will soon require justification when used i...Neil Hodgson1-0/+3
2024-03-23Remove outdated text.Neil1-1/+1
2024-03-22Document that failure in SCI_ALLOCATESUBSTYLES returns a negative number.Neil1-1/+6
2024-03-22Bug [#2433]. Fix IME crash in windowed mode.Zufu Liu1-1/+5
2024-03-15Bug [#2417]. Add elements for inactive additional selectionsNeil Hodgson2-1/+38
2024-03-09Updates for version 5.4.3.rel-5-4-3Neil3-10/+10
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ří Techet2-0/+25
2024-03-02Updates for version 5.4.2.rel-5-4-2Neil3-10/+10
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
2024-02-27Restore change history to the extent possible when restoring undo history.Neil1-3/+5
2024-02-16Implement detach point access with SCI_SETUNDODETACH and SCI_GETUNDODETACH.Neil1-15/+32
2024-02-15Perform validation of undo state when SCI_SETUNDOCURRENT called, setting statusNeil1-3/+11
2024-02-10Add undo features to change log.Neil1-1/+4
2024-02-09Implement API to read and write undo history from applications.Neil1-15/+103
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
2024-01-17Fix reference from ScintillaDocument to Document to match change in 5.4.1Neil1-0/+12
2024-01-04Fix some typos.RainRat1-6/+6
2023-12-27Fix typo.Neil1-1/+1
2023-12-27Update download size.Neil1-1/+1
2023-12-23Update download size.Neil1-1/+1
2023-12-22Updates for version 5.4.1.Neil3-10/+10
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.Neil2-11/+63
2023-12-15Bug [#2289]. Protect SCI_REPLACETARGET* from application changing target inNeil1-0/+5