summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/metafile-inout.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-13/+13
| | | | | 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-6/+6
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-6/+6
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-8/+4
| | | | A lot of header clean-up.
* Update to trunk r13580Liam P. White2014-10-061-1/+1
|\ | | | | (bzr r13341.1.255)
| * partial rollback of r13544, allow old recursive behavior for some locations, ↵mathog2014-09-081-1/+1
| | | | | | | | | | but not EMF import (bzr r13549)
* | Move more UI code into ui/Liam P. White2014-10-051-3/+3
|/ | | (bzr r13341.1.253)
* Improved support for clipping on EMF/WMF import, see bug 1302857mathog2014-04-291-22/+49
| | | (bzr r13322)
* Fix for bug 1306138mathog2014-04-281-0/+63
| | | (bzr r13319)
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-0/+1
| | | (bzr r13132)
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-171-0/+210
Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)