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
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
/
src
/
Decoration.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-14
Specify SetCurrentValue as noexcept as that will not change.
Neil
1
-1
/
+1
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-1
/
+1
2020-06-11
Use noexcept where safe and maintainable.
Neil
1
-2
/
+2
2020-05-01
Mark Decoration methods noexcept where reasonable.
Neil
1
-14
/
+14
2018-03-28
Templatize decorations to allow 32-bit or 64-bit positions.
Neil
1
-2
/
+2
2018-03-28
Split decorations into interface and implementation.
Neil
1
-51
/
+33
2018-03-27
Return a FillResult struct from RunStyles::FillRange instead of modifying
Neil
1
-2
/
+2
2018-03-09
Use Position/Line/int more accurately in preparation for large documents.
Neil
1
-10
/
+10
2018-02-01
Templatize RunStyles so it can be over ranges of different types and contain
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-4
/
+0
2017-05-10
Simplify DecorationList and its clients by using a vector instead of an
Neil
1
-10
/
+10
2017-04-07
Drop "virtual" from methods that do not need to be virtual.
Neil
1
-2
/
+2
2017-04-01
More encapsulation for Decoration and DecorationList.
Neil
1
-2
/
+19
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-1
/
+1
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-2
/
+2
2010-03-13
Adding const to methods where possible.
nyamatongwe
1
-2
/
+2
2008-08-09
Clear document style now only clears the lexer indicators.
nyamatongwe
1
-2
/
+0
2008-08-03
ClearDocumentStyle clears all indicators in case the lexer has used an
nyamatongwe
1
-0
/
+2
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+8
2007-04-19
Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR
nyamatongwe
1
-1
/
+1
2007-04-07
More decoration code, with modifications reported from document to views
nyamatongwe
1
-1
/
+2
2007-04-05
New files that implement decorations.
nyamatongwe
1
-0
/
+55