| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
https://bugs.launchpad.net/inkscape/+bug/179988/comments/174
(bzr r7767)
|
| |
|
|
|
| |
in PDF with the closest-named local installed font (since we do not extract any fonts, nor can we embed them into svg)
(bzr r7718)
|
| |
|
|
|
| |
\( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native)
(bzr r7649)
|
| |
|
|
|
| |
sodipodi:absref attribute with the same value as an existing xlink:href attribute.
(bzr r7644)
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
implementations, given that that's how it's used at present.
Add a couple of fixme comments to do with use of this argument.
(bzr r7637)
|
| |
|
| |
(bzr r7636)
|
| |
|
| |
(bzr r7618)
|
| |
|
|
|
| |
submenus, do we? :)
(bzr r7416)
|
| |
|
|
|
| |
(missing characters in emf export)
(bzr r7400)
|
| |
|
| |
(bzr r7392)
|
| |
|
|
|
| |
rather than for every subdirectory.
(bzr r7336)
|
| |
|
| |
(bzr r7272)
|
| |
|
| |
(bzr r7255)
|
| |
|
|
|
| |
due to JonCruz considerations about the proper way of doing it.
(bzr r7254)
|
| |
|
|
|
| |
warning: deprecated conversion from string constant to ‘char*’/'gchar*'
(bzr r7253)
|
| |
|
|
|
|
|
|
| |
mainly
deprecated conversion from string constant to ‘char*’
and
unused variables
(bzr r7249)
|
| |
|
| |
(bzr r7245)
|
| |
|
| |
(bzr r7218)
|
| |
|
| |
(bzr r7217)
|
| |
|
|
|
| |
crashes; the fix is to disallow UI interaction while it works, at least until we implement a way to safely cancel such effects
(bzr r7198)
|
| |
|
| |
(bzr r7185)
|
| |
|
|
|
| |
version string on Linux.
(bzr r7123)
|
| |
|
| |
(bzr r7078)
|
| |
|
| |
(bzr r7064)
|
| |
|
|
|
| |
inkscape now passes svg testsuite painting-marker-03-f.svg
(bzr r7061)
|
| |
|
| |
(bzr r7058)
|
| |
|
| |
(bzr r7051)
|
| |
|
| |
(bzr r7045)
|
| |
|
| |
(bzr r7011)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
sp_item_i2doc_affine or sp_item_i2d_affine respectively
* remove sp_root_bbox, root->c2p was considered in the wrong place there
* in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root
node, because <svg> node does not have a transform attribute
* fix style scaling for boolean operations (with viewBox)
* fix zoom to fit drawing (with viewBox)
* fix export area size for "export drawing" (with viewBox)
* fix simultaneous movement of clone + original (with viewBox)
(bzr r7010)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Removing the filter files that haven't been used.
* Adding a small little script to pull the strings out of the filters.svg
file and pull them into a header file so that they can be translated.
* Fix generate_POTFILES.sh so that it warns that it'll probably break
things
* Update POTFILES.in so that it matches the files better.
* Making a bunch of .svg files not executable.
* Patching the effects code so that the sorting of the menus is correct
and the first entry is not ignored.
(bzr r6984)
|
| |
|
| |
(bzr r6923)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(bzr r6890)
|
| |
|
| |
(bzr r6887)
|
| |
|
| |
(bzr r6885)
|
| |
|
| |
(bzr r6884)
|
| |
|
| |
(bzr r6883)
|
| |
|
| |
(bzr r6855)
|
| |
|
|
|
|
| |
The mask bounding box is the geometric bounding box which dosn't allow
for filters that can extend outside the box. Partial fix for bug 208217.
(bzr r6853)
|
| |
|
|
|
| |
Cairo PDF output.
(bzr r6825)
|
| |
|
|
|
| |
this arenaitem from leaking, but this is now fixed properly in SPItem
(bzr r6819)
|
| |
|
|
|
|
| |
Transformations.
For masking, must convert RGBA mask to A for Cairo.
(bzr r6810)
|
| |
|
|
|
|
| |
remove nartbpath test code etc.
remove inkscape's path parsing, since it is now done by 2geom.
(bzr r6789)
|
| |
|
| |
(bzr r6788)
|
| |
|
| |
(bzr r6787)
|
| |
|
|
|
| |
references to nr-path.h)
(bzr r6774)
|
| |
|
| |
(bzr r6771)
|
| |
|
|
|
| |
This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms.
(bzr r6760)
|