summaryrefslogtreecommitdiffstats
path: root/emfio
Commit message (Expand)AuthorAgeFilesLines
* tdf#55058 tdf#141982 EMF: Add rotation support for INTERSECTCLIPRECT recordBartosz Kosiorek2021-05-074-12/+45
* tdf#55058 tdf#141982 EMF: Add rotation support for ARC, ARCTO, CHORD, PIEBartosz Kosiorek2021-05-063-19/+33
* tdf#142004 tdf#141982 EMF Import: Add rotation and path support for EMR_ELLIPSEBartosz Kosiorek2021-05-063-3/+29
* tdf#55058 tdf#141982 EMF: Add rotation and path support for RECTANGLE recordBartosz Kosiorek2021-05-053-4/+30
* SAL_INFO we want to display nVersion not nSignature (emfio/emfreader)Julien Nabet2021-05-021-1/+1
* More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor]Stephan Bergmann2021-04-271-0/+3
* drop mask from BitmapExNoel Grandin2021-04-261-1/+1
* CppunitTest_emfio_emf: avoid --disable-pdfium failureMiklos Vajna2021-04-231-0/+6
* -Werror,-Wformat (clang-cl)Stephan Bergmann2021-04-091-1/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-1/+5
* ofz: skip slow path when fuzzingCaolán McNamara2021-04-051-0/+7
* pass ImplReadRegion the remaining len of record available for consumptionCaolán McNamara2021-04-041-45/+65
* tdf#37281 tdf#45820 tdf#48916 tdf#55058 EMF Implement complex clippingBartosz Kosiorek2021-04-034-25/+41
* tdf#55058 EMF: Implement PAINTRGN recordBartosz Kosiorek2021-04-021-1/+12
* tdf#55058 tdf#141394 EMF FILLRGN record is not displayed correctlyBartosz Kosiorek2021-03-313-21/+49
* drop operator bool and operator! from Bitmap and BitmapExNoel2021-03-281-1/+1
* loplugin:flattenNoel2021-03-261-75/+75
* WMF/EMF Convert all index type of Objects to unsignedBartosz Kosiorek2021-03-253-14/+26
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* WMF EMF Add more SAL_INFO and SAL_WARN to help debugging import issuesBartosz Kosiorek2021-03-222-89/+198
* tdf#35986 tdf#140271 EMF Fix line width of CREATEPEN recordBartosz Kosiorek2021-03-192-26/+21
* Make sal/config.h the first in pchMike Kaganski2021-03-091-2/+2
* cid#1473321 Division or modulo by float zeroCaolán McNamara2021-02-271-2/+8
* ofz#31370 Divide-by-zeroCaolán McNamara2021-02-261-1/+1
* Fix typosAndrea Gelmini2021-02-241-3/+3
* tdf#127471 Detect&Correct EMF/WMF with wrong FontScaleArmin Le Grand (Allotropia)2021-02-234-3/+239
* update pchesCaolán McNamara2021-02-191-1/+2
* tdf#127471 correct EMF/WMF im/export for scaled fontArmin Le Grand (Allotropia)2021-02-171-1/+19
* Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski2021-02-141-2/+3
* fix test for tdf#137413Luboš Luňák2021-02-121-13/+6
* ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara2021-01-201-1/+1
* vcl: remove or rename too long methods names in VectorGraphicDataTomaž Vajngerl2021-01-191-1/+1
* make the Color constructors explicitly specify transparencyNoel2021-01-161-1/+1
* ofz#29443 uncaught exceptionCaolán McNamara2021-01-091-1/+1
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-292-18/+23
* custom literal for Degree10Noel Grandin2020-12-241-1/+1
* vcl: move access functions into appropriate bitmap access filesChris Sherlock2020-12-242-2/+2
* throw exception in SvStream when reading past end of fileNoel2020-12-181-1/+1
* update pchesCaolán McNamara2020-12-151-2/+2
* vcl: improve EMF+ -> WMF conversionMiklos Vajna2020-12-093-0/+24
* emfio: allow disabling EMF+ via a bootstrap variableMiklos Vajna2020-12-081-1/+4
* ofz#28271 divide-by-zeroCaolán McNamara2020-12-041-10/+40
* EMF: tdf#138467 Fix MapMode translationBartosz Kosiorek2020-12-034-14/+50
* Instead of labs, use overloaded absStephan Bergmann2020-11-162-4/+7
* tdf#35986 EMF import: Add support for PS_COSMETIC line style in CREATEPENBartosz Kosiorek2020-11-143-11/+71
* tdf#35986 tdf#92315 tdf#116335 tdf#116622 Add support for MapMode TEXTBartosz Kosiorek2020-11-143-24/+92
* tdf#123936 Formatting files in module emfio with clang-formatPhilipp Hofer2020-11-131-2/+2
* tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen2020-11-122-2/+2
* make tools::Long 64-bit on Windows platformNoel Grandin2020-11-113-9/+9
* disable O(U)String::concat for internal codeNoel Grandin2020-11-111-1/+1