summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/emf-inout.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-28refactor: clean up SPI constructorsThomas Holder1-3/+3
2019-10-28refactor SPIEnum: more type safetyThomas Holder1-28/+30
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz1-11/+11
2019-07-01Fix various minor typosYuri Chornoivan1-2/+2
2019-05-22Extract a common expression into a variable/const.Shlomi Fish1-103/+105
2019-01-02run clang tidy modernize passMarc Jeanmougin1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-06Misc. typosluz.paz1-2/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-5/+0
2018-08-05Fixing coding styleJabier Arraiza1-10/+10
2018-08-05Fixes pointed by TavJabier Arraiza1-16/+11
2018-08-05Update to trunk and styling fixesJabier Arraiza1-10/+10
2018-08-05coding style fixesJabier Arraiza1-26/+34
2018-08-05Fixes compiling bugsJabier Arraiza1-4/+4
2018-08-05Refactor with Tav helpJabier Arraiza1-14/+30
2018-08-05Revert changesJabier Arraiza1-44/+14
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza1-14/+44
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-2/+2
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-46/+46
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-12/+12
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-12/+12
2018-04-29moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+2
2018-01-08Misc. typosluz.paz1-1/+1
2017-11-04Change abs to std::abs to fix warningsSimon Wells1-1/+1
2017-04-06EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun1-0/+16
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-3/+2
2016-11-05Add exportersJabier Arraiza Cenoz1-2/+3
2016-06-11Extensions: Use underscored variants of parameters / attribute names in inter...Eduard Braun1-11/+11
2016-02-18provide end user debugging for EMF and WMF issuesmathog1-6/+26
2015-10-29patch for bug 1511508mathog1-4/+1
2015-04-27patch for bugs 1447850 and 1447382mathog1-14/+36
2015-02-25fix for bug 1425317mathog1-2/+2
2015-02-09fix for bug 1419926mathog1-15/+24
2015-02-09fix for bug 1405292mathog1-3/+3
2014-09-04resolves bug 1348417 and implements addition features for bug 1302857mathog1-5/+24
2014-08-30Reduce header bloatAlex Valavanis1-1/+1
2014-07-24Fix for bug 1340683mathog1-1/+17
2014-07-22Replaced some abs/fabs with std::abs.Markus Engel1-2/+2
2014-04-29Improved support for clipping on EMF/WMF import, see bug 1302857mathog1-36/+142
2014-04-28Fix for bug 1306138mathog1-41/+4
2014-04-28Fix for bug 1294840mathog1-4/+1
2014-04-27Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ...Tavmjong Bah1-194/+149
2014-03-25Patch for several issues in libuemf.David Mathog1-1/+1
2014-03-19EMF import: fix clipPath definition: move transform attribute into the <rect>...David Mathog1-2/+2
2014-03-11Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah1-44/+33
2014-02-22Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...David Mathog1-0/+2