summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-text.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | (bzr r10025)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+0
| | | | | header. (bzr r9978.1.1)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Fix a memory leak in sp_canvastextDiederik van Lierop2010-02-171-1/+3
| | | (bzr r9094)
* Warning cleanupJon A. Cruz2009-03-151-1/+1
| | | (bzr r7493)
* move canvastext to its own file (no linking error for me anymore), add ↵bulia byak2009-03-111-25/+33
| | | | | outline to fix 334758 (bzr r7470)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+0
| | | (bzr r7045)
* From trunkTed Gould2008-10-271-13/+13
| | | (bzr r6885)
* Tweak of member to Geom classBob Jamison2008-09-191-1/+1
| | | (bzr r6849)
* Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug.Bob Jamison2008-09-191-2/+2
| | | (bzr r6846)
* 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)