summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-text.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move canvastext to its own file (no linking error for me anymore), add ↵bulia byak2009-03-111-3/+10
| | | | | outline to fix 334758 (bzr r7470)
* From trunkTed Gould2008-10-271-1/+1
| | | (bzr r6885)
* Tweak of member to Geom classBob Jamison2008-09-191-2/+2
| | | (bzr r6849)
* Fixed const-correctnessJon A. Cruz2008-08-031-3/+3
| | | (bzr r6545)
* New CanvasText item; TODO: works quite well but updating may be incorrect ↵Maximilian Albert2008-07-221-0/+61
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)