aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-09-13disable automatic scrolling and choosing the X that caret sticks tosciteco-rel-5-5-2Robin Haberkorn1-1/+7
2024-09-13commented out Editor::SetRepresentations()Robin Haberkorn1-1/+1
2024-08-21Added tag rel-5-5-2 for changeset 8d3fb4e59054Neil1-0/+1
2024-08-18Updates for version 5.5.2.rel-5-5-2Neil9-20/+20
2024-08-17Add new header to order.Neil1-0/+1
2024-08-16On Cocoa implement more values of font weight and stretch.Neil Hodgson5-33/+99
2024-08-15Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.Neil18-8/+181
2024-08-15Fix bug where double-click stopped working when system had been running for aNeil2-1/+4
2024-08-15Include <string> header as this is required with Visual C++ 2022 17.11.Neil2-0/+2
2024-08-09Simplify code that sets an empty selection at a position.Neil5-14/+7
2024-07-31Feature [feature-requests:#1524]. Add SCI_LINEINDENT and SCI_LINEDEDENT.Martijn Laan9-7/+44
2024-07-28Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and itsNeil15-1/+58
2024-07-27Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separateNeil10-7/+74
2024-07-26Show correct signature for SCI_AUTOCSETSTYLE and include in message list.Neil1-1/+3
2024-07-22Added tag rel-5-5-1 for changeset 26e6c5234533Neil1-0/+1
2024-07-19Updates for version 5.5.1.rel-5-5-1Neil9-20/+20
2024-07-15Simplify line-end insertions and conversions.Neil2-24/+21
2024-07-15Add copy and paste tests for rectangular- and multiple-selection and line-endNeil1-0/+47
2024-07-10Bug [#2443]. Fix flickering cursor after some mouse action sequences.Neil2-1/+10
2024-07-03Feature [feature-requests:#1523]. SCI_AUTOCSETSTYLE sets autocompletion font.Martijn Laan11-7/+68
2024-06-29Ensure clipboard is closed even if exception occurs while clipboard open.Neil1-5/+25
2024-06-25Feature [feature-requests:#1519]. Cherry pick SC_MASK_HISTORY from isscint.Martijn Laan4-2/+11
2024-06-21Add canonical self links to help Google crawler.Neil5-0/+5
2024-06-21Feature [feature-requests:#1520]. Cherry pick DISABLE_D2D warning fix from is...Martijn Laan1-1/+1
2024-06-20Feature [feature-requests:#1518]. Cherry pick SCI_CUTALLOWLINE from isscint.Martijn Laan11-18/+89
2024-06-11Feature [feature-requests:#1517]. Increase maximum zoom set interactively to +60Neil3-4/+16
2024-06-10Simplify SetZoom by calling SetAppearance to do the check if changed sequence.Neil1-8/+4
2024-05-24Bug [#2439]. Prevent warnings in log from unreferencing NULL cursor.Neil Hodgson1-1/+2
2024-05-23Suppress some warnings from g++ 14.1 where a UTF-8 character has a maximumNeil Hodgson1-0/+5
2024-05-22Use standard attribute instead of GCC extension to avoid lint diagnostics.Neil1-1/+1
2024-05-22Bug [#2321]. Use const for some unique_ptr variables.Zufu Liu1-10/+8
2024-05-16Feature [feature-requests:#1516]. Access SpecialRepresentations through aZufu Liu4-15/+16
2024-05-13Move Direct2D unique_ptr creation functions and use where possible.Neil1-73/+60
2024-05-10Bug [#2321]. Remove unused variable and declaration.Zufu Liu1-4/+0
2024-05-09Bug [#2321]. Scale reverse arrow cursor with Direct2D when enabled.Zufu Liu3-95/+292
2024-05-07Update suppressions for cppcheck 2.14.Neil2-4/+5
2024-05-06Make LoadD2D noexcept so can be called in more situations.Zufu Liu2-3/+7
2024-04-23Fix 5.5.0 synopsis.Neil1-1/+1
2024-04-23Added tag rel-5-5-0 for changeset 3a219b13a5d8Neil1-0/+1
2024-04-19Updates for version 5.5.0.rel-5-5-0Neil9-20/+20
2024-04-18Bug [#2321]. Scale reverse arrow cursor for margins to match other cursors.Zufu Liu7-11/+40
2024-04-04Update Catch testing framework from v2.13.7 to v2.13.10.Neil1-61/+78
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 Hodgson2-6/+6
2024-03-23Feature [feature-requests:#1512]. Size ms in initializer list.Zufu Liu1-13/+2
2024-03-23Feature [feature-requests:#1512]. Reduce calls to vsDraw.ElementColour.Zufu Liu1-10/+12
2024-03-23Feature [feature-requests:#1512]. Simplify ScaledVector::PushBack.Zufu Liu1-5/+5
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 Liu2-5/+19