Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-25 | Changed ContractionState data structure to be more efficient by not only | nyamatongwe | 1 | -3/+3 | |
modifying data near an insertion or deletion when there is good locality of modification. | |||||
2007-07-25 | Fixed bugs where caret was not shown at start of wrapped lines or was shown | nyamatongwe | 1 | -0/+5 | |
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/+4 | |
2007-06-02 | Addition of PositionCache module which adds cacing of string | nyamatongwe | 1 | -0/+586 | |
to position information and segments long pieces of text so they can be handled more efficiently. |