summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/metafile-print.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix wmf/emf file opening and embed missing font config data.Martin Owens2019-03-061-54/+25
|
* 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-4/+0
|
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-2/+2
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | 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-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-5/+5
| | | | A lot of header clean-up.
* EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun2017-04-061-24/+3
| | | | | | | | | | | | This unconditionally sets "LC_NUMERIC" to "C" to use dots (.) in all scanf/printf-like functions to prevent parsing issues with locales that would use a comma (,) instead. Fixed bugs: - https://launchpad.net/bugs/1549015 - https://launchpad.net/bugs/1675755 - https://launchpad.net/bugs/1335660 - https://launchpad.net/bugs/1089857 - https://launchpad.net/bugs/1599763 (bzr r15617)
* EMF/WFM export: Fix crash when selecting "Convert gradients to colored ↵Eduard Braun2017-03-061-6/+28
| | | | | | | | | | 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)
* Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2
| | | (bzr r14954.1.21)
* Last part of new SPObject children listAdrian Boguszewski2016-07-141-8/+10
| | | (bzr r14954.1.20)
* Ensure strncpy'd strings are null terminatedBryce Harrington2015-08-291-2/+2
| | | (bzr r14332)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-4/+4
| | | (bzr r14059.2.1)
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-171-1/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-1/+1
| | | | | 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/+491
(bzr r12499)