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
/
src
/
Decoration.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-11
Use noexcept where safe and maintainable.
Neil
1
-2
/
+2
2020-05-01
Make lambdas noexcept.
Zufu Liu
1
-4
/
+4
2020-05-01
Mark Decoration methods noexcept where reasonable.
Neil
1
-20
/
+20
2019-06-22
Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ as
Neil
1
-2
/
+2
2018-06-04
Reduce scope of captures for lambdas.
Neil
1
-3
/
+3
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-03-28
Templatize decorations to allow 32-bit or 64-bit positions.
Neil
1
-56
/
+83
2018-04-14
Make some changes recommended by clang-tidy.
Neil Hodgson
1
-2
/
+2
2018-03-28
Split decorations into interface and implementation.
Neil
1
-7
/
+104
2018-03-27
Return a FillResult struct from RunStyles::FillRange instead of modifying
Neil
1
-3
/
+3
2018-03-16
Remove line-end white space.
Neil
1
-2
/
+2
2018-03-09
Use Position/Line/int more accurately in preparation for large documents.
Neil
1
-8
/
+8
2018-03-01
Use make_unique in preference to new.
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-05-10
Simplify DecorationList and its clients by using a vector instead of an
Neil
1
-64
/
+56
2017-04-22
Include <memory> for std::unique_ptr.
Neil
1
-0
/
+1
2017-04-06
Added const where possible.
Neil
1
-4
/
+4
2017-04-03
Prevent warning from MSVC Code Analysis.
Neil
1
-4
/
+6
2017-04-01
More encapsulation for Decoration and DecorationList.
Neil
1
-20
/
+20
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-4
/
+5
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-07-04
Throw an exception for a negative sized reallocation as occurs when asked
Neil Hodgson
1
-0
/
+1
2014-10-02
Allocate indicators for IME use after previously allowed indicators.
Neil
1
-1
/
+3
2013-07-21
Normalising order of language headers.
Neil
1
-2
/
+2
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-2
/
+2
2013-04-19
Using std::fill instead of a loop is much faster. As much as 4x on a large bl...
nyamatongwe
1
-0
/
+2
2012-02-15
Bug #3487440. Fix bug where setting an indicator on for whole document
nyamatongwe
1
-2
/
+2
2011-08-07
Do not extend decorations when appending to end of document. Bug #3378718.
nyamatongwe
1
-0
/
+4
2011-06-07
Add accessor to RunStyles for number of runs so Decoration can use public API.
nyamatongwe
1
-1
/
+1
2008-08-09
Clear document style now only clears the lexer indicators.
nyamatongwe
1
-8
/
+0
2008-08-03
ClearDocumentStyle clears all indicators in case the lexer has used an
nyamatongwe
1
-0
/
+8
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
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
-3
/
+4
2007-04-05
New files that implement decorations.
nyamatongwe
1
-0
/
+183