summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
AgeCommit message (Expand)AuthorFilesLines
9 daystdf#146619 Run IWYU on drawinglayer/Gabor Kelemen1-2/+0
2025-03-26add translate functions for B2D*PolygonNoel Grandin1-1/+1
2024-08-22CairoSDPR: Add support for SVG Gradient direct renderingArmin Le Grand (Collabora)1-99/+104
2024-08-02Fix wrong / misleading uses of fTools::(more|less|equal) with literal 0Mike Kaganski1-1/+1
2024-07-20CairoSDPR: make use of RGBA PolyPolygon in more casesArmin Le Grand (Collabora)1-25/+27
2024-04-18tdf#160084 Simplify comparing with zero when using fToolsRMZeroFour1-1/+1
2024-02-12make BufferedDecompositionPrimitive2D store a Primitive2DReference..Noel Grandin1-21/+29
2024-02-07these casts are no longer necessaryNoel Grandin1-2/+2
2022-06-15clang-tidy modernize-pass-by-value in drawinglayerNoel Grandin1-4/+5
2022-06-10new loplugin:moveitNoel Grandin1-1/+1
2022-05-29simplify and improve maybeInvertNoel Grandin1-5/+5
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin1-29/+29
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen1-0/+1
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin1-6/+6
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin1-7/+7
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin1-11/+5
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl1-4/+16
2021-01-17cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-07-16hack for gradients split into adjacent polygons (tdf#133016)Luboš Luňák1-2/+8
2020-04-19loplugin:flatten in drawinglayerNoel Grandin1-108/+108
2020-04-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl1-1/+1
2020-03-12tdf#124424 Corrections at SvgGradientHelper for EMF+Armin Le Grand1-9/+21
2020-03-11tdf#124424 Enhanced SvgGradientHelper for EMF+Armin Le Grand1-250/+211
2020-01-31new loplugin:namespaceindentationNoel Grandin1-8/+8
2020-01-20clang-tidy modernize-concat-nested-namespace in drawinglayerNoel Grandin1-25/+10
2019-11-22tdf#42949 Fix IWYU warnings in drawinglayer/Gabor Kelemen1-1/+0
2019-09-01Fix typosAndrea Gelmini1-1/+1
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin1-4/+2
2018-09-03move identity checks into B3DHomMatrix::operator*=Noel Grandin1-13/+4
2018-06-07tdf#117949 Use small overlap for SVG gradient representationArmin Le Grand1-2/+9
2018-01-19loplugin:useuniqueptr in SvgRadialAtomPrimitive2DNoel Grandin1-6/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-8/+8
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin1-3/+2
2017-06-02Improved loplugin:redundantcast static_cast handling: drawinglayerStephan Bergmann1-1/+1
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-8/+8
2016-11-08reduce copying when decomposing drawinglayer primitivesNoel Grandin1-45/+18
2016-05-22Convert SpreadMethod to scoped enumNoel Grandin1-9/+9
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-41/+41
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-03-03TyposJulien Nabet1-1/+1
2014-02-27Remove visual noise from drawinglayerAlexander Wilms1-7/+7
2013-07-08WaE and numerical inconsequence in gradient fallback render handlingArmin Le Grand1-3/+7
2013-06-17Related: #i121801# Corrected objectBoundingBox case for GradientTransformArmin Le Grand1-17/+24
2013-06-17Resolves: #i121801# Corrected handling of gradient transformationsArmin Le Grand1-4/+21
2013-05-20drawinglayer: Fix typo Primitrive -> Primitive.Jan Holesovsky1-4/+4
2013-03-13Related: #i119125# corrected gradient renderingArmin Le Grand1-42/+60
2013-02-22WaE: unused variableTor Lillqvist1-2/+0
2013-02-22#120616# Corrected SVG gradient primitive and it's decompositionArmin Le Grand1-23/+60