aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2020-12-01Update full download.Neil1-1/+1
2020-11-28Update version number to 4.4.6 and release date.Neil3-9/+10
2020-09-18Fix building with Xcode 12 by defining move constructors for FontAlias, Style,Neil1-0/+12
and PositionCacheEntry.
2020-09-11Updates to Lexilla interface mentioned.rel-4-4-5Neil1-0/+6
2020-09-09Change release date.Neil2-3/+3
2020-09-09Added information on lexer library functions SetLibraryProperty andNeil1-1/+11
GetLibraryPropertyNames.
2020-09-05Add blurb for new version.Neil2-5/+5
2020-09-05Update version number to 4.4.5.Neil3-10/+10
2020-08-26Bug [#2199]. Fixed bug where a hovered INDIC_TEXTFORE indicator was not applyinguhf71-0/+5
the hover colour to the whole range.
2020-08-25Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.Derek Brown2-1/+11
2020-08-24SciTE change log.Neil1-0/+5
2020-08-21Bug [#2197]. Fixed bug where layout caching was ineffective.Neil1-0/+4
2020-08-11Fixed bug where gradient indicators were not showing hovered appearance.Neil1-0/+3
2020-08-09SciTE change log.Neil1-0/+8
2020-08-03Bug [#2193]. Fixed bug where hovered indicator was not returning to non-hoveruhf71-0/+5
appearance when mouse moved out of window or into margin.
2020-07-31Bug [#2170]. Fixed cursor flicker over an indicator with hover style.uhf71-0/+6
2020-07-30Bug [#2191]. Allow setting CPPFLAGS to support hardening.Andreas Rönnquist1-0/+4
2020-07-29SciTE change log.Neil1-0/+5
2020-07-28Bug [#2189]. Allow cross-building for GTK by choosing pkg-config.Andreas Rönnquist1-0/+4
2020-07-28Fix position of marker symbols for SC_MARGIN_RTEXT which were being moved basedNeil1-0/+12
on width of text.
2020-07-18Update download size.rel-4-4-4Neil1-1/+1
2020-07-18Updates for 4.4.4.Neil3-17/+14
2020-07-15Feature [feature-requests:1368]. Add BraceMatchNext API.Zufu Liu2-0/+9
2020-07-11Feature [feature-requests:1369]. Represent DEL control character 0x7f with DEL.Zufu Liu1-0/+4
2020-07-08Fix translucent rectangle drawing on Qt.Neil1-0/+6
2020-06-28SciTE change log.Neil1-0/+11
2020-06-17Change log for SciTE.Neil1-0/+4
2020-06-17Feature [feature-requests:1361]. Allow caret width to be up to 20 pixels.Neil2-3/+7
2020-06-16Added some projects that use Scintilla.Neil1-0/+8
2020-06-12Bug [#2141]. Implement end of line annotations.Prakash Sahni3-0/+100
2020-06-11Fix bug on Win32 where calling WM_GETTEXT for more text than in document couldNeil1-0/+4
return less text than in document.
2020-06-11Bug [#2185]. Fix printing to use correct text size.Neil1-0/+4
2020-06-10Feature [feature-requests:1355]. Round instead of truncating for SCI_TEXTWIDTH.Neil1-0/+5
2020-06-10Removed extra end tag.Neil1-1/+0
2020-06-09Feature [feature-requests:1358]. Support lstlisting environment that is similarHugues Larrive1-0/+14
to verbatim.
2020-06-03Fix list in documentation.Neil1-1/+1
2020-06-03Added bug reference.rel-4-4-3Neil1-0/+1
2020-06-03Updates for 4.4.3.Neil3-8/+20
2020-06-02Updates for 4.4.2.rel-4-4-2Neil3-8/+31
2020-05-28Change log.rel-4-4-0Neil1-2/+4
2020-05-28Change log.Neil1-1/+2
2020-05-28Updates for 4.4.0.Neil3-10/+12
2020-05-27Change log.Neil1-1/+2
2020-05-26Change log additions.Neil1-0/+18
2020-05-22Bug [#2171]. Add some documentation about WM_DPICHANGED.Neil1-4/+4
2020-05-22Bug [#2171]. Implement per-monitor DPI Awareness on Windows.Chris Graham1-1/+6
2020-05-20Update download sizes.Neil1-2/+2
2020-05-20SciTE change log.Neil1-0/+6
2020-05-19Bug [#2171]. Implement per-monitor DPI Awareness on Windows.Neil1-0/+6
2020-05-05Fixed bug where a single character line with a single character line endYury Dubinsky1-0/+4
continued state onto the next line.