summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-text.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed const-correctnessJon A. Cruz2008-08-031-2/+2
| | | (bzr r6545)
* include <string.h>. also remove const conversion warningBob Jamison2008-07-221-1/+2
| | | (bzr r6399)
* New CanvasText item; TODO: works quite well but updating may be incorrect ↵Maximilian Albert2008-07-221-0/+262
since update() is called before render() but only the latter gets passed the cairo context from which we can compute the text extents (we use a slightly kludgy workaround now) (bzr r6394)