aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RunStyles.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-4/+4
2013-04-15Existing code fills 0 length ranges and ranges after document end so simplynyamatongwe1-2/+2
2013-04-15RunStyles can be corrupted by filling 0 length ranges and ranges that go past...nyamatongwe1-0/+36
2012-09-12Fix bug where removing all characters from indicator at end of document didnyamatongwe1-0/+1
2011-06-07Add Find method on RunStyles.nyamatongwe1-0/+15
2011-06-07Fix bug with extra partition created when range filled.nyamatongwe1-0/+2
2011-06-07Add accessor to RunStyles for number of runs so Decoration can use public API.nyamatongwe1-1/+5
2011-06-07Make SCN_NEEDSHOWN notification work when word wrap is enabled.nyamatongwe1-0/+11
2010-12-30Avoid redraws when setting an indicator over positions where it is already set.nyamatongwe1-1/+3
2008-01-19Made som emethods const.nyamatongwe1-2/+2
2007-07-25Changed ContractionState data structure to be more efficient by not onlynyamatongwe1-0/+5
2007-06-12Fixed bug where setting the same range twice to the same value resultednyamatongwe1-7/+9
2007-06-09Fixed bug when setting a range where the start of the range was already anyamatongwe1-3/+5
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-18/+27
2007-04-07More decoration code, with modifications reported from document to viewsnyamatongwe1-3/+10
2007-04-05New files that implement decorations.nyamatongwe1-0/+187