summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d
AgeCommit message (Expand)Author
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
2021-06-23move BufferedDecompositionPrimitive2D impl. into its own fileTomaž Vajngerl
2021-06-21drawinglayer: put BufferedDecompositionPrimitive2D in its own fileTomaž Vajngerl
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl
2021-05-11drawinglayer: move converter.hxx to public includeTomaž Vajngerl
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-03-11use VCLUnoHelper::GetWindowCaolán McNamara
2021-02-22loplugin:refcounting in drawinglayerNoel
2021-01-30this method should be pure virtualNoel Grandin
2021-01-17cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet