summaryrefslogtreecommitdiffstats
path: root/drawinglayer
Commit message (Expand)AuthorAgeFilesLines
...
* drawinglayer: create instances with uno constructorsNoel Grandin2020-07-075-137/+14
* Upcoming improved loplugin:staticanonymous -> redundantstatic: drawinglayerStephan Bergmann2020-07-011-1/+1
* avoid costly to-monochrome-bitmap conversion with Skia (tdf#134365)Luboš Luňák2020-07-011-3/+18
* loplugin:constantparamNoel Grandin2020-06-292-5/+6
* use more std::container::insert instead of std::copyNoel Grandin2020-06-241-7/+3
* tdf#134134: consider color modifier stack when pixel-processingMike Kaganski2020-06-195-7/+12
* Add process function to create the blur shadowA_GAN2020-06-152-0/+55
* Update ShadowPrimitive2D to support shadow blurA_GAN2020-06-043-2/+10
* Upcoming loplugin:elidestringvar: drawinglayerStephan Bergmann2020-06-031-4/+2
* Add TODOsMike Kaganski2020-05-301-0/+4
* loplugin:simplifybool in dbaccess..frameworkNoel Grandin2020-05-295-5/+5
* tdf#101181: disable antialiasing for maskMike Kaganski2020-05-291-0/+6
* Add blur attributies and definitons into shadow classes and properitiesA_GAN2020-05-291-1/+13
* Use buffer with alpha in VclProcessor2D::RenderUnifiedTransparencePrimitive2DMike Kaganski2020-05-291-1/+2
* tdf#101181: use buffer device with alpha in glow effectMike Kaganski2020-05-292-24/+7
* tdf#49247, tdf#101181: output glow and soft edge effects to metafileMike Kaganski2020-05-292-0/+102
* Use buffer with alpha in VclProcessor2D::RenderTransparencePrimitive2DMike Kaganski2020-05-291-1/+4
* tdf#49247: Reimplement soft edges to keep object transparencyMike Kaganski2020-05-291-13/+8
* Allow creation of virtual device with alpha as content of impBufferDeviceMike Kaganski2020-05-292-44/+80
* tdf#49247, tdf#101181: don't rely on automatic scaling of alpha maskMike Kaganski2020-05-291-6/+5
* tdf#49247, tdf#101181: Fix effect boundsMike Kaganski2020-05-291-8/+13
* Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-267-11/+11
* reduce dynamic_cast usage in an O(N^2) algorithmLuboš Luňák2020-05-261-11/+4
* comphelper, drawinglayer, framework, starmath: clang-format these filesMiklos Vajna2020-05-181-64/+34
* Only transform polypolygon when neededMike Kaganski2020-05-181-2/+1
* tdf#49247: draw soft edgesMike Kaganski2020-05-135-44/+190
* tdf#129916 svx: fix origin of scaled shadowMiklos Vajna2020-05-111-1/+19
* new loplugin:simplifypointertoboolNoel Grandin2020-05-101-1/+1
* drawinglayer: clean-up namespaces in graphicprimitivehelper2d.hxxTomaž Vajngerl2020-05-091-9/+2
* drawinglayer: clean-up namespaces in texture.hxxTomaž Vajngerl2020-05-091-76/+2
* remove vclmetafileprocessor2d.{cxx,hxx} from clang-format blacklistTomaž Vajngerl2020-05-092-2065/+2110
* simplify namespaces vclmetafileprocessor2d.hxxTomaž Vajngerl2020-05-091-14/+3
* use pragma once in vclmetafileprocessor2d.hxxTomaž Vajngerl2020-05-091-5/+1
* drawinglayer: organize imports in vclmetafileprocessor2d.cxxTomaž Vajngerl2020-05-091-25/+18
* dl: move {Eps,FillHatch,PointArray}Primitive2D to global includeTomaž Vajngerl2020-05-0913-271/+16
* compact namespace in dbaccess..dtransNoel Grandin2020-05-088-22/+22
* tdf#132199: put glow before shadow, to have shadow of the glowMike Kaganski2020-05-071-1/+3
* tdf#101181: improve glow effectMike Kaganski2020-05-073-62/+69
* fix memory leak of xmlDoc objectsNoel Grandin2020-05-071-3/+2
* This comparison is redundant, radiuses are compared belowMike Kaganski2020-05-061-2/+0
* Use default ctorMike Kaganski2020-05-061-4/+1
* drawinglayer: extract constant in renderWrongSpellPrimitive2DTomaž Vajngerl2020-05-041-3/+6
* drawinglayer: flatten renderWrongSpellPrimitive2DTomaž Vajngerl2020-05-041-21/+21
* remove helperwrongspellrenderer.{cxx,hxx} from clang-format blacklistTomaž Vajngerl2020-05-042-41/+45
* pragma once in helperwrongspellrenderer.hxxTomaž Vajngerl2020-05-041-11/+3
* organize includes in vclpixelprocessor2d.cxxTomaž Vajngerl2020-05-041-11/+13
* organize includes in vclprocessor2d.cxxTomaž Vajngerl2020-05-041-23/+19
* dl: replace OSL_ENSURE with SAL_WARN_IF in impBufferDeviceTomaž Vajngerl2020-05-041-6/+10
* drawinglayer: remove aBuffer typedef in VDevBufferTomaž Vajngerl2020-05-041-13/+10
* remove vclhelperbufferdevice.{cxx,hxx} from clang-format blacklistTomaž Vajngerl2020-05-042-323/+332