summaryrefslogtreecommitdiff
path: root/emfio/source/reader/wmfreader.cxx
AgeCommit message (Expand)Author
2023-10-31cid#1548365 Logically dead codeCaolán McNamara
2023-10-29tdf#155887 WMF Fix displaying images with size of EOF other that 3Bartosz Kosiorek
2023-10-28tdf#155887 Add individual WMF records validationBartosz Kosiorek
2023-01-12drop internal support for 1-bit imagesNoel Grandin
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): emfioStephan Bergmann
2022-10-25cid#1516423 Uninitialized scalar fieldCaolán McNamara
2022-10-24tdf#150888 Scale down PPI if it would result in a tiny imageParis Oplopoios
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-06-10new loplugin:moveitNoel Grandin
2022-05-09tdf#89331 EMF/WMF Fix holes in lines created with LINETOBartosz Kosiorek
2022-03-15tdf#145614 Convert #define to enum and constexprHossein
2021-12-06ofz: Use-of-uninitialized-valueCaolán McNamara
2021-11-30tdf#145873 Fix FILEOPEN: EMF file not displayed #2Hossein
2021-11-26tdf#145873 Fix FILEOPEN: EMF file not displayedHossein
2021-11-22Convert #define to enumHossein
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-25Replacing std::unique_ptr<char[]>Hossein
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-27tdf#88163 Fix font size for placeable wmf filesHossein
2021-09-26Removing unneeded checkHossein
2021-09-16ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-08ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-06ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-05Simplify a bit nOldROP management (emfio/wmfreader)Julien Nabet
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-03tdf#88163 Fix WMF font sizeHossein
2021-09-03no need to allocate BSaveStruct separatelyNoel Grandin
2021-09-01ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-31ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-31ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-06-17EMF+ WMF Update the variable names and add additional TODO warningsBartosz Kosiorek
2021-06-11drop EMF+ also when converting WMF, not just EMFLuboš Luňák
2021-06-11ofz#35150 crash in Bitmap::Crop from wmf loadCaolán McNamara
2021-06-11ofz#35149 crash in vcl::bitmap::CreateFromData from wmf loadCaolán McNamara
2021-06-11WMF/EMF tdf#59814 tdf#142567 Fix RestoreDC recordBartosz Kosiorek
2021-06-09WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBltBartosz Kosiorek
2021-06-08WMF tdf#142625 Refactor Bitmap records, to better handle missing featuresBartosz Kosiorek
2021-06-07WMF tdf#142625 Continue read records if unimlemented features foundBartosz Kosiorek
2021-06-05WMF Change the sign of read fields in BITBLT and DIB recordsBartosz Kosiorek
2021-06-02WMF: add more SAL warnings in case record was not implementedBartosz Kosiorek
2021-05-28tdf#53004 tdf#142495 WMF EMF Fix displaying Text with OPAQUE and CLIPPEDBartosz Kosiorek
2021-05-15tdf#117957 WMF Add support for selecting colors from paletteBartosz Kosiorek
2021-04-09-Werror,-Wformat (clang-cl)Stephan Bergmann
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-25WMF/EMF Convert all index type of Objects to unsignedBartosz Kosiorek
2021-03-22WMF EMF Add more SAL_INFO and SAL_WARN to help debugging import issuesBartosz Kosiorek