| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
(bzr r11027)
|
| |/
|
| |
(bzr r10830)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/341353
(bzr r10079)
|
| |
|
| |
(bzr r9971)
|
| |\
| |
| | |
(bzr r9945.1.1)
|
| | |
| |
| | |
(bzr r9546.1.2)
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/282421
(bzr r9394)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8408)
|
| |
|
|
|
|
|
|
|
| |
xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref.
Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.)
extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.)
When exporting plain SVG, change the relative hrefs according to the destination filename.
(bzr r7643)
|
| |
|
|
|
| |
version string on Linux.
(bzr r7123)
|
| |
|
|
|
|
|
|
|
| |
Core of having a real namespace for Inkscape extensions.
r19077@shi: ted | 2008-04-21 15:50:12 -0700
First layer of adding NS
r19078@shi: ted | 2008-04-21 15:56:03 -0700
Whew, doing the rest of them.
(bzr r5483)
|
| |
|
|
|
| |
tempfiles breaks some extensions (including Save as XAML)
(bzr r5082)
|
| |
|
| |
(bzr r4052)
|
| |
|
| |
(bzr r3739)
|
| |
|
| |
(bzr r3735)
|
| |
|
|
|
| |
Adding in code to XSLT.
(bzr r3729)
|
|
|
Adding in the basic support for having an xslt implementation.
(bzr r675)
|