summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor3d
AgeCommit message (Expand)Author
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-05-30no need to allocate this separatelyNoel Grandin
2021-02-22loplugin:refcounting in drawinglayerNoel
2021-01-08opacity->alpha in BPixelNoel
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-06-04Update ShadowPrimitive2D to support shadow blurA_GAN
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
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-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl
2020-03-21move headers inside modulesNoel Grandin
2020-01-24loplugin:makeshared in drawinglayer..fpickerNoel Grandin
2020-01-20clang-tidy modernize-concat-nested-namespace in drawinglayerNoel Grandin
2019-11-22tdf#42949 Fix IWYU warnings in drawinglayer/Gabor Kelemen
2019-03-08new loplugin constvarsNoel Grandin
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayerNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin
2018-07-18Removed duplicated includeAndrea Gelmini
2018-07-16loplugin:mergeclasses merge BPixelRaster into BZPixelRasterNoel Grandin
2018-05-17loplugin:unusedfields in dbaccess..drawinglayerNoel Grandin
2018-01-19loplugin:useuniqueptr in ZBufferProcessor3DNoel Grandin
2018-01-12More loplugin:cstylecast: drawinglayerStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-03loplugin:constmethod in drawinglayerNoel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-18maPrimitiveColor in Shadow3DExtractingProcessor unusedNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-06-28remove default-able copy ctors and copy operatorsJochen Nitschke
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-19TyposJulien Nabet
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2016-10-23loplugin:expandablemethodds in include/connectivity..drawinglayerNoel Grandin
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist
2016-06-27loplugin:singlevalfields in drawinglayerNoel Grandin
2016-05-23Convert GradientStyle to scoped enumNoel Grandin
2016-05-06Refactor 3D renderer to use multithreadingArmin Le Grand
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-12-15use vector as container for Primitive3DReferenceNoel Grandin
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann