aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PositionCache.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-04Replacing raw pointers and allocations with std::vector.nyamatongwe1-10/+5
2013-01-19Add private copy constructors to prevent copying and avoid warnings.nyamatongwe1-0/+4
2012-01-18Change wrapIndent, wrapAddIndent, aveCharWidth to support fractional values.Marko Njezic1-1/+1
2011-12-09Fractional position support.nyamatongwe1-1/+1
2011-08-02Allow floating point text positioning.nyamatongwe1-5/+5
2011-07-11Avoid shadowing of fields even for static methods to stop warnings.nyamatongwe1-1/+1
2011-05-21Type safety.nyamatongwe1-2/+2
2011-05-13Break measurement of text into reasonable sized segments similarnyamatongwe1-8/+9
2011-04-29Use indicators to show matching braces. Feature #3290434.nyamatongwe1-2/+2
2010-03-13Adding const to methods where possible.nyamatongwe1-4/+4
2009-08-26Avoid breaking text into substrings on selection boundaries for drawingnyamatongwe1-1/+1
2009-07-07Using the last style on a line to determine the width of a virtual spacenyamatongwe1-0/+1
2009-07-03Discontiguoues selection and virtual space initial commit.nyamatongwe1-3/+3
2009-06-09Feature #2796119 Indent wrapped lines to first line. From maXmo.nyamatongwe1-0/+1
2007-10-10Detect and handle invalid byte sequences in UTF-8 mode by displaying eachnyamatongwe1-2/+5
2007-07-25Fixed bugs where caret was not shown at start of wrapped lines or was shownnyamatongwe1-0/+1
2007-06-04fix osx build for new positioncache codescaraveo1-0/+8
2007-06-02Increased segmentation parameters to more reasonable values.nyamatongwe1-2/+2
2007-06-02Addition of PositionCache module which adds cacing of stringnyamatongwe1-0/+154