summaryrefslogtreecommitdiff
path: root/drawinglayer/source
AgeCommit message (Expand)AuthorFilesLines
2022-06-20tdf#128150 Implement/add SlideBackgroundFill visualizationArmin Le Grand (Allotropia)1-2/+14
2022-06-18cid#1506305 Big parameter passed by valueCaolán McNamara1-5/+4
2022-06-16loplugin:moveitNoel Grandin21-93/+97
2022-06-15clang-tidy modernize-pass-by-value in drawinglayerNoel Grandin65-249/+312
2022-06-14tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fillBartosz Kosiorek3-45/+64
2022-06-10new loplugin:moveitNoel Grandin1-1/+1
2022-06-03tdf#136787 Add control to create 1-bit B&W bitmap while creating mask.Gülşah Köse1-3/+4
2022-05-31elide temporary vector in TextDecoratedPortionPrimitive2DNoel Grandin1-16/+2
2022-05-30use more Primitive2DContainer::append and more std::moveNoel Grandin9-9/+9
2022-05-29elide temporary vector in processMetaTextLineActionNoel Grandin1-18/+8
2022-05-29use Primitive2DContainer in TargetHolderNoel Grandin1-8/+1
2022-05-29we can std::move the data out of TextBreakupHelperNoel Grandin2-6/+6
2022-05-29use std::vector in AnimatedGraphicPrimitive2DNoel Grandin1-2/+2
2022-05-29simplify and improve maybeInvertNoel Grandin2-22/+9
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-05-16EMF+ Simplify and optimize the codeBartosz Kosiorek3-72/+33
2022-05-16tdf#143876 EMF+ Add DrawClosedCurve and FillClosedCurve supportBartosz Kosiorek2-18/+50
2022-05-14Fix typoAndrea Gelmini1-1/+1
2022-05-13tdf#142261 EMF+ Add support for Miter LimitBartosz Kosiorek4-8/+26
2022-05-09tdf#143875 tdf#55058 EMF+ Add support for individual line endingsBartosz Kosiorek5-49/+161
2022-05-09tdf#89331 EMF/WMF Fix holes in lines created with LINETOBartosz Kosiorek1-7/+4
2022-05-07osl::Mutex->std::mutex in VDevBufferNoel Grandin1-6/+8
2022-04-29use more string_view in INetURLObjectNoel Grandin1-2/+2
2022-04-25Introduce a better mechanism to suppress false loplugin warningsStephan Bergmann1-0/+4
2022-04-24tdf#103859 EMF+ Use variable types according to EMFPLUS documentationBartosz Kosiorek5-77/+35
2022-04-22tdf#55058 tdf#143875 EMF+ Don't change line weight while rotatingBartosz Kosiorek3-4/+13
2022-04-21tdf#55058 tdf#143875 EMF+ Fix display of dashed lines and line jointsBartosz Kosiorek6-92/+88
2022-04-01tdf#147818 EMF+ Fix restoring clipping statesBartosz Kosiorek2-65/+118
2022-03-22use dashing info from struct LineInfo in EPS writer (tdf#146804)Luboš Luňák1-17/+1
2022-03-11new loplugin:trivialdestructorNoel Grandin1-2/+0
2022-03-04the assumption is that aArray.size() matches the Length argumentzhutyra1-2/+2
2022-02-28check if cast is to the right typeCaolán McNamara1-16/+20
2022-02-26Video preview doesn't redraw if the preview image changesCaolán McNamara1-1/+2
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar1-2/+2
2022-02-03We know the buffer length hereMike Kaganski1-2/+2
2022-01-24avoid Skia GPU surfaces for small virtual devices (bsc#1183308)Luboš Luňák1-1/+8
2022-01-24avoid Xlib cairo surfaces for small virtual devices (bsc#1183308)Luboš Luňák1-7/+27
2022-01-14Recheck modules d* with IWYUGabor Kelemen16-20/+7
2022-01-12tdf#145538 - Use range based for loopsdtm1-3/+2
2022-01-08Optimise a range-based for loopRamreiso Kashung1-2/+1
2022-01-03loplugin:unusedmethodsNoel Grandin1-22/+0
2021-12-30tdf#145538 : Using range-based for loopsRamreiso Kashung2-4/+4
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin1-60/+0
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin25-80/+209
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin5-112/+109
2021-12-16Remove transitional header drawinglayer/primitive2d/polygonprimitive2d.hxxGabor Kelemen25-25/+35
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen4-0/+4
2021-12-04rename Primitive2DDecompositionVisitor methodsNoel Grandin9-17/+17
2021-11-24tdf#145874: fix "Drop deg2rad/rad2deg conversions" for gradient export in a pdfJulien Nabet1-1/+1
2021-11-23tdf#145538 Use range based for loops in EnhancedShapeDumper.cxxHarjot1-43/+30