summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/xslt.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8408)
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder2009-04-071-6/+4
| | | | | | | | | 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)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-0/+2
| | | | | version string on Linux. (bzr r7123)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-2/+2
| | | | | | | | | 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)
* BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista ↵Albin Sunnanbo2008-03-131-1/+1
| | | | | tempfiles breaks some extensions (including Save as XAML) (bzr r5082)
* Warning cleanupJon A. Cruz2007-11-101-4/+4
| | | (bzr r4052)
* change from <io.h> to <unistd.h> to define closeAdib Taraben2007-09-121-1/+1
| | | (bzr r3739)
* NEW: XSLT Input/output extension support fix for: close not definedAdib Taraben2007-09-121-0/+1
| | | (bzr r3735)
* r16525@tres: ted | 2007-09-11 20:49:47 -0700Ted Gould2007-09-121-2/+191
| | | | | Adding in code to XSLT. (bzr r3729)
* r11467@tres: ted | 2006-04-19 21:49:02 -0700Ted Gould2006-05-021-0/+52
Adding in the basic support for having an xslt implementation. (bzr r675)