summaryrefslogtreecommitdiff
path: root/emfio
AgeCommit message (Expand)AuthorFilesLines
8 daysloplugin:ostr in emfioNoel Grandin5-623/+729
11 daysofz#68612 Integer-overflowCaolán McNamara1-2/+2
2024-04-23ofz#68234 emf XForm isnan membersCaolán McNamara1-0/+10
2024-04-20ofz#68172 Integer-overflowCaolán McNamara1-4/+12
2024-04-20Enable this test on all platformsMike Kaganski1-27/+23
2024-04-20Return double from OutputDevice::GetTextArrayMike Kaganski1-1/+1
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski1-3/+3
2024-04-14Round in XmlWriter::attribute when passing a doubleMike Kaganski1-17/+17
2024-04-13Use more o3tl::convertMike Kaganski1-1/+1
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+3
2024-01-03UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski1-1/+1
2023-12-30move IsFuzzing to comphelperCaolán McNamara2-7/+7
2023-12-22Use emplace_back instead of push_back (emfio)Julien Nabet3-4/+4
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-1/+1
2023-12-07loplugin:ostr (macOS)Stephan Bergmann1-17/+19
2023-11-20Extended loplugin:ostr: emfioStephan Bergmann3-576/+620
2023-10-31cid#1548365 Logically dead codeCaolán McNamara1-5/+0
2023-10-29tdf#155887 WMF Fix displaying images with size of EOF other that 3Bartosz Kosiorek3-12/+39
2023-10-28tdf#155887 Add individual WMF records validationBartosz Kosiorek1-187/+283
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-3/+3
2023-10-06xmltesttools: add assertXPathDoubleValue that takes a double with deltaIlmari Lauhakangas1-13/+13
2023-09-08XEmfParser does not need to implement XAggreggationNoel Grandin1-2/+2
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin2-7/+7
2023-07-23tdf#156234: Don’t round glyph coordinates when doing subpixel positioningKhaled Hosny2-13/+13
2023-07-21loplugin:redundantcast small improvementNoel Grandin1-1/+1
2023-06-13tdf#143877 Fix failing tests caused by floating point precisionBartosz Kosiorek4-139/+124
2023-06-01tdf#143877 EMF+ Implement EmfPlusDrawCurve with cardinal splineBartosz Kosiorek3-26/+158
2023-05-15ofz#58991 Heap-buffer-overflowCaolán McNamara1-1/+1
2023-05-13ofz#58928 Heap-buffer-overflow READCaolán McNamara1-0/+5
2023-05-12EMF Fix text aligning for EMR_SETTEXTALIGN for wrong values.Bartosz Kosiorek4-6/+99
2023-05-12Related: ofz#58830 do Bezier point count checkCaolán McNamara1-2/+5
2023-05-11ofz#58830 Container-overflow READ 1Caolán McNamara1-0/+1
2023-05-11ofz#58836 Out-of-memoryCaolán McNamara1-5/+5
2023-05-10tdf#142249 EMF Implement EMR_POLYDRAW recordBartosz Kosiorek4-3/+115
2023-04-23tdf#154789 EMF+ Performance boost of the EmfPlusRecordTypeDrawBeziersBartosz Kosiorek2-0/+28
2023-04-11CppunitTest_emfio_emf: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-141/+45
2023-03-16tdf#143148: Use pragma once instead of include guardsUday Sharma2-10/+2
2023-03-09Demultiplex test codeStephan Bergmann1-40/+73
2023-03-09Re-enable CppunitTest_emfio_wmf for --enable-mergelibsStephan Bergmann2-2/+2
2023-02-15ofz: Use-of-uninitialized-valueCaolán McNamara1-6/+8
2023-02-11tdf#142018 Properly create Pen width if style is COSMETICBartosz Kosiorek3-31/+43
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