summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/metafile-inout.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-13/+13
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-6/+6
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-6/+6
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-8/+4
A lot of header clean-up.
2014-10-05Move more UI code into ui/Liam P. White1-3/+3
(bzr r13341.1.253)
2014-09-08partial rollback of r13544, allow old recursive behavior for some locations, ↵mathog1-1/+1
but not EMF import (bzr r13549)
2014-04-29Improved support for clipping on EMF/WMF import, see bug 1302857mathog1-22/+49
(bzr r13322)
2014-04-28Fix for bug 1306138mathog1-0/+63
(bzr r13319)
2014-03-09Remove unused includes to tidy up the code.Martin Owens1-0/+1
(bzr r13132)
2014-01-17libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog1-0/+210
Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)