summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/emf-print.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-2/+2
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz1-8/+8
2019-08-31Adjust <print> extensions for previous commit.Patrick Storz1-34/+34
2019-08-23Eliminate clang warningsThomas Holder1-1/+1
2019-04-06More document.h cleanup.Tavmjong Bah1-1/+1
2019-03-06Fix wmf/emf file opening and embed missing font config data.Martin Owens1-2/+0
2019-01-02modernize loopsMarc Jeanmougin1-10/+10
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-08-05coding style fixesJabier Arraiza1-2/+2
2018-08-05Refactor with Tav helpJabier Arraiza1-4/+4
2018-08-05Revert changesJabier Arraiza1-46/+7
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza1-7/+46
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-10/+10
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-32/+32
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-16/+16
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-16/+16
2018-04-29moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-10/+11
2018-01-08Misc. typosluz.paz1-1/+1
2017-04-06EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun1-4/+0
2016-11-10patch for bug 1405292, start clipping with COPY instead of OR so GDI clipping...mathog1-1/+1
2016-11-07Remove embedded build date, to allow reproducible building.Mattia Rizzolo1-1/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-3/+11
2016-06-01Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah1-1/+1
2016-03-11patch for bug 1538361, work around limits in mingw/MSVCRTmathog1-1/+1
2016-01-27patch fixes bug 1538786mathog1-19/+30
2016-01-17patch probably fixes bug 1534833mathog1-1/+1
2015-10-29patch for bug 1511508mathog1-1/+1
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski1-4/+4
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-10/+10
2015-04-27patch for bugs 1447850 and 1447382mathog1-7/+5
2015-02-25fix for bug 1425317mathog1-0/+4
2015-02-09fix for bug 1405292mathog1-1/+1
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-1/+1
2014-09-04resolves bug 1348417 and implements addition features for bug 1302857mathog1-24/+163
2014-07-22Replaced some abs/fabs with std::abs.Markus Engel1-1/+1
2014-07-15Warnings cleaup.Jon A. Cruz1-2/+2
2014-05-27SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski1-4/+4
2014-04-29Improved support for clipping on EMF/WMF import, see bug 1302857mathog1-0/+4
2014-04-24Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah1-2/+2
2014-03-25Patch for several issues in libuemf.David Mathog1-1/+3
2014-03-23emf-print.cpp : fix coding... :'(Johan B. C. Engelen1-12/+12
2014-03-18Warning cleanups.Jon A. Cruz1-1/+1
2014-03-11Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah1-13/+12
2014-02-22Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...David Mathog1-5/+5