summaryrefslogtreecommitdiff
path: root/include/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin9-12/+11
2021-10-02new loplugin:moveparamNoel Grandin1-1/+1
2021-09-26recursive_mutex -> mutex in BasePrimitive2DImplBaseNoel Grandin1-2/+2
2021-09-24reduce copying in drawinglayerNoel Grandin2-2/+2
2021-09-23Related: tdf#144091 svx: fix interaction of transp cell fill and transp shadowMiklos Vajna2-12/+8
2021-09-22reduce copying in BufferedDecompositionPrimitive2DNoel Grandin1-2/+2
2021-09-21reduce cost of BasePrimitive2D (tdf#125892)Noel Grandin1-5/+36
2021-09-20tdf#144091 svx: fix unwanted blur of shadow from table cell fillMiklos Vajna2-0/+15
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin16-24/+24
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin1-9/+1
2021-08-27tdf#101083 speed up SVG rendering with pattern fillNoel Grandin1-0/+12
2021-08-22no need to use unique_ptr for ViewInformation3DNoel Grandin2-2/+6
2021-08-20loplugin:unusedmethodsNoel Grandin2-11/+0
2021-08-19drawinglayer: split polygonprimitive2d.hxx into multiple filesTomaž Vajngerl6-245/+398
2021-08-18use visitor callback to avoid container construction (tdf#105575)Noel Grandin1-1/+6
2021-07-31drawinglayer: extract Prop. Value conversion from ViewInformation2DTomaž Vajngerl1-30/+8
2021-07-31drawinglayer: remove extendedInformation from ViewInformation2DTomaž Vajngerl1-12/+1
2021-06-21drawinglayer: put BufferedDecompositionPrimitive2D in its own fileTomaž Vajngerl33-100/+146
2021-06-20Fix typosAndrea Gelmini1-1/+1
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl1-9/+0
2021-06-19loplugin:finalclassesNoel Grandin1-1/+1
2021-05-11drawinglayer: move converter.hxx to public includeTomaž Vajngerl1-0/+34
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara1-4/+2
2021-01-30this method should be pure virtualNoel Grandin1-5/+4
2020-12-01do not unnecessarily explicitly force gradient step count (tdf#138581)Luboš Luňák1-1/+1
2020-11-24remove linestartendattribute.hxx from clang-format excludelistTomaž Vajngerl1-32/+31
2020-11-23pragma once for linestartendattribute.hxxTomaž Vajngerl1-8/+1
2020-11-23cleanup namespaces for fill*attribute.hxxTomaž Vajngerl3-17/+0
2020-11-23pragma once for fill*attribute.hxxTomaž Vajngerl3-12/+4
2020-11-23remove fill*attribute.hxx from clang-format excludelistTomaž Vajngerl3-174/+149
2020-11-23remove textlayoutdevice.{hxx,cxx} from clang-format excludelistTomaž Vajngerl1-91/+75
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-3/+4
2020-08-25add a getCaretPositions like getTextArrayCaolán McNamara1-0/+5
2020-07-16compact namespace: drawinglayerNoel Grandin40-225/+131
2020-07-13move Primitive2dXmlDump from drawinglayer::tools to drawinglayer NSTomaž Vajngerl1-2/+2
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen16-37/+3
2020-07-07make some symbols privateNoel Grandin1-1/+1
2020-06-28drawinglayer: remove textprimitive2d.hxx from clang-format blacklistTomaž Vajngerl1-138/+137
2020-06-27organise includes in textprimitive2d.hxxTomaž Vajngerl1-4/+3
2020-06-27drawinglayer: remove fontattribute.hxx from clang-format blacklistTomaž Vajngerl1-51/+40
2020-06-27drawinglayer: pragma once for fontattribute.hxxTomaž Vajngerl1-13/+3
2020-06-04Update ShadowPrimitive2D to support shadow blurA_GAN1-2/+8
2020-05-29Add blur attributies and definitons into shadow classes and properitiesA_GAN1-0/+2
2020-05-29tdf#101181: use buffer device with alpha in glow effectMike Kaganski1-5/+0
2020-05-26reduce dynamic_cast usage in an O(N^2) algorithmLuboš Luňák1-6/+6
2020-05-24remove some unused typedefsNoel Grandin1-1/+0
2020-05-13tdf#49247: draw soft edgesMike Kaganski2-1/+53
2020-05-10drawinglayer: simplify namespaces in ALL primitive2d headersTomaž Vajngerl36-266/+77
2020-05-10drawinglayer: simplify namespaces in BitmapPrimitive2dTomaž Vajngerl1-10/+1
2020-05-10pragma once for the rest of primitive2d headersTomaž Vajngerl3-12/+3