aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
AgeCommit message (Expand)AuthorFilesLines
2022-10-20Feature [feature-requests:#1459] Send SCN_AUTOCCOMPLETED for SCI_AUTOCSHOWNeil1-0/+1
2022-10-19Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safeNeil1-0/+4
2022-10-04Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION toFerdinand Oeinck1-0/+6
2022-07-30Bug [#2340] Add option to contract every level for SCI_FOLDALL calledZufu Liu1-0/+1
2022-07-31Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for changeNeil1-0/+2
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil1-2/+26
2022-07-22Move EditView::hideSelection to (inverted) SelectionAppearance::visible so thatNeil1-0/+3
2022-05-17Duplicate APIs to support 64-bit document positions on Win32:Neil1-1/+14
2022-03-15Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return stylesNeil1-0/+3
2022-02-10Replace "OS X' with "macOS".Neil1-3/+3
2022-02-02Feature [feature-requests:#1427] Add multithreaded layout which improvesNeil1-0/+6
2022-02-02Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they supportNeil1-0/+1
2021-10-22Add CARETSTYLE_CURSES to draw more than 1 caret on curses terminal.Mitchell Foral1-0/+1
2021-10-20GetLineEndTypesSupported returns LineEndType, not int.Neil1-1/+1
2021-08-24Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enablesZufu Liu1-0/+6
2021-07-31Implement StyleSetCheckMonospaced.Neil1-0/+6
2021-07-29Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden.Neil1-0/+1
2021-07-29Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines.Neil1-0/+1
2021-07-17Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion listNeil1-0/+12
2021-07-15Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indicesZufu Liu1-0/+3
2021-06-17Add SciFnDirectStatus, a direct access function which also returns status so canNeil1-0/+3
2021-06-10Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting textNeil1-2/+2
2021-06-09Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.Mitchell Foral1-0/+3
2021-06-03Add APIs for setting appearance (traditional blob or plain text) and colour ofNeil1-0/+21
2021-06-02Fix comment.Neil1-1/+1
2021-05-28Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms.Neil1-2/+2
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-0/+6
2021-05-19Bug [#2253]. Remove SC_ELEMENT_CARET_SECONDARY as it caused unexpected change toNeil1-1/+0
2021-05-14Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content areaNeil1-1/+2
2021-05-14Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE andNeil1-0/+2
2021-05-14Add SC_ELEMENT_WHITE_SPACE_BACK to set the background colour of visibleNeil1-0/+1
2021-05-14Feature [feature-requests:#1402] Add SC_ELEMENT_WHITE_SPACE to set the colour ofYX Hao1-0/+1
2021-05-14Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.Neil1-0/+6
2021-05-12Switch caret line background colour to SC_ELEMENT_CARET_LINE_BACK element andNeil1-0/+7
2021-05-11Implement SCI_GETELEMENTBASECOLOUR to return the default values for elementNeil1-0/+3
2021-05-10Change the way that selections and carets are drawn to use the element APIs.Neil1-0/+21
2021-04-28Character indices are no longer provisional so move out of Provisional category.Neil1-20/+20
2021-04-21Bug [#2027]. Fix GetFontLocale signature.Zufu Liu1-2/+2
2021-04-20Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.Neil1-0/+6
2021-03-29Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.Neil1-2/+25
2021-03-28Add shapes with curved and rounded ends to EOL annotations as EOLANNOTATION_*.Neil1-3/+12
2021-03-27Add APIs for setting translucency and stroke width of markers.Neil1-0/+12
2021-03-27Add API for setting stroke width of indicators.Neil1-0/+6
2021-03-27Change return type of SupportsFeature to bool.Neil1-1/+1
2021-03-26Add SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell andNeil1-0/+1
2021-03-23Add colouralpha type to iface.Neil1-1/+2
2021-03-22Implement more support values.Neil1-0/+2
2021-03-19Add Surface::PixelDivisions which detects 'retina' displays that useNeil1-0/+1
2021-03-19Add Platform::Supports for SupportsFeature API.Neil1-0/+1
2021-03-19Add SupportsFeature API but leave empty for now with no features defined.Neil1-0/+5