summaryrefslogtreecommitdiffstats
path: root/emfio
Commit message (Expand)AuthorAgeFilesLines
* 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
* the real font used for 'Roman' is arbitraryCaolán McNamara2022-02-045-10/+6
* Recheck modules [e-f]* with IWYUGabor Kelemen2022-01-173-7/+1
* Adapt test value intervals to my Linux --without-system-fontconfig buildStephan Bergmann2022-01-111-2/+2
* Move HAVE_MORE_FONTS into an extra config headerJan-Marek Glogowski2022-01-101-0/+1
* Improve some CPPUNIT_ASSERT checksStephan Bergmann2022-01-091-5/+5
* Split BasePrimitive2D UNO interface into separate objectNoel Grandin2021-12-233-70/+34
* Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl2021-12-222-0/+2
* loplugin:flatten in editeng..extensionsNoel Grandin2021-12-211-51/+51
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-101-1/+1
* ofz: Use-of-uninitialized-valueCaolán McNamara2021-12-061-1/+1
* tdf#145873 Fix FILEOPEN: EMF file not displayed #2Hossein2021-11-301-1/+6
* tdf#145873 Fix FILEOPEN: EMF file not displayedHossein2021-11-261-2/+3
* Convert #define to enumHossein2021-11-221-80/+83
* Use basegfx::rad2deg() instead of *57.29577951308Hossein2021-11-151-1/+1
* Simplify MtfTools::ImplMapMike Kaganski2021-11-102-72/+30
* Simplify conditions for EMR_STRETCHDIBITS (EMF)Hossein2021-11-091-4/+4
* Make usage of ETO_PDY flag more visible (EMF)Hossein2021-11-081-1/+15
* ofz#40625 avoid Integer-overflowCaolán McNamara2021-11-021-1/+1
* ofz#40575 Integer-overflowCaolán McNamara2021-11-011-1/+1
* add o3tl::span ctor from std::vectorLuboš Luňák2021-10-311-1/+1
* tools::Long->sal_Int32 in the DX arraysNoel Grandin2021-10-304-8/+8
* pass DX array around using o3tl::span instead of pointerNoel Grandin2021-10-294-27/+30