summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/svg.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-1/+1
2012-04-21dropping some ghost code / probably fixing a memleak as wellKris De Gussem1-4/+0
2012-04-18Warning cleanupJon A. Cruz1-5/+3
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-0/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-3/+3
2010-01-02Remove any "inkscape:*" or "sodipodi:*" attributes when saving as "plain SVG"...Jon A. Cruz1-4/+38
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4
2009-04-07Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder1-5/+3
2009-04-06noop: Rename argument from uri to filename for Extension::...::save implement...Peter Moulder1-4/+4
2009-04-04noop: comment spellingPeter Moulder1-2/+2
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-1/+1
2008-04-23Fixed some further issues with Internal extensions after the introduction of ...Marcin Floryan1-1/+1
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-3/+3
2008-03-26system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY1-3/+3
2007-11-10Warning cleanupJon A. Cruz1-3/+3
2007-06-21Handle the case of gnome_vfs_init failing. (Fixes Debian bug http://bugs.deb...Peter Moulder1-2/+2
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-1/+1
2007-02-27get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY1-1/+1
2007-02-26get rid of sp_repr_document wrapper functionMenTaLguY1-1/+1
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-2/+2
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-2/+2
2006-05-22replace super-linear complexity stacked C stirng concatenations with O(1) app...MenTaLguY1-13/+5
2006-01-30r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould1-9/+11