aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2022-02-16Bug [#2315] Fix undefined macros. Fixes key map for GTK on macOS and Haiku ↵Neil1-0/+8
build.
2022-02-16Fix re-entrant painting to maintain update region.Mitchell Foral1-0/+14
2022-02-10Replace "OS X' with "macOS".Neil3-13/+13
2022-02-10Forgot fix.Neil1-0/+5
2022-02-05Updates for 5.2.0.rel-5-2-0Neil3-18/+13
2022-02-02Feature [feature-requests:#1427] Add multithreaded layout which improvesNeil2-0/+21
performance significantly for very wide lines.
2022-02-02Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they supportNeil1-3/+14
concurrent calls to MeasureWidths.
2022-01-13Feature [feature-requests:#1425] Allow Scintilla to run if built without ↵Christian Schmitz1-0/+5
cursor images.
2022-01-11Bug [#2306] Allow choice of object file directory with makefile by setting ↵Arkadiusz Michalski1-0/+6
DIR_O.
2021-12-16Feature [feature-requests:#1422] Fix scrollbar with annotations and wrapping.Zufu Liu1-0/+5
2021-12-12Ensure enough room for NUL terminator in string return values.Neil1-0/+3
2021-12-12Made compatible with Qt 6.Fan Yang1-0/+11
Authored by Fan Yang and Justin Dailey.
2021-12-07Remove some outdated and unimportant text from documentation.rel-5-1-5Neil1-6/+0
2021-12-03Updates for 5.1.5.Neil3-9/+10
2021-12-01Bug [#2300] Abandon drag when rectangle is empty as empty image caused crash.Chinh Nguyen1-0/+4
2021-11-30Bug [#2292] Fix bug where margin would not draw when scrolled.Rowan Daniell1-0/+4
2021-11-27Bug [#2299] Set active state correctly at creation.Rowan Daniell1-0/+5
2021-11-25Added mention of x-studio.Neil1-0/+4
2021-11-21Bug [#2296] Fix multi-monitor widget positioning on waylandJan Dolinar1-0/+6
2021-11-22Bug [#2295] Fix potential memory leak with Korean language input.Zufu Liu1-0/+4
2021-11-13Bug [#2294] Fix assertion failure with autocompletion list when order isNeil1-2/+6
SC_ORDER_CUSTOM or SC_ORDER_PERFORMSORT and the list is empty.
2021-11-12Remove XiteQt.py as ScintillaEditPy is no longer included in ScintillaNeil1-0/+1
and the required PySide library no longer supported.
2021-11-12Remove ScintillaEditPy as its prerequisites are unsupported.Neil1-0/+5
2021-11-12Change SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE to be more consistentNeil2-12/+29
with other APIs with respect to buffer lengths.
2021-11-08Update release date.rel-5-1-4Neil2-3/+3
2021-11-03Updates for 5.1.4.Neil3-13/+10
2021-10-24Bug [#2287] Fix primary selection paste within same instance.Neil Hodgson1-0/+4
2021-10-22Add CARETSTYLE_CURSES to draw more than 1 caret on curses terminal.Mitchell Foral2-2/+12
2021-10-21Mention problem with SCI_CLEARREPRESENTATION for single bytes >= 128.Zufu Liu1-1/+3
2021-10-20GetLineEndTypesSupported returns LineEndType, not int.Neil1-0/+3
2021-10-19Remove duplicate credit.Neil1-1/+0
2021-10-16Bug [#2288] When window wider than scroll width, compute horizEndPreferredDerek1-0/+7
correctly so that SetScrollInfo is not called nor dwell end notified unnecessarily.
2021-10-06Update for 5.1.3.Neil1-2/+2
2021-10-05Add entry for 'Add DEL to standard set of space characters' and fix order.Neil1-5/+8
2021-10-02Change log.Neil1-0/+11
2021-09-29Updates for 5.1.3.rel-5-1-3Neil3-6/+19
2021-09-20Updates for 5.1.2.Neil3-14/+10
2021-09-19Respond to changes in system font scaling by clearing any cached layout data.Neil Hodgson1-0/+3
2021-09-12Make negative settings for extra ascent and descent safer by ensuring calculatedNeil2-1/+9
ascent and thus line height is at least 1 pixel. Allow 1 point font minimum instead of 2 as this may help with document maps. Document negative extra ascent and descent. Use XYPOSITION for ascent and descent for more coherent types and fewer casts but floor the values when retrieving from Surface so behaviour is unchanged.
2021-09-12Change log.Neil1-0/+4
2021-09-03Added link to Adventure IDE.Neil1-0/+4
2021-09-02Bug [#2281] Fix crash with too many subexpressions in regular expression searchNeil1-0/+4
with SCFIND_CXX11REGEX.
2021-08-27Bug [#2271] Fix disabling horizontal scrollbar in non-wrapping mode.Neil Hodgson1-0/+4
2021-08-25Allow SCI_HIDELINES to hide the first line or all lines.Neil2-3/+5
2021-08-24Remove line end white space.Neil2-11/+11
2021-08-24Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enablesZufu Liu2-0/+13
highlighting just the subline with the caret when wrapping is on.
2021-08-05Ensure images are loaded and valid by combining resolutions into TIFFs.Neil Hodgson1-0/+3
2021-07-31Change log for SCI_STYLESETCHECKMONOSPACED.Neil1-0/+4
2021-07-31Implement StyleSetCheckMonospaced.Neil1-0/+25
2021-07-30Remove mentions of "keyword replacement" for SCI_GETPROPERTYEXPANDED,Neil1-20/+15
SCI_GETPROPERTYINT, and SCI_SETPROPERTY as this is no longer supported.