summaryrefslogtreecommitdiff
path: root/src/text.h
AgeCommit message (Collapse)AuthorFilesLines
2008-11-22Fixed non-virtual destructorBjørn Lindeijer1-25/+22
The class had virtual methods, in which case it's good practice to also make the destructor virtual. Otherwise you can end up with destructors of subclasses not being called on deletion.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-08-28Accepted Patch by Scraggy that moves text in such a way that no text overlapsBjørn Lindeijer1-0/+96