summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/wmf-print.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-031-2/+2
| | | | | | - eliminate value_default - make value private (-> _value) - add value() method
* 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
| | | | | (No idea what they do tbh, but I've never seen any of those parameters, so they likely *are* hidden in some way or another)
* Eliminate clang warningsThomas Holder2019-08-231-1/+1
| | | | | | | | | | -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
* 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
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* 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 ↵Jabier Arraiza2018-08-051-5/+44
| | | | pref optional to scale dashes on stroke scale
* 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
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-17/+17
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-13/+13
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* 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
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-3/+3
| | | Found via `codespell`
* Avoid name conflict with libwmf (wmf_free).Tavmjong Bah2017-06-011-1/+1
| | | (bzr r15724)
* improve dot dash support in wmf exportmathog2017-02-171-1/+22
| | | (bzr r15526)
* patch probably fixes bug 1534833mathog2016-01-171-1/+4
| | | (bzr r14594)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-1/+1
| | | (bzr r14059.2.16)
* Merge from trunkKrzysztof Kosi??ski2015-05-221-2/+2
|\ | | | | (bzr r14059.2.15)
| * renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-2/+2
| | | | | | (bzr r14059.1.20)
| * merge with trunkTomasz Boczkowski2015-05-021-3/+3
| |\ | | | | | | (bzr r14059.1.12)
| * \ merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-2/+2
| |\ \ | | | | | | | | (bzr r14059.1.2)
| | * | SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski2014-05-271-2/+2
| | | | | | | | | | | | (bzr r13341.6.19)
* | | | Merge from trunkKrzysztof Kosi??ski2015-05-081-3/+3
|\ \ \ \ | | |_|/ | |/| | (bzr r14059.2.11)
| * | | patch for bugs 1447850 and 1447382mathog2015-04-271-3/+3
| |/ / | | | | | | (bzr r14062)
* / / 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-10/+9
|/ / | | | | (bzr r14059.2.1)
* | Fixing dead assignment and uninitialized argument value.Nicolas Dufour2015-02-071-1/+2
| | | | | | (bzr r13908)
* | Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-1/+1
|/ | | (bzr r13459)
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-2/+2
| | | (bzr r13300)
* Warning cleanups.Jon A. Cruz2014-03-181-1/+1
| | | (bzr r13162)
* Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-111-7/+6
| | | | | | | properties. Split style.h into more manageable size files. (bzr r13135)
* Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF ↵David Mathog2014-02-221-6/+10
| | | | | | | | import/export (bug #1278645). Fixed bugs: - https://launchpad.net/bugs/1278645 (bzr r13049)
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-171-57/+59
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-291-1/+1
| | | (bzr r12746)
* Fix for Bug 1241783 (WMF image output size)David Mathog2013-10-251-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r12726)
* Merge from trunk.Matthew Petroff2013-09-201-6/+7
|\ | | | | (bzr r12475.1.29)