summaryrefslogtreecommitdiff
path: root/emfio
AgeCommit message (Expand)AuthorFilesLines
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-3/+3
2022-12-13tdf#152435 Revert "Make EMR_SAVEDC not UpdateClipRegion"Paris Oplopoios2-9/+7
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara4-15/+14
2022-11-11Revert useless std::move of const objectStephan Bergmann1-1/+1
2022-11-08tdf#143148 Use pragma once instead of include guardsHarshita Nag1-4/+1
2022-11-08Make EMR_SAVEDC not UpdateClipRegionParis Oplopoios2-7/+9
2022-11-08tdf#151844 Make EMR_EXTSELECTCLIPRGN factor in WinOrg coordinatesParis Oplopoios4-4/+29
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): emfioStephan Bergmann2-2/+4
2022-11-03UnoApiXmlTest: add new wrapper for XmlTestTools testsXisco Fauli1-4/+3
2022-11-01CppunitTest_emfio_emf: inherit from UnoApiTestXisco Fauli2-25/+9
2022-10-25cid#1516423 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-10-24tdf#150888 Scale down PPI if it would result in a tiny imageParis Oplopoios4-4/+44
2022-09-08Rework of SoftEdgePrimitive2DArmin Le Grand (allotropia)1-5/+11
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock2-5/+5
2022-08-18loplugin:moveitNoel Grandin1-2/+2
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny1-2/+2
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin1-3/+4
2022-07-25loplugin:moveitNoel Grandin1-2/+2
2022-07-19Replace old png writer in emfreader.cxxofftkp1-3/+3
2022-07-14loplugin:moveitNoel Grandin1-1/+1
2022-07-08Make TestEmfPlusDrawPathWithCustomCap succeed on Aarch64Stephan Bergmann2-1/+1
2022-06-27tdf#142770 tdf#143031 EMF+ Implement CustomLineCapBartosz Kosiorek2-0/+26
2022-06-14tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fillBartosz Kosiorek2-0/+23
2022-06-10new loplugin:moveitNoel Grandin3-10/+10
2022-05-16tdf#143876 EMF+ Add DrawClosedCurve and FillClosedCurve supportBartosz Kosiorek2-0/+48
2022-05-13tdf#142261 EMF+ Add support for Miter LimitBartosz Kosiorek2-0/+50
2022-05-09tdf#143875 tdf#55058 EMF+ Add support for individual line endingsBartosz Kosiorek3-17/+99
2022-05-09tdf#89331 EMF/WMF Fix holes in lines created with LINETOBartosz Kosiorek5-233/+110
2022-04-24Remove brittle test from WmfTestHossein1-5/+0
2022-04-22tdf#55058 tdf#143875 EMF+ Don't change line weight while rotatingBartosz Kosiorek2-19/+27
2022-04-21tdf#55058 tdf#143875 EMF+ Fix display of dashed lines and line jointsBartosz Kosiorek2-0/+33
2022-04-16Update README.md filesHossein1-1/+1
2022-04-14Fix typoAndrea Gelmini1-1/+1
2022-04-13Add info on limerest / dump drawyinglayer primitivesHossein1-0/+6
2022-04-06tdf#148359 Fix emfio regression: missing emf imageHossein3-1/+26
2022-04-06Fix type, calculation of FamilyFont PitchAndFamilyHossein3-3/+3
2022-04-01tdf#147818 EMF+ Fix restoring clipping statesBartosz Kosiorek3-0/+66
2022-03-29tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b)Bartosz Kosiorek1-1/+1
2022-03-15-Werror,-Wdeprecated-enum-enum-conversionStephan Bergmann1-1/+1
2022-03-15tdf#145614 Convert #define to enum and constexprHossein5-307/+397
2022-03-14Remove EMR_SETARCDIRECTION from unimplemented recordsHossein1-3/+3
2022-03-10tdf#113066 tdf#142204 EMF Implement SETARCDIRECTIONBartosz Kosiorek5-3/+74
2022-02-08drop checksum assert that is platform dependentCaolán McNamara1-11/+0
2022-02-04the real font used for 'Roman' is arbitraryCaolán McNamara5-10/+6
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen3-7/+1
2022-01-11Adapt test value intervals to my Linux --without-system-fontconfig buildStephan Bergmann1-2/+2
2022-01-10Move HAVE_MORE_FONTS into an extra config headerJan-Marek Glogowski1-0/+1
2022-01-09Improve some CPPUNIT_ASSERT checksStephan Bergmann1-5/+5
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin3-70/+34
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl2-0/+2