summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/svg.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-1/+1
| | | (bzr r11736)
* dropping some ghost code / probably fixing a memleak as wellKris De Gussem2012-04-211-4/+0
| | | (bzr r11273)
* Warning cleanupJon A. Cruz2012-04-181-5/+3
| | | (bzr r11265)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
| | | (bzr r11027)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-0/+1
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-6/+8
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-3/+3
|/ | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* Remove any "inkscape:*" or "sodipodi:*" attributes when saving as "plain ↵Jon A. Cruz2010-01-021-4/+38
| | | | | | | | SVG". Fixes bug #500440. Fixed bugs: - https://launchpad.net/bugs/500440 (bzr r8933)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8408)
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder2009-04-071-5/+3
| | | | | | | | | 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)
* noop: Rename argument from uri to filename for Extension::...::save ↵Peter Moulder2009-04-061-4/+4
| | | | | | | 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)
* noop: comment spellingPeter Moulder2009-04-041-2/+2
| | | (bzr r7618)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-1/+1
| | | (bzr r5884)
* Fixed some further issues with Internal extensions after the introduction of ↵Marcin Floryan2008-04-231-1/+1
| | | | | schema for INX files (the boolean values now spelled in lower case). This fixes an intermediate problem of Inkscape concerning its native SVG files as a loosy format. (bzr r5496)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-3/+3
| | | | | | | | | 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)
* system clipboard support (bug #170185) from Chris KosińskiMenTaLguY2008-03-261-3/+3
| | | (bzr r5190)
* Warning cleanupJon A. Cruz2007-11-101-3/+3
| | | (bzr r4052)
* Handle the case of gnome_vfs_init failing. (Fixes Debian bug ↵Peter Moulder2007-06-211-2/+2
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415640.) (bzr r3082)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-1/+1
| | | (bzr r2720)
* get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2007-02-271-1/+1
| | | (bzr r2461)
* get rid of sp_repr_document wrapper functionMenTaLguY2007-02-261-1/+1
| | | (bzr r2445)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* replace super-linear complexity stacked C stirng concatenations with O(1) ↵MenTaLguY2006-05-221-13/+5
| | | | | append to std::vector (bzr r932)
* r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould2006-01-301-9/+11
| | | | | | | | 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/+248
(bzr r1)