summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/sceneprimitive2d.cxx
AgeCommit message (Expand)Author
2022-11-16Use BitmapEx in BitmapPrimitive2DNoel Grandin
2022-06-16loplugin:moveitNoel Grandin
2022-06-15clang-tidy modernize-pass-by-value in drawinglayerNoel Grandin
2022-05-30use more Primitive2DContainer::append and more std::moveNoel Grandin
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin
2021-12-16Remove transitional header drawinglayer/primitive2d/polygonprimitive2d.hxxGabor Kelemen
2021-09-26recursive_mutex -> mutex in BasePrimitive2DImplBaseNoel Grandin
2021-09-21reduce cost of BasePrimitive2D (tdf#125892)Noel Grandin
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-16transparency->alpha in BitmapExNoel Grandin
2021-01-08opacity->alpha in BPixelNoel
2020-04-19loplugin:flatten in drawinglayerNoel Grandin
2020-04-17Revert "[API CHANGE] remove some primitives rendering settings"Noel Grandin
2020-04-16[API CHANGE] remove some primitives rendering settingsNoel Grandin
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand
2020-03-21move headers inside modulesNoel Grandin
2020-01-20clang-tidy modernize-concat-nested-namespace in drawinglayerNoel Grandin
2019-11-22tdf#42949 Fix IWYU warnings in drawinglayer/Gabor Kelemen
2019-06-21drawinglayer: disable multi-threaded rendering in sceneprimitive2dMiklos Vajna
2019-04-26Avoid division by zeroStephan Bergmann
2019-03-20tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen
2019-03-08new loplugin constvarsNoel Grandin
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-07-16loplugin:mergeclasses merge BPixelRaster into BZPixelRasterNoel Grandin
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin
2018-04-29loplugin:useuniqueptr in ExecutorNoel Grandin
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-03-05tdf#116001 Incorrect Colors in Chart Wall Area (2nd attempt)Noel Grandin
2018-03-01tdf#116001 Incorrect Colors in Chart Wall AreaNoel Grandin
2018-02-20use RawBitmap in BPixelRasterToBitmapExNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-01-12More loplugin:cstylecast: drawinglayerStephan Bergmann
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-05-02loplugin:checkunusedparams in drawinglayerNoel Grandin
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2016-12-22convert BasePrimitive2D::get2DDecomposition to use a visitorNoel Grandin
2016-12-06Change Read/Write access to Scoped Read/Write accessMark Page
2016-11-09some small simplifications to decompose methodsNoel Grandin
2016-11-08reduce copying when decomposing drawinglayer primitivesNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin
2016-05-06Refactor 3D renderer to use multithreadingArmin Le Grand