summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2020-07-02avoid costly to-monochrome-bitmap conversion with Skia (tdf#134365)Luboš Luňák1-3/+18
2020-06-20tdf#134134: consider color modifier stack when pixel-processingMike Kaganski5-7/+12
2020-05-29tdf#101181: disable antialiasing for maskMike Kaganski1-0/+6
2020-05-29Use buffer with alpha in VclProcessor2D::RenderUnifiedTransparencePrimitive2DMike Kaganski1-1/+2
2020-05-29tdf#101181: use buffer device with alpha in glow effectMike Kaganski2-24/+7
2020-05-29tdf#49247, tdf#101181: output glow and soft edge effects to metafileMike Kaganski2-0/+102
2020-05-29Use buffer with alpha in VclProcessor2D::RenderTransparencePrimitive2DMike Kaganski1-1/+4
2020-05-29tdf#49247: Reimplement soft edges to keep object transparencyMike Kaganski1-13/+8
2020-05-29Allow creation of virtual device with alpha as content of impBufferDeviceMike Kaganski2-44/+80
2020-05-29tdf#49247, tdf#101181: don't rely on automatic scaling of alpha maskMike Kaganski1-6/+5
2020-05-29tdf#49247, tdf#101181: Fix effect boundsMike Kaganski1-8/+13
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann7-11/+11
2020-05-26reduce dynamic_cast usage in an O(N^2) algorithmLuboš Luňák1-11/+4
2020-05-18comphelper, drawinglayer, framework, starmath: clang-format these filesMiklos Vajna1-64/+34
2020-05-18Only transform polypolygon when neededMike Kaganski1-2/+1
2020-05-13tdf#49247: draw soft edgesMike Kaganski5-44/+190
2020-05-11tdf#129916 svx: fix origin of scaled shadowMiklos Vajna1-1/+19
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-09drawinglayer: clean-up namespaces in graphicprimitivehelper2d.hxxTomaž Vajngerl1-9/+2
2020-05-09drawinglayer: clean-up namespaces in texture.hxxTomaž Vajngerl1-76/+2
2020-05-09remove vclmetafileprocessor2d.{cxx,hxx} from clang-format blacklistTomaž Vajngerl2-2065/+2110
2020-05-09simplify namespaces vclmetafileprocessor2d.hxxTomaž Vajngerl1-14/+3
2020-05-09use pragma once in vclmetafileprocessor2d.hxxTomaž Vajngerl1-5/+1
2020-05-09drawinglayer: organize imports in vclmetafileprocessor2d.cxxTomaž Vajngerl1-25/+18
2020-05-09dl: move {Eps,FillHatch,PointArray}Primitive2D to global includeTomaž Vajngerl13-271/+16
2020-05-08compact namespace in dbaccess..dtransNoel Grandin8-22/+22
2020-05-07tdf#132199: put glow before shadow, to have shadow of the glowMike Kaganski1-1/+3
2020-05-07tdf#101181: improve glow effectMike Kaganski3-62/+69
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin1-3/+2
2020-05-06This comparison is redundant, radiuses are compared belowMike Kaganski1-2/+0
2020-05-06Use default ctorMike Kaganski1-4/+1
2020-05-04drawinglayer: extract constant in renderWrongSpellPrimitive2DTomaž Vajngerl1-3/+6
2020-05-04drawinglayer: flatten renderWrongSpellPrimitive2DTomaž Vajngerl1-21/+21
2020-05-04remove helperwrongspellrenderer.{cxx,hxx} from clang-format blacklistTomaž Vajngerl2-41/+45
2020-05-04pragma once in helperwrongspellrenderer.hxxTomaž Vajngerl1-11/+3
2020-05-04organize includes in vclpixelprocessor2d.cxxTomaž Vajngerl1-11/+13
2020-05-04organize includes in vclprocessor2d.cxxTomaž Vajngerl1-23/+19
2020-05-04dl: replace OSL_ENSURE with SAL_WARN_IF in impBufferDeviceTomaž Vajngerl1-6/+10
2020-05-04drawinglayer: remove aBuffer typedef in VDevBufferTomaž Vajngerl1-13/+10
2020-05-04remove vclhelperbufferdevice.{cxx,hxx} from clang-format blacklistTomaž Vajngerl2-323/+332
2020-05-04pragma once in vclhelperbufferdevice.hxxTomaž Vajngerl1-9/+1
2020-05-02remove vclpixelprocessor2d.cxx from clang-format blacklistTomaž Vajngerl1-746/+811
2020-05-02remove vclprocessor2d.cxx from clang-format blacklistTomaž Vajngerl1-1121/+1182
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-26update pchesCaolán McNamara1-3/+4
2020-04-23tdf#130058 Import shadow size.Gülşah Köse1-1/+13
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen3-0/+3
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-1/+2
2020-04-19loplugin:flatten in drawinglayerNoel Grandin42-4416/+4408
2020-04-17Revert "[API CHANGE] remove some primitives rendering settings"Noel Grandin5-7/+22