summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/svg.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-13Fix alignment error for inline-size SVG 1.1 fallback text.Tavmjong Bah1-3/+44
2019-11-09Fix SVG 1.1 fallback for SVG 2 text in a shape with 'text-align' not equal to...Tavmjong Bah1-4/+13
2019-09-07Fix bugs appliing in fallback elementsJabier Arraiza1-1/+1
2019-09-07Prepared for beta. Fixed blocking bugJabiertxof1-1/+1
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz1-9/+9
2019-08-31Refactor a lot of the parameter handling codePatrick Storz1-2/+2
2019-08-31Use proper boolean valuesPatrick Storz1-1/+1
2019-06-28hatch.jsValentin Ionita1-7/+54
2019-05-03Fix opening of files on Windows (and possibly elsewhere)Patrick Storz1-1/+1
2019-04-09Style fixMarc Jeanmougin1-1/+1
2019-04-06More document.h cleanup.Tavmjong Bah1-1/+1
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-6/+6
2018-12-14Round-trip SVG 2 flowed text with SVG 1.1 backup.Tavmjong Bah1-44/+62
2018-12-07Add some SVG 2 fallbacks:Tavmjong Bah1-5/+520
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-07fix clipboard URL rebasingThomas Holder1-1/+2
2018-10-17Code cleanup and adding comments.Tavmjong Bah1-31/+75
2018-10-06Misc. typosluz.paz1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-30Improve calls to document_unitsJabier Arraiza1-6/+1
2018-09-22Allow ask for SVG dragged import method. Also split ask question from one to ...Jabier Arraiza1-5/+5
2018-09-22Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza1-15/+9
2018-09-14Fix a bug opening SVG from comand lines related to the DPI changes done. Than...Jabiertxof1-2/+2
2018-09-13Fix DPI wrong code pointed by McJabiertxof1-3/+3
2018-09-13Add per embed/linked SVG a DPI valueJabiertxof1-3/+8
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
2018-05-15Fis maren improvements to embed/importJabier Arraiza1-4/+4
2018-05-13Fix bug embeding SVG as PNGJabier Arraiza1-13/+12
2018-05-12Allow embed on SVG importsJabier Arraiza1-34/+44
2018-05-12Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVGJabier Arraiza1-2/+1
2018-05-10Add Maren improvements prepare to mergeJabiertxo Arraiza Cenoz1-11/+11
2018-05-10Allow link a SVG as imageJabiertxo Arraiza Cenoz1-2/+103
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+1
2017-10-13Remove deprecated GNOME VFSStefano Facchini1-61/+22
2016-10-01Add a prune method to saving svg files that removes Adobe's i:pgf tag.Martin Owens1-0/+26
2014-04-04Cleanup namespace removal so that it doesn't require bugs in updateRepr to wo...Martin Owens1-17/+38
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