summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/odf.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-04-06More document.h cleanup.Tavmjong Bah1-2/+2
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-1/+1
2018-11-18Fix stream class locationsAlexander Valavanis1-2/+2
2018-11-16Fix format stringAlexander Valavanis1-1/+1
2018-11-08Clarify licensesMax Gaukler1-23/+12
2018-11-07fix bug 1793940 ODG image exportThomas Holder1-57/+28
2018-10-06Misc. typosluz.paz1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-6/+0
2018-09-23fix .odg and .fx export with inverted y-axisThomas Holder1-15/+9
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-14/+14
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-14/+14
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-11/+11
2018-01-24Fix handling of filenames of linked images in .odg exportEduard Braun1-4/+1
2017-11-07Misc. typosUnknown1-2/+2
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-8/+1
2016-11-05Add exportersJabier Arraiza Cenoz1-1/+8
2016-08-17Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...Tavmjong Bah1-4/+1
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-3/+2
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...Martin Owens1-13/+6
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-1/+2
2013-08-03Cleaned up.Markus Engel1-1/+1
2013-06-21odf metadata - let's begin with a first step to full ODF compatibilityKris De Gussem1-17/+27
2013-04-20minor odg export updateKris De Gussem1-37/+32
2013-04-12odg export: some work on gradientsKris De Gussem1-53/+34
2013-04-03odf export: code clean up and preparatory work to allow gradients in export. ...Kris De Gussem1-661/+374
2013-03-11Drop duplicate io code ( Bug #1120585 )Kris De Gussem1-11/+7
2013-03-11fix build warnings / cppcheck ( Bug #1120585 )Kris De Gussem1-34/+42
2013-03-08Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem1-44/+68
2013-03-03ODF output: write correct Inkscape version number to metadataKris De Gussem1-26/+6
2012-11-11cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis1-1/+1
2012-06-07cppcheckKris De Gussem1-3/+7
2012-02-15cppcheckKris De Gussem1-3/+0
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-10-15cppcheckKris De Gussem1-6/+6
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-10/+5
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-3/+3
2011-02-02update to latest 2geom !Johan B. C. Engelen1-19/+19
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-2/+2
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-1/+1
2010-03-08Cleanup of gradients and stops.Jon A. Cruz1-1/+1
2010-03-06New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz1-1/+1
2009-12-16Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1