summaryrefslogtreecommitdiff
path: root/emfio
AgeCommit message (Expand)AuthorFilesLines
2021-06-18Resolves: ofz#34920 allow displaying only one text stringBartosz Kosiorek1-83/+82
2021-06-17EMF+ WMF Update the variable names and add additional TODO warningsBartosz Kosiorek1-3/+7
2021-06-11drop EMF+ also when converting WMF, not just EMFLuboš Luňák4-2/+11
2021-06-11EMF tdf#59814 tdf#142567 Align RestoreDC record with MSO implementationBartosz Kosiorek1-1/+3
2021-06-11ofz#35150 crash in Bitmap::Crop from wmf loadCaolán McNamara1-1/+1
2021-06-11ofz#35149 crash in vcl::bitmap::CreateFromData from wmf loadCaolán McNamara1-1/+1
2021-06-11WMF/EMF tdf#59814 tdf#142567 Fix RestoreDC recordBartosz Kosiorek7-6/+87
2021-06-10EMF tdf#142745 Improve performance of FILLRGN, PAINTRGN, EXTSELECTCLIPRGNBartosz Kosiorek1-19/+20
2021-06-09WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBltBartosz Kosiorek3-82/+124
2021-06-08WMF tdf#142625 Refactor Bitmap records, to better handle missing featuresBartosz Kosiorek2-50/+45
2021-06-07WMF tdf#142625 Continue read records if unimlemented features foundBartosz Kosiorek1-8/+33
2021-06-05WMF Change the sign of read fields in BITBLT and DIB recordsBartosz Kosiorek4-48/+103
2021-06-03ofz#34867 TimeoutCaolán McNamara1-1/+1
2021-06-02WMF: add more SAL warnings in case record was not implementedBartosz Kosiorek1-2/+6
2021-06-02ofz#34847 Integer-overflowCaolán McNamara1-5/+12
2021-06-01tdf#142566 EMF Add support for EMR_POLYTEXTOUT recordsBartosz Kosiorek1-85/+92
2021-05-31tdf#53004 tdf#142495 WMF EMF Always display Text rectangleBartosz Kosiorek4-5/+20
2021-05-28tdf#53004 tdf#142495 WMF EMF Fix displaying Text with OPAQUE and CLIPPEDBartosz Kosiorek8-39/+190
2021-05-28tdf#117957 WMF Replace ellipses with rects to fix tests on arm64Bartosz Kosiorek2-2/+2
2021-05-27tdf#117957 WMF Fix failing tests on arm64Bartosz Kosiorek2-4/+4
2021-05-22tdf#55007 EMF Allow negatives values for Start Point and End PointBartosz Kosiorek2-13/+6
2021-05-22tdf#127145 WMF Fix displaying line width in ROUNDRECT recordBartosz Kosiorek3-5/+25
2021-05-21tdf#55007 tdf#142263 tdf#142268 EMF ARC, PIE, CHORD allow to draw circleBartosz Kosiorek3-29/+37
2021-05-18tdf#55007 tdf#142263 tdf#142268 EMF Properly display ARC and CHORDBartosz Kosiorek2-0/+15
2021-05-17Fix typosAndrea Gelmini1-1/+1
2021-05-15tdf#117957 WMF Add support for selecting colors from paletteBartosz Kosiorek5-5/+97
2021-05-13tdf#142014 Fix displaying strokes when line width is 0Bartosz Kosiorek3-4/+30
2021-05-12tdf#112603 tdf#142014 tdf#142139 WMF/EMF Fix line widthBartosz Kosiorek3-1/+33
2021-05-11tdf#141982 tdf#142139 Add rotation and line width support to ROUNDRECTBartosz Kosiorek3-3/+38
2021-05-07tdf#55058 tdf#141982 EMF: Add rotation support for INTERSECTCLIPRECT recordBartosz Kosiorek4-12/+45
2021-05-06tdf#55058 tdf#141982 EMF: Add rotation support for ARC, ARCTO, CHORD, PIEBartosz Kosiorek3-19/+33
2021-05-06tdf#142004 tdf#141982 EMF Import: Add rotation and path support for EMR_ELLIPSEBartosz Kosiorek3-3/+29
2021-05-05tdf#55058 tdf#141982 EMF: Add rotation and path support for RECTANGLE recordBartosz Kosiorek3-4/+30
2021-05-02SAL_INFO we want to display nVersion not nSignature (emfio/emfreader)Julien Nabet1-1/+1
2021-04-27More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor]Stephan Bergmann1-0/+3
2021-04-26drop mask from BitmapExNoel Grandin1-1/+1
2021-04-23CppunitTest_emfio_emf: avoid --disable-pdfium failureMiklos Vajna1-0/+6
2021-04-09-Werror,-Wformat (clang-cl)Stephan Bergmann1-1/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+5
2021-04-05ofz: skip slow path when fuzzingCaolán McNamara1-0/+7
2021-04-04pass ImplReadRegion the remaining len of record available for consumptionCaolán McNamara1-45/+65
2021-04-03tdf#37281 tdf#45820 tdf#48916 tdf#55058 EMF Implement complex clippingBartosz Kosiorek4-25/+41
2021-04-02tdf#55058 EMF: Implement PAINTRGN recordBartosz Kosiorek1-1/+12
2021-03-31tdf#55058 tdf#141394 EMF FILLRGN record is not displayed correctlyBartosz Kosiorek3-21/+49
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel1-1/+1
2021-03-26loplugin:flattenNoel1-75/+75
2021-03-25WMF/EMF Convert all index type of Objects to unsignedBartosz Kosiorek3-14/+26
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-22WMF EMF Add more SAL_INFO and SAL_WARN to help debugging import issuesBartosz Kosiorek2-89/+198
2021-03-19tdf#35986 tdf#140271 EMF Fix line width of CREATEPEN recordBartosz Kosiorek2-26/+21