aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Backport: Feature [feature-requests:1344]. Add methods for iterating through ...Iain Clarke1-0/+2
2020-03-16Backport: Update Scintilla.h to match reordering of Scintilla.iface.Neil1-9/+9
2020-01-05Added Sci::make_unique() and Sci::size() for better compatibility with the de...mitchell1-0/+2
2019-11-15Backport: Feature [feature-requests:#1316] Allow target to have virtual space.Neil1-0/+4
2019-11-15Backport: Feature [feature-requests:#1316] Add access to virtual space at sta...Neil1-0/+2
2019-07-05Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications ca...Neil1-0/+2
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell1-0/+4
2019-06-22Backport: Bug [#1924]. Option to allow block carets to trail selection ranges.Neil1-1/+2
2019-07-11Backport: Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX.mitchell1-1/+1
2019-06-22Backport: Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla...Neil1-6/+14
2019-04-07Backport: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.Zufu Liu1-0/+1
2019-04-05Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...Neil1-0/+2
2019-03-31Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to matchZufu Liu1-0/+1
2019-04-16Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...mitchell1-0/+2
2019-02-05Backport: Feature [feature-requests:#1217]. Change API so block just for over...Zufu Liu1-1/+3
2019-02-02Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.Zufu Liu1-0/+1
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-0/+2
2018-07-10Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...Neil1-0/+12
2018-06-06Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.Henrik Hank1-0/+1
2018-05-22Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.Neil1-0/+2
2018-04-19Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line ...Nicholai Benalal1-0/+1
2018-05-05Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2...mitchell1-1/+3
2018-04-14Backport: Removed workaround for old releases of MSVC.Neil1-5/+0
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-0/+1
2018-01-26Backport: Add documentOption argument to SCI_CREATELOADER.Neil1-0/+1
2017-11-20Backport: Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral1-0/+1
2017-08-25Backport: Moved *StyleBits* APIs into deprecated category.Neil1-3/+4
2017-06-22Backport: Add style metadata methods with null implementations.Neil1-0/+4
2017-06-11Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.Neil1-0/+1
2017-04-06Added a caret line frame as an alternative visual for highlighting the caret ...A-R-C-A1-0/+2
2017-04-02Added "Reverse Selected Lines" as SCI_LINEREVERSE.Vicente1-0/+1
2017-03-07Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.Neil1-0/+4
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam1-0/+4
2016-11-29Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.Tse Kit Yam1-0/+6
2016-11-18Remove the Scintilla namespace from Scintilla.h.Neil1-9/+1
2016-11-16Change definition of uptr_t and sptr_t to use standardised types and headersNeil1-13/+12
2016-11-16Removed elements that have been deprecated for more than 5 years.Neil1-3/+0
2016-11-16Deprecate non-branded struct names in Scintilla.h.Neil1-8/+6
2016-11-14Added alternate appearance for visible tabs which looks like a horizontal line.jedailey1-0/+4
2016-10-26INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrowsNeil1-0/+2
2016-09-29The number of margins can be changed with SCI_SETMARGINS.Neil1-0/+2
2016-09-29Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.Neil1-0/+3
2016-09-27On Win32, mouse wheel scrolling can be restricted to only occur when the mouseStefan Küng1-0/+2
2016-09-23EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multipleA-R-C-A1-0/+3
2016-08-20Bug [#1648]: Option added to prevent left arrow movement and selection wrappingNeil1-0/+1
2016-05-17Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz1-1/+8
2016-05-17Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author.Neil1-8/+1
2016-04-26Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz1-1/+8
2015-11-11Implemented idle styling. This allows painting without first styling all visibleNeil1-0/+6
2015-09-26Whitespace may be made visible just in indentation.nkmathew1-0/+1