| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
https://bugs.launchpad.net/inkscape/+bug/800052
And also using text_extents for calculating area of rendering for the canvas_text labels (although I am not really sure this is correct. May require some extra work to get it right)
(bzr r10329)
|
| |\
| |
| | |
(bzr r9508.1.73)
|
| | |
| |
| | |
(bzr r10025)
|
| | |
| |
| |
| |
| | |
header.
(bzr r9978.1.1)
|
| |\|
| |
| | |
(bzr r9508.1.70)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | |
| |
| | |
(bzr r9508.1.67)
|
| |/
|
| |
(bzr r9508.1.8)
|
| |
|
| |
(bzr r9094)
|
| |
|
| |
(bzr r7493)
|
| |
|
|
|
| |
outline to fix 334758
(bzr r7470)
|
| |
|
| |
(bzr r7045)
|
| |
|
| |
(bzr r6885)
|
| |
|
| |
(bzr r6849)
|
| |
|
| |
(bzr r6846)
|
| |
|
| |
(bzr r6545)
|
| |
|
| |
(bzr r6399)
|
|
|
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)
|