summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d
AgeCommit message (Expand)Author
2023-03-23MCGR: Speedup Gradient Paint for VCLPixelProcessorArmin Le Grand (allotropia)
2023-03-22vcl,drawinglayer,svx,sw,sd: PDF/UA export: Annot StructElem for SdrMediaObjMichael Stahl
2023-01-14Fix typos and exec bitsAndrea Gelmini
2023-01-13SDPR: Direct support for FillGraphicPrimitive2DArmin Le Grand (Allotropia)
2023-01-05Fix typosAndrea Gelmini
2022-12-20Added two simple tooling Primitives for easy/common casesArmin Le Grand (allotropia)
2022-11-29New loplugin:crosscastStephan Bergmann
2022-11-25tdf#57423 drawinglayer: PDF/UA export: more Alt texts for SdrObjectsMichael Stahl
2022-11-22tdf#135638 drawinglayer,svx,sw: PDF/UA export: put SdrObjects on anchorMichael Stahl
2022-11-18Turn around usage of TextHierarchyEditPrimitive2DArmin Le Grand (allotropia)
2022-11-16Use BitmapEx in BitmapPrimitive2DNoel Grandin
2022-11-02Improved code for PolygonStrokePrimitive2D::getB2DRangeArmin Le Grand (allotropia)
2022-09-14Rework of ShadowPrimitive2DArmin Le Grand (allotropia)
2022-09-08Rework of SoftEdgePrimitive2DArmin Le Grand (allotropia)
2022-09-02Fix typoAndrea Gelmini
2022-09-01Added BufferedDecompositionGroupPrimitive2DArmin Le Grand (allotropia)
2022-08-31Rework of GlowPrimitive2DArmin Le Grand (allotropia)
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-06-18cid#1506305 Big parameter passed by valueCaolán McNamara
2022-06-15clang-tidy modernize-pass-by-value in drawinglayerNoel Grandin
2022-05-31elide temporary vector in TextDecoratedPortionPrimitive2DNoel Grandin
2022-05-29we can std::move the data out of TextBreakupHelperNoel Grandin
2022-05-29simplify and improve maybeInvertNoel Grandin
2022-01-03loplugin:unusedmethodsNoel Grandin
2022-01-02loplugin:unnecessaryvirtualNoel Grandin
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin
2021-12-23update PCHsTomaž Vajngerl
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl
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-10-06loplugin:moveparam in drawinglayerNoel 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-09tdf#144052 reduce Primitive2D copyingNoel Grandin
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-27tdf#101083 speed up SVG rendering with pattern fillNoel Grandin
2021-08-19drawinglayer: split polygonprimitive2d.hxx into multiple filesTomaž Vajngerl
2021-06-21drawinglayer: put BufferedDecompositionPrimitive2D in its own fileTomaž Vajngerl
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl
2021-06-19loplugin:finalclassesNoel Grandin
2021-01-30this method should be pure virtualNoel Grandin
2020-11-23remove textlayoutdevice.{hxx,cxx} from clang-format excludelistTomaž Vajngerl
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-08-25add a getCaretPositions like getTextArrayCaolán McNamara