index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
Scintilla.iface
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-17
Duplicate APIs to support 64-bit document positions on Win32:
Neil
1
-1
/
+14
2022-03-15
Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return styles
Neil
1
-0
/
+3
2022-02-10
Replace "OS X' with "macOS".
Neil
1
-3
/
+3
2022-02-02
Feature [feature-requests:#1427] Add multithreaded layout which improves
Neil
1
-0
/
+6
2022-02-02
Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they support
Neil
1
-0
/
+1
2021-10-22
Add CARETSTYLE_CURSES to draw more than 1 caret on curses terminal.
Mitchell Foral
1
-0
/
+1
2021-10-20
GetLineEndTypesSupported returns LineEndType, not int.
Neil
1
-1
/
+1
2021-08-24
Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enables
Zufu Liu
1
-0
/
+6
2021-07-31
Implement StyleSetCheckMonospaced.
Neil
1
-0
/
+6
2021-07-29
Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden.
Neil
1
-0
/
+1
2021-07-29
Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines.
Neil
1
-0
/
+1
2021-07-17
Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list
Neil
1
-0
/
+12
2021-07-15
Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indices
Zufu Liu
1
-0
/
+3
2021-06-17
Add SciFnDirectStatus, a direct access function which also returns status so can
Neil
1
-0
/
+3
2021-06-10
Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting text
Neil
1
-2
/
+2
2021-06-09
Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.
Mitchell Foral
1
-0
/
+3
2021-06-03
Add APIs for setting appearance (traditional blob or plain text) and colour of
Neil
1
-0
/
+21
2021-06-02
Fix comment.
Neil
1
-1
/
+1
2021-05-28
Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms.
Neil
1
-2
/
+2
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-0
/
+6
2021-05-19
Bug [#2253]. Remove SC_ELEMENT_CARET_SECONDARY as it caused unexpected change to
Neil
1
-1
/
+0
2021-05-14
Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content area
Neil
1
-1
/
+2
2021-05-14
Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and
Neil
1
-0
/
+2
2021-05-14
Add SC_ELEMENT_WHITE_SPACE_BACK to set the background colour of visible
Neil
1
-0
/
+1
2021-05-14
Feature [feature-requests:#1402] Add SC_ELEMENT_WHITE_SPACE to set the colour of
YX Hao
1
-0
/
+1
2021-05-14
Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.
Neil
1
-0
/
+6
2021-05-12
Switch caret line background colour to SC_ELEMENT_CARET_LINE_BACK element and
Neil
1
-0
/
+7
2021-05-11
Implement SCI_GETELEMENTBASECOLOUR to return the default values for element
Neil
1
-0
/
+3
2021-05-10
Change the way that selections and carets are drawn to use the element APIs.
Neil
1
-0
/
+21
2021-04-28
Character indices are no longer provisional so move out of Provisional category.
Neil
1
-20
/
+20
2021-04-21
Bug [#2027]. Fix GetFontLocale signature.
Zufu Liu
1
-2
/
+2
2021-04-20
Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.
Neil
1
-0
/
+6
2021-03-29
Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.
Neil
1
-2
/
+25
2021-03-28
Add shapes with curved and rounded ends to EOL annotations as EOLANNOTATION_*.
Neil
1
-3
/
+12
2021-03-27
Add APIs for setting translucency and stroke width of markers.
Neil
1
-0
/
+12
2021-03-27
Add API for setting stroke width of indicators.
Neil
1
-0
/
+6
2021-03-27
Change return type of SupportsFeature to bool.
Neil
1
-1
/
+1
2021-03-26
Add SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell and
Neil
1
-0
/
+1
2021-03-23
Add colouralpha type to iface.
Neil
1
-1
/
+2
2021-03-22
Implement more support values.
Neil
1
-0
/
+2
2021-03-19
Add Surface::PixelDivisions which detects 'retina' displays that use
Neil
1
-0
/
+1
2021-03-19
Add Platform::Supports for SupportsFeature API.
Neil
1
-0
/
+1
2021-03-19
Add SupportsFeature API but leave empty for now with no features defined.
Neil
1
-0
/
+5
2021-03-12
Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods.
Neil
1
-9
/
+0
2021-02-06
Remove Lexilla definitions from Scintilla.iface as they are now in
Neil
1
-2196
/
+0
2020-08-25
Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.
Derek Brown
1
-0
/
+3
2020-07-15
Feature [feature-requests:1368]. Add BraceMatchNext API.
Zufu Liu
1
-0
/
+3
2020-06-12
Bug [#2141]. Implement end of line annotations.
Prakash Sahni
1
-1
/
+35
2020-05-01
Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 like
Neil
1
-0
/
+1
2020-04-09
Typo.
Zufu Liu
1
-1
/
+1
[next]