Age | Commit message (Expand) | Author |
2023-05-11 | ofz#58830 Container-overflow READ 1 | Caolán McNamara |
2023-05-11 | ofz#58836 Out-of-memory | Caolán McNamara |
2023-05-10 | tdf#142249 EMF Implement EMR_POLYDRAW record | Bartosz Kosiorek |
2023-04-23 | tdf#154789 EMF+ Performance boost of the EmfPlusRecordTypeDrawBeziers | Bartosz Kosiorek |
2023-04-11 | CppunitTest_emfio_emf: use CPPUNIT_TEST_FIXTURE() | Xisco Fauli |
2023-03-16 | tdf#143148: Use pragma once instead of include guards | Uday Sharma |
2023-03-09 | Demultiplex test code | Stephan Bergmann |
2023-03-09 | Re-enable CppunitTest_emfio_wmf for --enable-mergelibs | Stephan Bergmann |
2023-02-15 | ofz: Use-of-uninitialized-value | Caolán McNamara |
2023-02-11 | tdf#142018 Properly create Pen width if style is COSMETIC | Bartosz Kosiorek |
2023-01-12 | drop internal support for 1-bit images | Noel Grandin |
2022-12-13 | tdf#152435 Revert "Make EMR_SAVEDC not UpdateClipRegion" | Paris Oplopoios |
2022-12-02 | tdf#152094 retain more accuracy from RefDevMode::MSO1 | Caolán McNamara |
2022-11-11 | Revert useless std::move of const object | Stephan Bergmann |
2022-11-08 | tdf#143148 Use pragma once instead of include guards | Harshita Nag |
2022-11-08 | Make EMR_SAVEDC not UpdateClipRegion | Paris Oplopoios |
2022-11-08 | tdf#151844 Make EMR_EXTSELECTCLIPRGN factor in WinOrg coordinates | Paris Oplopoios |
2022-11-05 | -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): emfio | Stephan Bergmann |
2022-11-03 | UnoApiXmlTest: add new wrapper for XmlTestTools tests | Xisco Fauli |
2022-11-01 | CppunitTest_emfio_emf: inherit from UnoApiTest | Xisco Fauli |
2022-10-25 | cid#1516423 Uninitialized scalar field | Caolán McNamara |
2022-10-24 | tdf#150888 Scale down PPI if it would result in a tiny image | Paris Oplopoios |
2022-09-08 | Rework of SoftEdgePrimitive2D | Armin Le Grand (allotropia) |
2022-08-24 | tools: rename Rectangle::Justify() to Rectangle::Normalize() | Chris Sherlock |
2022-08-18 | loplugin:moveit | Noel Grandin |
2022-08-14 | tdf#104921: Cleanup Kashida insertion logic | Khaled Hosny |
2022-08-13 | clang-tidy modernize-pass-by-value in various | Noel Grandin |
2022-07-25 | loplugin:moveit | Noel Grandin |
2022-07-19 | Replace old png writer in emfreader.cxx | offtkp |
2022-07-14 | loplugin:moveit | Noel Grandin |
2022-07-08 | Make TestEmfPlusDrawPathWithCustomCap succeed on Aarch64 | Stephan Bergmann |
2022-06-27 | tdf#142770 tdf#143031 EMF+ Implement CustomLineCap | Bartosz Kosiorek |
2022-06-14 | tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fill | Bartosz Kosiorek |
2022-06-10 | new loplugin:moveit | Noel Grandin |
2022-05-16 | tdf#143876 EMF+ Add DrawClosedCurve and FillClosedCurve support | Bartosz Kosiorek |
2022-05-13 | tdf#142261 EMF+ Add support for Miter Limit | Bartosz Kosiorek |
2022-05-09 | tdf#143875 tdf#55058 EMF+ Add support for individual line endings | Bartosz Kosiorek |
2022-05-09 | tdf#89331 EMF/WMF Fix holes in lines created with LINETO | Bartosz Kosiorek |
2022-04-24 | Remove brittle test from WmfTest | Hossein |
2022-04-22 | tdf#55058 tdf#143875 EMF+ Don't change line weight while rotating | Bartosz Kosiorek |
2022-04-21 | tdf#55058 tdf#143875 EMF+ Fix display of dashed lines and line joints | Bartosz Kosiorek |
2022-04-16 | Update README.md files | Hossein |
2022-04-14 | Fix typo | Andrea Gelmini |
2022-04-13 | Add info on limerest / dump drawyinglayer primitives | Hossein |
2022-04-06 | tdf#148359 Fix emfio regression: missing emf image | Hossein |
2022-04-06 | Fix type, calculation of FamilyFont PitchAndFamily | Hossein |
2022-04-01 | tdf#147818 EMF+ Fix restoring clipping states | Bartosz Kosiorek |
2022-03-29 | tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b) | Bartosz Kosiorek |
2022-03-15 | -Werror,-Wdeprecated-enum-enum-conversion | Stephan Bergmann |
2022-03-15 | tdf#145614 Convert #define to enum and constexpr | Hossein |