summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/wmf-print.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-031-2/+2
* Fix various minor code problemsMarc Jeanmougin2019-10-051-1/+2
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-1/+1
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-011-6/+6
* Adjust <print> extensions for previous commit.Patrick Storz2019-08-311-8/+8
* Eliminate clang warningsThomas Holder2019-08-231-1/+1
* Display an error dialog when image is too large for WMFJames Collier2019-06-201-14/+27
* Fix typo mentioned in #44James Collier2019-06-201-1/+1
* More document.h cleanup.Tavmjong Bah2019-04-061-1/+1
* Fix wmf/emf file opening and embed missing font config data.Martin Owens2019-03-061-2/+0
* modernize loopsMarc Jeanmougin2019-01-021-5/+5
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-6/+0
* Fixing coding styleJabier Arraiza2018-08-051-2/+2
* Fixes pointed by TavJabier Arraiza2018-08-051-2/+5
* coding style fixesJabier Arraiza2018-08-051-3/+4
* Refactor with Tav helpJabier Arraiza2018-08-051-3/+3
* Revert changesJabier Arraiza2018-08-051-44/+5
* Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2018-08-051-5/+44
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-9/+9
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-17/+17
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-13/+13
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-13/+13
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-10/+9
* Misc. typosluz.paz2018-01-081-3/+3
* Avoid name conflict with libwmf (wmf_free).Tavmjong Bah2017-06-011-1/+1
* improve dot dash support in wmf exportmathog2017-02-171-1/+22
* patch probably fixes bug 1534833mathog2016-01-171-1/+4
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-1/+1
* Merge from trunkKrzysztof Kosi??ski2015-05-221-2/+2
|\
| * renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-2/+2
| * merge with trunkTomasz Boczkowski2015-05-021-3/+3
| |\
| * \ merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-2/+2
| |\ \
| | * | SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski2014-05-271-2/+2
* | | | Merge from trunkKrzysztof Kosi??ski2015-05-081-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | patch for bugs 1447850 and 1447382mathog2015-04-271-3/+3
| |/ /
* / / 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-10/+9
|/ /
* | Fixing dead assignment and uninitialized argument value.Nicolas Dufour2015-02-071-1/+2
* | Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-1/+1
|/
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-2/+2
* Warning cleanups.Jon A. Cruz2014-03-181-1/+1
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-7/+6
* Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...David Mathog2014-02-221-6/+10
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-171-57/+59
* "fix" some "unused parameter" warningsKris De Gussem2013-10-291-1/+1
* Fix for Bug 1241783 (WMF image output size)David Mathog2013-10-251-1/+4
* Merge from trunk.Matthew Petroff2013-09-201-6/+7
|\