summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d
AgeCommit message (Expand)Author
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
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-10new loplugin:moveitNoel Grandin
2022-05-31elide temporary vector in TextDecoratedPortionPrimitive2DNoel Grandin
2022-05-30use more Primitive2DContainer::append and more std::moveNoel 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-03-04the assumption is that aArray.size() matches the Length argumentzhutyra
2022-02-26Video preview doesn't redraw if the preview image changesCaolán McNamara
2022-01-14Recheck modules d* with IWYUGabor Kelemen
2022-01-08Optimise a range-based for loopRamreiso Kashung
2022-01-03loplugin:unusedmethodsNoel Grandin
2021-12-30tdf#145538 : Using range-based for loopsRamreiso Kashung
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin
2021-12-16Remove transitional header drawinglayer/primitive2d/polygonprimitive2d.hxxGabor Kelemen
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen
2021-12-04rename Primitive2DDecompositionVisitor methodsNoel Grandin
2021-11-23tdf#145538 Use range based for loopsHenrik Palomäki
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin
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-19Use range based for loopsHossein
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin
2021-10-03drop 'using namespace std' in drawinglayerJulien Nabet
2021-10-02new loplugin:moveparamNoel Grandin
2021-09-26recursive_mutex -> mutex in BasePrimitive2DImplBaseNoel Grandin
2021-09-24reduce copying in drawinglayerNoel Grandin
2021-09-23Related: tdf#144091 svx: fix interaction of transp cell fill and transp shadowMiklos Vajna
2021-09-22reduce copying in BufferedDecompositionPrimitive2DNoel Grandin
2021-09-21reduce cost of BasePrimitive2D (tdf#125892)Noel Grandin
2021-09-20tdf#144091 svx: fix unwanted blur of shadow from table cell fillMiklos Vajna
2021-09-09fix std::move same object more than onceNoel Grandin
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin
2021-09-08no need to call expand() hereNoel Grandin
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-27tdf#101083 speed up SVG rendering with pattern fillNoel Grandin
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-13tdf#105575 Slow rendering when using a Logo commandNoel Grandin
2021-07-31drawinglayer: extract Prop. Value conversion from ViewInformation2DTomaž Vajngerl
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-07-25use officecfg for drawing optionsNoel Grandin