| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
std::set<SPObject *>.
Should give some performance improvements (quite a few linear lookups are now logarithmic)
(bzr r14504.1.6)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/898538
(bzr r10762)
|
| |
|
| |
(bzr r10199)
|
| |
|
| |
(bzr r10198)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/170225
(bzr r10124)
|
| |
|
| |
(bzr r10067)
|
| |\
| |
| | |
(bzr r9945.1.1)
|
| |/
|
| |
(bzr r9546.1.2)
|
| |
|
| |
(bzr r8522)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8417)
|
| |
|
| |
(bzr r8405)
|
| |
|
| |
(bzr r7733)
|
|
|
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)
|