summaryrefslogtreecommitdiff
path: root/emfio
AgeCommit message (Expand)Author
2022-05-16tdf#143876 EMF+ Add DrawClosedCurve and FillClosedCurve supportBartosz Kosiorek
2022-05-13tdf#142261 EMF+ Add support for Miter LimitBartosz Kosiorek
2022-05-09tdf#143875 tdf#55058 EMF+ Add support for individual line endingsBartosz Kosiorek
2022-05-09tdf#89331 EMF/WMF Fix holes in lines created with LINETOBartosz Kosiorek
2022-04-24Remove brittle test from WmfTestHossein
2022-04-22tdf#55058 tdf#143875 EMF+ Don't change line weight while rotatingBartosz Kosiorek
2022-04-21tdf#55058 tdf#143875 EMF+ Fix display of dashed lines and line jointsBartosz Kosiorek
2022-04-16Update README.md filesHossein
2022-04-14Fix typoAndrea Gelmini
2022-04-13Add info on limerest / dump drawyinglayer primitivesHossein
2022-04-06tdf#148359 Fix emfio regression: missing emf imageHossein
2022-04-06Fix type, calculation of FamilyFont PitchAndFamilyHossein
2022-04-01tdf#147818 EMF+ Fix restoring clipping statesBartosz Kosiorek
2022-03-29tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b)Bartosz Kosiorek
2022-03-15-Werror,-Wdeprecated-enum-enum-conversionStephan Bergmann
2022-03-15tdf#145614 Convert #define to enum and constexprHossein
2022-03-14Remove EMR_SETARCDIRECTION from unimplemented recordsHossein
2022-03-10tdf#113066 tdf#142204 EMF Implement SETARCDIRECTIONBartosz Kosiorek
2022-02-08drop checksum assert that is platform dependentCaolán McNamara
2022-02-04the real font used for 'Roman' is arbitraryCaolán McNamara
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2022-01-11Adapt test value intervals to my Linux --without-system-fontconfig buildStephan Bergmann
2022-01-10Move HAVE_MORE_FONTS into an extra config headerJan-Marek Glogowski
2022-01-09Improve some CPPUNIT_ASSERT checksStephan Bergmann
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
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-11-15Use basegfx::rad2deg() instead of *57.29577951308Hossein
2021-11-10Simplify MtfTools::ImplMapMike Kaganski
2021-11-09Simplify conditions for EMR_STRETCHDIBITS (EMF)Hossein
2021-11-08Make usage of ETO_PDY flag more visible (EMF)Hossein
2021-11-02ofz#40625 avoid Integer-overflowCaolán McNamara
2021-11-01ofz#40575 Integer-overflowCaolán McNamara
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
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-26Update emfio documentationHossein
2021-10-25Replacing std::unique_ptr<char[]>Hossein
2021-10-22Improve emfio module documentationHossein
2021-10-22Remove sax dependency from emfioHossein
2021-10-21Fix typosAndrea Gelmini
2021-10-21Add documentation for the 'emfio' moduleHossein
2021-10-19emfio: remove unused fileXisco Fauli
2021-10-15CppunitTest_emfio_emf: add some tolerance in TestPdfInEmfIlmari Lauhakangas
2021-10-03drop 'using namespace std' in desktop, e*, f*Julien Nabet