summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/wmf-print.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-2/+2
2019-10-05Fix various minor code problemsMarc Jeanmougin1-1/+2
2019-10-05Fix some memory leaks found by scan-buildMarc Jeanmougin1-1/+1
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz1-6/+6
2019-08-31Adjust <print> extensions for previous commit.Patrick Storz1-8/+8
2019-08-23Eliminate clang warningsThomas Holder1-1/+1
2019-06-20Display an error dialog when image is too large for WMFJames Collier1-14/+27
2019-06-20Fix typo mentioned in #44James Collier1-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-5/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-6/+0
2018-08-05Fixing coding styleJabier Arraiza1-2/+2
2018-08-05Fixes pointed by TavJabier Arraiza1-2/+5
2018-08-05coding style fixesJabier Arraiza1-3/+4
2018-08-05Refactor with Tav helpJabier Arraiza1-3/+3
2018-08-05Revert changesJabier Arraiza1-44/+5
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza1-5/+44
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-9/+9
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
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-17/+17
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-13/+13
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-13/+13
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/+9
2018-01-08Misc. typosluz.paz1-3/+3
2017-06-01Avoid name conflict with libwmf (wmf_free).Tavmjong Bah1-1/+1
2017-06-01Avoid name conflict with libwmf (wmf_free).Tavmjong Bah1-1/+1
2017-02-17improve dot dash support in wmf exportmathog1-1/+22
2016-01-17patch probably fixes bug 1534833mathog1-1/+4
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-1/+1
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski1-2/+2
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-10/+9
2015-04-27patch for bugs 1447850 and 1447382mathog1-3/+3
2015-02-07Fixing dead assignment and uninitialized argument value.Nicolas Dufour1-1/+2
2014-07-22Replaced some abs/fabs with std::abs.Markus Engel1-1/+1
2014-05-27SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski1-2/+2
2014-04-24Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah1-2/+2
2014-03-18Warning cleanups.Jon A. Cruz1-1/+1
2014-03-11Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah1-7/+6
2014-02-22Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...David Mathog1-6/+10
2014-01-17libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog1-57/+59
2013-10-29"fix" some "unused parameter" warningsKris De Gussem1-1/+1
2013-10-25Fix for Bug 1241783 (WMF image output size)David Mathog1-1/+4
2013-09-19Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski1-6/+7
2013-09-01Unduplicate some code in the metafile printing extensionsKrzysztof Kosi??ski1-987/+566
2013-08-31Move libuemf to a separate directory.Krzysztof Kosi??ski1-6/+2
2013-08-29adapt to changes in r12471 (unit refactoring)su_v1-3/+2