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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-20
Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.
Neil
1
-0
/
+2
2021-03-29
Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.
Neil
1
-0
/
+9
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
/
+4
2021-03-27
Add API for setting stroke width of indicators.
Neil
1
-0
/
+2
2021-03-26
Add SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell and
Neil
1
-0
/
+1
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
/
+1
2021-03-12
Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods.
Neil
1
-3
/
+0
2020-11-02
Remove definition that ensures lexers linked as no lexers any more.
Neil
1
-1
/
+0
2020-08-25
Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.
Derek Brown
1
-0
/
+1
2020-07-15
Feature [feature-requests:1368]. Add BraceMatchNext API.
Zufu Liu
1
-0
/
+1
2020-06-12
Bug [#2141]. Implement end of line annotations.
Prakash Sahni
1
-1
/
+14
2020-05-02
Allow disabling automatically generated #define constants.
Neil
1
-0
/
+4
2020-04-08
Feature [feature-requests:1344]. Add methods for iterating through the marker
Iain Clarke
1
-0
/
+2
2020-03-16
Update Scintilla.h to match reordering of Scintilla.iface.
Neil
1
-9
/
+9
2019-12-31
Implement SCI_SETILEXER.
Neil
1
-0
/
+1
2019-11-15
Feature [feature-requests:#1316] Allow target to have virtual space.
Neil
1
-0
/
+4
2019-11-15
Feature [feature-requests:#1316] Add access to virtual space at start and end of
Neil
1
-0
/
+2
2019-07-05
Bug [#2118]. Add TabMinimumWidth property to API so applications can display
Neil
1
-0
/
+2
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
1
-0
/
+4
2019-06-22
Bug [#1924]. Option to allow block carets to trail selection ranges.
Neil
1
-1
/
+2
2019-06-22
Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX.
Neil
1
-1
/
+1
2019-06-22
Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface.
Neil
1
-6
/
+14
2019-04-07
Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.
Zufu Liu
1
-0
/
+1
2019-04-05
Feature [feature-requests:#1272]. Add API to set default fold display text.
Neil
1
-0
/
+2
2019-03-31
Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to match
Zufu Liu
1
-0
/
+1
2019-03-29
Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API
Neil
1
-0
/
+2
2019-03-12
Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition.
Neil
1
-0
/
+1
2019-03-07
Move CARETSTYLE_INS_MASK from Scintilla.iface as it is not documented.
rel-4-1-4
Neil
1
-1
/
+0
2019-02-05
Feature [feature-requests:#1217]. Change API so block just for overstrike.
Zufu Liu
1
-1
/
+3
2019-02-02
Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.
Zufu Liu
1
-0
/
+1
2018-10-11
Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
1
-0
/
+2
2018-07-10
Optional indexing of line starts in UTF-8 documents by UTF-32 code points and
Neil
1
-0
/
+10
2018-06-06
SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.
Henrik Hank
1
-0
/
+1
2018-05-22
Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.
Neil
1
-0
/
+2
2018-04-19
SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers wh...
Nicholai Benalal
1
-0
/
+1
2018-04-17
Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.
Neil
1
-1
/
+3
2018-04-14
Removed workaround for old releases of MSVC.
Neil
1
-5
/
+0
2018-02-02
Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
1
-0
/
+1
2018-01-26
Add documentOption argument to SCI_CREATELOADER.
Neil
1
-0
/
+1
2017-12-19
Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.
Neil
1
-0
/
+7
2017-11-20
Add SCI_GETMOVEEXTENDSSELECTION.
Mitchell Foral
1
-0
/
+1
2017-08-25
Moved *StyleBits* APIs into deprecated category.
Neil
1
-3
/
+4
2017-06-22
Add style metadata methods with null implementations.
Neil
1
-0
/
+4
2017-07-01
Deprecate single phase drawing.
Neil
1
-2
/
+3
2017-06-11
Implement SCN_AUTOCSELECTIONCHANGE notification.
Neil
1
-0
/
+1
2017-04-06
Added a caret line frame as an alternative visual for highlighting the caret ...
A-R-C-A
1
-0
/
+2
[next]