summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/sceneprimitive2d.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-21ITEM: Enable MultiThreaded 3D renderingArmin Le Grand (allotropia)1-1/+1
2024-02-12make BufferedDecompositionPrimitive2D store a Primitive2DReference..Noel Grandin1-10/+13
2023-12-19Drop some wrapper methods from SvtOptionsDrawinglayerGabor Kelemen1-1/+2
2023-12-19Add flush mechanism to buffered PrimitivesArmin Le Grand (allotropia)1-1/+4
2023-12-11Fix typoAndrea Gelmini1-1/+1
2023-12-113D SW-Renderer: Add functionality to balance quality/speedArmin Le Grand (allotropia)1-5/+56
2022-11-16Use BitmapEx in BitmapPrimitive2DNoel Grandin1-1/+1
2022-06-16loplugin:moveitNoel Grandin1-1/+1
2022-06-15clang-tidy modernize-pass-by-value in drawinglayerNoel Grandin1-10/+11
2022-05-30use more Primitive2DContainer::append and more std::moveNoel Grandin1-1/+1
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin1-5/+0
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin1-30/+28
2021-12-16Remove transitional header drawinglayer/primitive2d/polygonprimitive2d.hxxGabor Kelemen1-1/+1
2021-09-26recursive_mutex -> mutex in BasePrimitive2DImplBaseNoel Grandin1-2/+3
2021-09-21reduce cost of BasePrimitive2D (tdf#125892)Noel Grandin1-2/+2
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin1-6/+2
2021-07-25use officecfg for drawing optionsNoel Grandin1-3/+2
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl1-1/+4
2021-01-16make the Color constructors explicitly specify transparencyNoel1-5/+5
2021-01-16transparency->alpha in BitmapExNoel Grandin1-1/+1
2021-01-08opacity->alpha in BPixelNoel1-10/+10
2020-04-19loplugin:flatten in drawinglayerNoel Grandin1-215/+215
2020-04-17Revert "[API CHANGE] remove some primitives rendering settings"Noel Grandin1-1/+1
2020-04-16[API CHANGE] remove some primitives rendering settingsNoel Grandin1-1/+1
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand1-1/+5
2020-03-21move headers inside modulesNoel Grandin1-3/+3
2020-01-20clang-tidy modernize-concat-nested-namespace in drawinglayerNoel Grandin1-5/+2
2019-11-22tdf#42949 Fix IWYU warnings in drawinglayer/Gabor Kelemen1-3/+0
2019-06-21drawinglayer: disable multi-threaded rendering in sceneprimitive2dMiklos Vajna1-1/+1
2019-04-26Avoid division by zeroStephan Bergmann1-13/+19
2019-03-20tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen1-0/+1
2019-03-08new loplugin constvarsNoel Grandin1-2/+2
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-07-16loplugin:mergeclasses merge BPixelRaster into BZPixelRasterNoel Grandin1-1/+1
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin1-2/+2
2018-04-29loplugin:useuniqueptr in ExecutorNoel Grandin1-7/+7
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+0
2018-03-05tdf#116001 Incorrect Colors in Chart Wall Area (2nd attempt)Noel Grandin1-3/+7
2018-03-01tdf#116001 Incorrect Colors in Chart Wall AreaNoel Grandin1-1/+1
2018-02-20use RawBitmap in BPixelRasterToBitmapExNoel Grandin1-58/+43
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin1-4/+8
2018-01-12More loplugin:cstylecast: drawinglayerStephan Bergmann1-4/+4
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-5/+5
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-1/+1
2017-05-02loplugin:checkunusedparams in drawinglayerNoel Grandin1-5/+5
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2016-12-22convert BasePrimitive2D::get2DDecomposition to use a visitorNoel Grandin1-2/+2