summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/wmf-inout.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-2/+2
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-3/+3
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-3/+3
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-46/+46
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-11/+11
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-11/+11
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+2
* EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun2017-04-061-0/+16
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-5/+2
* resolve bug 1665421mathog2017-02-171-0/+10
* Add exportersJabier Arraiza Cenoz2016-11-051-2/+5
* Extensions: Use underscored variants of parameters / attribute names in inter...Eduard Braun2016-06-111-9/+9
* provide end user debugging for EMF and WMF issuesmathog2016-02-181-6/+26
* minor tweaks to libUEMF and related codemathog2015-05-211-2/+4
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-4/+2
* enable default pen object for WMF filesmathog2015-04-281-1/+5
* patch for bugs 1447850 and 1447382mathog2015-04-271-22/+42
* fix for bug 1425317mathog2015-02-251-2/+2
* two typos in patch at rev 13914mathog2015-02-091-2/+2
* fix for bug 1419926mathog2015-02-091-11/+19
* fix for bug 1405292mathog2015-02-091-1/+1
* Update to trunk r13580Liam P. White2014-10-061-1/+3
|\
| * resolves bug 1348417 and implements addition features for bug 1302857mathog2014-09-041-1/+3
* | Reduce header bloatAlex Valavanis2014-08-301-0/+1
|/
* Fix for bug 1340683 for WMF inputmathog2014-07-281-3/+19
* Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-2/+2
* Warnings cleaup.Jon A. Cruz2014-07-151-1/+0
* Improved support for clipping on EMF/WMF import, see bug 1302857mathog2014-04-291-24/+122
* Fix for bug 1306138mathog2014-04-281-41/+4
* Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ...Tavmjong Bah2014-04-271-198/+160
* Patch for several issues in libuemf.David Mathog2014-03-251-1/+1
* WMF support: last piece of the code cleanup from bug #1248753David Mathog2014-03-191-64/+49
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-24/+19
* WMF: fix for files with swapped W, H in the SETWINDOWEXT recordDavid Mathog2014-03-061-86/+81
* Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...David Mathog2014-02-221-4/+6
* EMF/WMF support: Various changes (see bug #1263242 c35 for details)David Mathog2014-02-081-3/+41
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-171-149/+1
* fix warningsJohan B. C. Engelen2014-01-081-4/+4
* add some nullptr checking, should fix crash (couldn't test)Johan B. C. Engelen2013-10-271-1/+1
* fix crash, partly fix vertical positioning issue. couldn't figure out how to ...Johan B. C. Engelen2013-10-271-5/+4
* fix crashJohan B. C. Engelen2013-10-261-1/+1
* WMF import: fix scaling of files without ViewPort recordDavid Mathog2013-10-251-1/+3
* Fix for Bug 1243937 (EMF import, diagram obscured by full page rectangle)David Mathog2013-10-241-0/+3
* fix bug "some of the locale-based templates cause objects to be resized when ...Johan B. C. Engelen2013-10-241-2/+3
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-1/+1
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour2013-10-091-3/+3
* Fix EMF/WMF import scale (Bug #1229120).Matthew Petroff2013-10-051-0/+26
* Fix adding viewBox to new documents.Matthew Petroff2013-09-221-0/+5