summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-16[API CHANGE] remove some primitives rendering settingsNoel Grandin5-22/+7
2020-04-15move GlowPrimitive processing in VclPixelProcessor to own methodTomaž Vajngerl2-37/+44
2020-04-14fdo#43157: VclPixelProcessor2D replace OSL_ENSURE with SAL_WARN_IFTomaž Vajngerl1-3/+3
2020-04-14remove vclpixelprocessor2d.hxx from clang-format blacklistTomaž Vajngerl1-54/+66
2020-04-14remove vclprocessor2d.hxx from clang-format blacklistTomaž Vajngerl1-89/+101
2020-04-14clean-up namespaces and pragma once for VclPixelProcessor2DTomaž Vajngerl1-14/+5
2020-04-14clean-up namespaces and pragma once for VclProcessor2DTomaž Vajngerl1-14/+5
2020-04-14drawinglayer: refactor GeoTexSvxTiled::iterateTilesMark Hung2-37/+19
2020-04-14tdf#104225: speedup hit test for FillGraphicPrimitive2D.Mark Hung1-0/+1
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand13-28/+69
2020-04-07split up polypolygonprimitive2d.cxx into separate filesTomaž Vajngerl10-573/+793