summaryrefslogtreecommitdiffstats
path: root/emfio
Commit message (Expand)AuthorAgeFilesLines
* tdf#154789 EMF+ Performance boost of the EmfPlusRecordTypeDrawBeziersBartosz Kosiorek2023-04-232-0/+28
* CppunitTest_emfio_emf: use CPPUNIT_TEST_FIXTURE()Xisco Fauli2023-04-111-141/+45
* tdf#143148: Use pragma once instead of include guardsUday Sharma2023-03-162-10/+2
* Demultiplex test codeStephan Bergmann2023-03-091-40/+73
* Re-enable CppunitTest_emfio_wmf for --enable-mergelibsStephan Bergmann2023-03-092-2/+2
* ofz: Use-of-uninitialized-valueCaolán McNamara2023-02-151-6/+8
* tdf#142018 Properly create Pen width if style is COSMETICBartosz Kosiorek2023-02-113-31/+43
* drop internal support for 1-bit imagesNoel Grandin2023-01-121-3/+3
* tdf#152435 Revert "Make EMR_SAVEDC not UpdateClipRegion"Paris Oplopoios2022-12-132-9/+7
* tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara2022-12-024-15/+14
* Revert useless std::move of const objectStephan Bergmann2022-11-111-1/+1
* tdf#143148 Use pragma once instead of include guardsHarshita Nag2022-11-081-4/+1
* Make EMR_SAVEDC not UpdateClipRegionParis Oplopoios2022-11-082-7/+9
* tdf#151844 Make EMR_EXTSELECTCLIPRGN factor in WinOrg coordinatesParis Oplopoios2022-11-084-4/+29
* -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): emfioStephan Bergmann2022-11-052-2/+4
* UnoApiXmlTest: add new wrapper for XmlTestTools testsXisco Fauli2022-11-031-4/+3
* CppunitTest_emfio_emf: inherit from UnoApiTestXisco Fauli2022-11-012-25/+9
* cid#1516423 Uninitialized scalar fieldCaolán McNamara2022-10-251-0/+1
* tdf#150888 Scale down PPI if it would result in a tiny imageParis Oplopoios2022-10-244-4/+44
* Rework of SoftEdgePrimitive2DArmin Le Grand (allotropia)2022-09-081-5/+11
* tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock2022-08-242-5/+5
* loplugin:moveitNoel Grandin2022-08-181-2/+2
* tdf#104921: Cleanup Kashida insertion logicKhaled Hosny2022-08-141-2/+2
* clang-tidy modernize-pass-by-value in variousNoel Grandin2022-08-131-3/+4
* loplugin:moveitNoel Grandin2022-07-251-2/+2
* Replace old png writer in emfreader.cxxofftkp2022-07-191-3/+3
* loplugin:moveitNoel Grandin2022-07-141-1/+1
* Make TestEmfPlusDrawPathWithCustomCap succeed on Aarch64Stephan Bergmann2022-07-082-1/+1
* tdf#142770 tdf#143031 EMF+ Implement CustomLineCapBartosz Kosiorek2022-06-272-0/+26
* tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fillBartosz Kosiorek2022-06-142-0/+23
* new loplugin:moveitNoel Grandin2022-06-103-10/+10
* tdf#143876 EMF+ Add DrawClosedCurve and FillClosedCurve supportBartosz Kosiorek2022-05-162-0/+48
* tdf#142261 EMF+ Add support for Miter LimitBartosz Kosiorek2022-05-132-0/+50
* tdf#143875 tdf#55058 EMF+ Add support for individual line endingsBartosz Kosiorek2022-05-093-17/+99
* tdf#89331 EMF/WMF Fix holes in lines created with LINETOBartosz Kosiorek2022-05-095-233/+110
* Remove brittle test from WmfTestHossein2022-04-241-5/+0
* tdf#55058 tdf#143875 EMF+ Don't change line weight while rotatingBartosz Kosiorek2022-04-222-19/+27
* tdf#55058 tdf#143875 EMF+ Fix display of dashed lines and line jointsBartosz Kosiorek2022-04-212-0/+33
* Update README.md filesHossein2022-04-161-1/+1
* Fix typoAndrea Gelmini2022-04-141-1/+1
* Add info on limerest / dump drawyinglayer primitivesHossein2022-04-131-0/+6
* tdf#148359 Fix emfio regression: missing emf imageHossein2022-04-063-1/+26
* Fix type, calculation of FamilyFont PitchAndFamilyHossein2022-04-063-3/+3
* tdf#147818 EMF+ Fix restoring clipping statesBartosz Kosiorek2022-04-013-0/+66
* tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b)Bartosz Kosiorek2022-03-291-1/+1
* -Werror,-Wdeprecated-enum-enum-conversionStephan Bergmann2022-03-151-1/+1
* tdf#145614 Convert #define to enum and constexprHossein2022-03-155-307/+397
* Remove EMR_SETARCDIRECTION from unimplemented recordsHossein2022-03-141-3/+3
* tdf#113066 tdf#142204 EMF Implement SETARCDIRECTIONBartosz Kosiorek2022-03-105-3/+74
* drop checksum assert that is platform dependentCaolán McNamara2022-02-081-11/+0