aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2022-09-21Feature [feature-requests:#1450] Implement horizontal scrolling mouse wheelMarkus Nißl1-0/+4
through WM_MOUSEHWHEEL.
2022-09-12Remove NotifyLexerChanged notification from DocWatcher.Neil1-0/+13
This is a private interface but could be used by independent platform layers and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit.
2022-09-02Add PixelAlignCeil and call PixelAlign* to avoid repeated code.Markus Nißl1-0/+2
2022-08-29Improve explanations of change history. Example image shows all states.Neil2-19/+34
2022-08-29Update download size.Neil1-1/+1
2022-08-26Fix INDICATOR_HISTORY.rel-5-3-0Neil1-2/+2
2022-08-24Fix typo.Neil1-1/+1
2022-08-24Updates for 5.3.0 release.Neil3-9/+10
2022-07-30Bug [#2340] Add option to contract every level for SCI_FOLDALL calledZufu Liu2-0/+11
SC_FOLDACTION_CONTRACT_EVERY_LEVEL. Avoid processing lines multiple times.
2022-08-01Change log for previous two changes.Neil1-0/+4
2022-08-01Update CheckMentioned.py script to handle ...Full structs.Neil1-1/+1
Fix documentation to use correct ID attribute.
2022-08-01Improve drawing of rounded rectangles with Direct2D.Neil1-0/+3
Treat case where outline and fill are same colour as single fill call for more uniform appearance. In thin rectangles, shift to semi-circular ends when no room for full rounded corners. Use different radius for fill and stroke for more uniform appearance.
2022-07-31Add image of change history and explain more.Neil2-2/+18
2022-08-01Update marker and indicator images to include new styles.Neil2-0/+0
2022-07-31Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for changeNeil2-3/+24
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of INDIC_COMPOSITIONTHICK be adjusted.
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil2-49/+200
in the margin or in the text.
2022-07-22Bug [#2341] Stop including STYLE_CALLTIP when calculating line height.Markus Nißl1-0/+5
2022-07-22Bug [#2335] Fix incorrect display of selection when printing in some modes.Neil1-0/+4
2022-07-22Move EditView::hideSelection to (inverted) SelectionAppearance::visible so thatNeil1-4/+6
it can differ between screen and print. Add GetSelectionHidden to allow testing of HideSelection.
2022-07-18Bug [#2338] Enable multiline regex for gcc and clang when REGEX_MULTILINE ↵Jacky Yang1-0/+6
defined. This requires gcc 11.3 or clang 14.
2022-07-17Feature [feature-requests:#1441] Line state optimized to avoid excess ↵Zufu Liu2-1/+17
allocations by always allocating for every line.
2022-07-06Updates for 5.2.4 release.rel-5-2-4Neil3-9/+10
2022-07-05Fix failures with non-UTF-8 text when multi-threading. The Converter object onNeil Hodgson1-0/+4
SurfaceImpl uses g_iconv and could be called from multiple threads without synchronization leading to occasional errors and potentially out-of-bounds writes.
2022-06-17Fix crash printing on Win32 in bidirectional mode with a non-empty selection.Neil1-0/+3
2022-06-17Bug [#2335] Fix bad background colour for additional, secondary, and inactiveNeil1-0/+4
selections when printing.
2022-06-16Bug [#2336] Drawing selection on SC_LAYER_BASE is not supported in bidirectionalNeil1-0/+4
mode so note that in documentation.
2022-06-10Bug [#2334] Fix hiding selection when selection layer is SC_LAYER_UNDER_TEXT.John Ehresman1-0/+12
2022-05-21Change release date.rel-5-2-3Neil2-3/+3
2022-05-18Update for 5.2.3 release.Neil1-2/+2
2022-05-18Bug [#2329] Place autocompletion lists and calltips on a higher window levelNeil Hodgson1-0/+5
so they can be seen when invoked from a modal dialog.
2022-05-17Updates for 5.2.3 release.Neil3-10/+8
2022-05-17Fix pink selection background when printing by making it completely transparent.Neil1-0/+3
2022-05-17Duplicate APIs to support 64-bit document positions on Win32:Neil2-8/+61
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
2022-05-16Bug [#2330] Use relative URLs so when offline, more links can be followed.Neil1-9/+9
2022-05-11Bug [#2328]. For Qt 6.x, ensure QByteArray created when text is null butJohn Ehresman1-0/+4
length is non-0.
2022-05-10Improve performance of SCI_FOLDALL(SC_FOLDACTION_EXPAND).Neil1-0/+4
2022-04-29Add warning for GTK scroll bar change.Neil1-0/+2
2022-04-22Bug [#2324] Fix ARM64 builds with Visual C++ due to unsupported CETCOMPAT flag.Mat Berchtold1-0/+4
2022-04-10Feature [feature-requests:#1435] Fix problem with horizontally inverted glyphsNeil1-0/+4
with buffered drawing and WS_EX_LAYOUTRTL set on Win32 GDI.
2022-04-02Fix minor typo in migration guideRobert Di Pardo1-2/+2
Change ' s' to 'is' and put a comma before conjunctive 'then'
2022-04-07Bug [#2322] Fix partial updates and non-responsive scroll bars on Xorg.Neil Hodgson1-0/+14
Also fixes bugs [#2196] and [#2312].
2022-03-28Update version and date.rel-5-2-2Neil1-2/+2
2022-03-27Updates for 5.2.2 release.Neil3-7/+8
2022-03-23On GTK, scroll horizontally with shift + scroll wheel.Mitchell Foral1-0/+3
2022-03-15Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return stylesNeil2-3/+14
over 127 as positive integers.
2022-03-12Feature [feature-requests:#1432] Support per-monitor text rendering parametersNeil1-0/+4
and update when changed by user. Includes code from Zufu Liu.
2022-03-10Bug [#2320] Fix position of end-of-line annotation when fold display text isMichael Berlenz1-0/+5
visible.
2022-02-25Bug [#2309] Avoid crash for unexpected right-to-left text.Neil Hodgson1-0/+12
2022-02-24Updates for 5.2.1 release.rel-5-2-1Neil3-9/+10
2022-02-21Bug [#2317] Fix pixmap leak on GTK.Neil Hodgson1-0/+4