Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-13 | Adding const to methods where possible. | nyamatongwe | 1 | -4/+4 | |
2009-08-26 | Avoid breaking text into substrings on selection boundaries for drawing | nyamatongwe | 1 | -1/+1 | |
when the selection is empty (thus only needing a caret drawn) or when the selection settings do not need the text drawn as pieces such as when the selection is drawn translucently. | |||||
2009-07-07 | Using the last style on a line to determine the width of a virtual space | nyamatongwe | 1 | -0/+1 | |
rather than use the default style. This adapts better for comments which use a different font. | |||||
2009-07-03 | Discontiguoues selection and virtual space initial commit. | nyamatongwe | 1 | -3/+3 | |
2009-06-09 | Feature #2796119 Indent wrapped lines to first line. From maXmo. | nyamatongwe | 1 | -0/+1 | |
2007-10-10 | Detect and handle invalid byte sequences in UTF-8 mode by displaying each | nyamatongwe | 1 | -2/+5 | |
individual invalid byte as a hex blob. | |||||
2007-07-25 | Fixed bugs where caret was not shown at start of wrapped lines or was shown | nyamatongwe | 1 | -0/+1 | |
at both the start of one line and the end of the previous line. | |||||
2007-06-04 | fix osx build for new positioncache code | scaraveo | 1 | -0/+8 | |
2007-06-02 | Increased segmentation parameters to more reasonable values. | nyamatongwe | 1 | -2/+2 | |
2007-06-02 | Addition of PositionCache module which adds cacing of string | nyamatongwe | 1 | -0/+154 | |
to position information and segments long pieces of text so they can be handled more efficiently. |