aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Decoration.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-2/+2
2013-04-19Using std::fill instead of a loop is much faster. As much as 4x on a large bl...nyamatongwe1-0/+2
2012-02-15Bug #3487440. Fix bug where setting an indicator on for whole documentnyamatongwe1-2/+2
2011-08-07Do not extend decorations when appending to end of document. Bug #3378718.nyamatongwe1-0/+4
2011-06-07Add accessor to RunStyles for number of runs so Decoration can use public API.nyamatongwe1-1/+1
2008-08-09Clear document style now only clears the lexer indicators.nyamatongwe1-8/+0
2008-08-03ClearDocumentStyle clears all indicators in case the lexer has used annyamatongwe1-0/+8
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+4
2007-04-19Optimized indicator changing with separate SC_MOD_CHANGEINDICATORnyamatongwe1-1/+1
2007-04-07More decoration code, with modifications reported from document to viewsnyamatongwe1-3/+4
2007-04-05New files that implement decorations.nyamatongwe1-0/+183