summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/svg.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup and adding comments.Tavmjong Bah2018-10-171-31/+75
* Misc. typosluz.paz2018-10-061-1/+1
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Improve calls to document_unitsJabier Arraiza2018-09-301-6/+1
* Allow ask for SVG dragged import method. Also split ask question from one to ...Jabier Arraiza2018-09-221-5/+5
* Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza2018-09-221-15/+9
* Fix a bug opening SVG from comand lines related to the DPI changes done. Than...Jabiertxof2018-09-141-2/+2
* Fix DPI wrong code pointed by McJabiertxof2018-09-131-3/+3
* Add per embed/linked SVG a DPI valueJabiertxof2018-09-131-3/+8
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-7/+7
* Fis maren improvements to embed/importJabier Arraiza2018-05-151-4/+4
* Fix bug embeding SVG as PNGJabier Arraiza2018-05-131-13/+12
* Allow embed on SVG importsJabier Arraiza2018-05-121-34/+44
* Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVGJabier Arraiza2018-05-121-2/+1
* Add Maren improvements prepare to mergeJabiertxo Arraiza Cenoz2018-05-101-11/+11
* Allow link a SVG as imageJabiertxo Arraiza Cenoz2018-05-101-2/+103
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+1
* Remove deprecated GNOME VFSStefano Facchini2017-10-131-61/+22
* Add a prune method to saving svg files that removes Adobe's i:pgf tag.Martin Owens2016-10-011-0/+26
* Cleanup namespace removal so that it doesn't require bugs in updateRepr to wo...Martin Owens2014-04-041-17/+38
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-1/+1
* dropping some ghost code / probably fixing a memleak as wellKris De Gussem2012-04-211-4/+0
* Warning cleanupJon A. Cruz2012-04-181-5/+3
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-0/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-6/+8
|\
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-3/+3
|/
* Remove any "inkscape:*" or "sodipodi:*" attributes when saving as "plain SVG"...Jon A. Cruz2010-01-021-4/+38
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-4/+4
* SPDocument->Documentjohnce2009-08-051-4/+4
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder2009-04-071-5/+3
* noop: Rename argument from uri to filename for Extension::...::save implement...Peter Moulder2009-04-061-4/+4
* noop: comment spellingPeter Moulder2009-04-041-2/+2
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-1/+1
* Fixed some further issues with Internal extensions after the introduction of ...Marcin Floryan2008-04-231-1/+1
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-3/+3
* system clipboard support (bug #170185) from Chris KosińskiMenTaLguY2008-03-261-3/+3
* Warning cleanupJon A. Cruz2007-11-101-3/+3
* Handle the case of gnome_vfs_init failing. (Fixes Debian bug http://bugs.deb...Peter Moulder2007-06-211-2/+2
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-1/+1
* get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2007-02-271-1/+1
* get rid of sp_repr_document wrapper functionMenTaLguY2007-02-261-1/+1
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-2/+2
* replace super-linear complexity stacked C stirng concatenations with O(1) app...MenTaLguY2006-05-221-13/+5
* r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould2006-01-301-9/+11