summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/gdkpixbuf-input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8408)
* BUG 218090 opening of bitmap fails, now error messagetheAdib2009-05-101-1/+2
| | | (bzr r7844)
* using uri syntax while importing files using xlink:hrefAdib Taraben2009-05-051-1/+8
| | | (bzr r7826)
* extension/internal/gdkpixbuf-input.cpp: Don't bother creating a ↵Peter Moulder2009-04-071-2/+8
| | | | | sodipodi:absref attribute with the same value as an existing xlink:href attribute. (bzr r7644)
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder2009-04-071-1/+1
| | | | | | | | | 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)
* From trunkTed Gould2008-10-271-1/+0
| | | (bzr r6885)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
| | | | | | | | | 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)
* improved fix crash bug #197664Johan B. C. Engelen2008-03-021-5/+5
| | | (bzr r4922)
* fix crash bug #197664Johan B. C. Engelen2008-03-021-2/+3
| | | (bzr r4921)
* Warning cleanupJon A. Cruz2007-11-251-3/+3
| | | (bzr r4133)
* remove obsolete import-as-pattern optionbulia byak2007-09-261-33/+8
| | | (bzr r3807)
* don't try to relativate hrefs here - it never works anyway, because we don't ↵bulia byak2007-03-111-6/+4
| | | | | have the document's base dir (the temporary doc created here has docbase == NULL) (bzr r2608)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-221-4/+5
| | | (bzr r2257)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-2/+3
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* fit_canvas_to_drawing when opening imagesAaron Spike2006-04-241-0/+3
| | | (bzr r581)
* r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould2006-01-301-1/+2
| | | | | | | | Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+176
(bzr r1)