aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2022-10-29On Qt, implement SCI_SETRECTANGULARSELECTIONMODIFIER for all platforms.dail88591-0/+3
2022-10-29Bug [#2344]. Use the top-level window to find the monitor for DirectWriteMarkus Nißl1-0/+5
2022-10-28Standardize and fix issue links.Neil1-6/+6
2022-10-26Add check for validity of 'seealso' links in documentation. Fix 'seelaso' links.Neil1-28/+27
2022-10-26Document SC_AC_SINGLE_CHOICE.Neil1-0/+10
2022-10-20Feature [feature-requests:#1459] Send SCN_AUTOCCOMPLETED for SCI_AUTOCSHOWNeil1-0/+5
2022-10-19Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safeNeil2-2/+12
2022-10-19Draw background colour for EOL annotations with standard and boxed visuals.Neil1-0/+11
2022-10-09Updates for 5.3.1 release.rel-5-3-1Neil2-5/+4
2022-10-09Update version number to 5.3.1.Neil2-6/+6
2022-10-09Bug [#2358]. Suppress change history background line shading when printing.Neil1-0/+4
2022-10-04Bug [#2349]. Fix bug where there were too many or too few lines when wrapping.Neil Hodgson1-0/+4
2022-10-04Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION toFerdinand Oeinck2-0/+17
2022-10-01Draw SC_MARK_BAR markers underneath other markers as they often cover multipleNeil2-3/+10
2022-09-30Bug [#2357]. Make SCI_LINESCROLL more accurate when width of space not integer.Zufu Liu1-0/+4
2022-09-29Feature [feature-requests:#749] Implement horizontal scrolling with Shift +Zufu Liu1-0/+5
2022-09-29Ensure page and step clicks on horizontal scroll bar do not overshoot documen...Neil1-0/+3
2022-09-25Enlarge point and point top indicators and scale to be larger with larger text.Neil1-0/+3
2022-09-25Draw lines more consistently in SC_PHASES_TWO and SC_PHASES_ONE modes byNeil1-0/+6
2022-09-21Feature [feature-requests:#1450] Implement horizontal scrolling mouse wheelMarkus Nißl1-0/+4
2022-09-12Remove NotifyLexerChanged notification from DocWatcher.Neil1-0/+13
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
2022-08-01Change log for previous two changes.Neil1-0/+4
2022-08-01Update CheckMentioned.py script to handle ...Full structs.Neil1-1/+1
2022-08-01Improve drawing of rounded rectangles with Direct2D.Neil1-0/+3
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
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil2-49/+200
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
2022-07-18Bug [#2338] Enable multiline regex for gcc and clang when REGEX_MULTILINE def...Jacky Yang1-0/+6
2022-07-17Feature [feature-requests:#1441] Line state optimized to avoid excess allocat...Zufu Liu2-1/+17
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
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
2022-06-16Bug [#2336] Drawing selection on SC_LAYER_BASE is not supported in bidirectionalNeil1-0/+4
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
2022-05-17Updates for 5.2.3 release.Neil3-10/+8