summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)Author
2022-07-21tdf#144916: expand range to avoid unwanted effects on viewport edgesMike Kaganski
2022-07-21elide some makeStringAndClear() callsNoel Grandin
2022-07-19Replace old png writer in converters.cxxofftkp
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-07-09tdf#149890 SVG: pattern is displayed with black fillNoel Grandin
2022-06-29Fix typosAndrea Gelmini
2022-06-28tdf#149754 correct gradient paint for outside definition rangeArmin Le Grand (allotropia)
2022-06-27tdf#142770 tdf#143031 EMF+ Implement CustomLineCapBartosz Kosiorek
2022-06-20tdf#128150 Implement/add SlideBackgroundFill visualizationArmin Le Grand (Allotropia)
2022-06-18cid#1506305 Big parameter passed by valueCaolán McNamara
2022-06-16loplugin:moveitNoel Grandin
2022-06-15clang-tidy modernize-pass-by-value in drawinglayerNoel Grandin
2022-06-14tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fillBartosz Kosiorek
2022-06-10new loplugin:moveitNoel Grandin
2022-06-03tdf#136787 Add control to create 1-bit B&W bitmap while creating mask.Gülşah Köse
2022-05-31elide temporary vector in TextDecoratedPortionPrimitive2DNoel Grandin
2022-05-30use more Primitive2DContainer::append and more std::moveNoel Grandin
2022-05-29elide temporary vector in processMetaTextLineActionNoel Grandin
2022-05-29use Primitive2DContainer in TargetHolderNoel Grandin
2022-05-29we can std::move the data out of TextBreakupHelperNoel Grandin
2022-05-29use std::vector in AnimatedGraphicPrimitive2DNoel Grandin
2022-05-29simplify and improve maybeInvertNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-16EMF+ Simplify and optimize the codeBartosz Kosiorek
2022-05-16tdf#143876 EMF+ Add DrawClosedCurve and FillClosedCurve supportBartosz Kosiorek
2022-05-14Fix typoAndrea Gelmini
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-05-07osl::Mutex->std::mutex in VDevBufferNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-25Introduce a better mechanism to suppress false loplugin warningsStephan Bergmann
2022-04-24tdf#103859 EMF+ Use variable types according to EMFPLUS documentationBartosz Kosiorek
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-13Add info on limerest / dump drawyinglayer primitivesHossein
2022-04-01tdf#147818 EMF+ Fix restoring clipping statesBartosz Kosiorek
2022-03-22use dashing info from struct LineInfo in EPS writer (tdf#146804)Luboš Luňák
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-03-04the assumption is that aArray.size() matches the Length argumentzhutyra
2022-02-28check if cast is to the right typeCaolán McNamara
2022-02-26Video preview doesn't redraw if the preview image changesCaolán McNamara
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar
2022-02-03We know the buffer length hereMike Kaganski
2022-01-24avoid Skia GPU surfaces for small virtual devices (bsc#1183308)Luboš Luňák
2022-01-24avoid Xlib cairo surfaces for small virtual devices (bsc#1183308)Luboš Luňák
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2022-01-14Recheck modules d* with IWYUGabor Kelemen
2022-01-12tdf#145538 - Use range based for loopsdtm