summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/metafile-print.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix wmf/emf file opening and embed missing font config data.Martin Owens2019-03-061-7/+0
|
* 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" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-1/+1
|
* EMF/WFM export: Fix crash when selecting "Convert gradients to colored ↵Eduard Braun2017-03-061-0/+1
| | | | | | | | | | polygon series" The problem where calls of "sprintf()" to format SVG path data. Unfortunately depending on the locale set at this point via "setlocale()" the output could contain commas (,) instead of dots (.) as decimal spearator resulting in invalid path data. Fixed bugs: - https://launchpad.net/bugs/1549015 (bzr r15568)
* resolves bug 1348417 and implements addition features for bug 1302857mathog2014-09-041-0/+2
| | | (bzr r13544)
* Fix mismatched tagsAlex Valavanis2013-10-011-2/+2
| | | (bzr r12644)
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-1/+3
| | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* Unduplicate some code in the metafile printing extensionsKrzysztof Kosi??ski2013-09-011-0/+132
(bzr r12499)