summaryrefslogtreecommitdiff
path: root/drawinglayer/source/attribute
AgeCommit message (Expand)Author
2021-11-09rtl::Static to thread-safe staticNoel Grandin
2021-11-08extend XML dumpig for primitives to support fontwork objectsTomaž Vajngerl
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin
2021-09-11clang:optin.performance.PaddingNoel Grandin
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2020-11-23remove fontattribute.cxx from clang-format excludelistTomaž Vajngerl
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen
2020-07-16compact namespace: drawinglayerNoel Grandin
2020-05-29Add blur attributies and definitons into shadow classes and properitiesA_GAN
2020-05-07tdf#101181: improve glow effectMike Kaganski
2020-05-06This comparison is redundant, radiuses are compared belowMike Kaganski
2020-05-06Use default ctorMike Kaganski
2020-04-23tdf#130058 Import shadow size.Gülşah Köse
2020-03-03tdf#101181 Implement glow effect on shapesTamas Bunth
2020-01-20clang-tidy modernize-concat-nested-namespace in drawinglayerNoel Grandin
2019-05-15Fix typoAndrea Gelmini
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-10-21clarify this code a bitCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-01-29clang-tidy modernize-use-equals-default in drawinglayerJochen Nitschke
2018-01-12More loplugin:cstylecast: drawinglayerStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-14remove noise UUUU tags in commentsNoel Grandin
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2016-11-09loplugin:expandablemethods in drawinglayer..editengNoel Grandin
2016-10-23loplugin:expandablemethodds in include/connectivity..drawinglayerNoel Grandin
2016-10-19loplugin:expandablemethodds in dbaccess..drawinglayerNoel Grandin
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist
2016-08-25Missing operator definitionStephan Bergmann
2016-08-25cid#1371276 Missing move assignment operatorNoel Grandin
2016-08-25cid#1371277 Missing move assignment operatorNoel Grandin
2016-08-25cid#1371284 Missing move assignment operatorNoel Grandin
2016-08-25cid#1371288 Missing move assignment operatorNoel Grandin
2016-08-25fix windows build, doesn't like default move methodsNoel Grandin
2016-08-25fix move operator= and add move constructorsNoel Grandin
2016-08-25cid#1371309 Missing move assignment operatorNoel Grandin
2016-08-25cid#1371315 Missing move assignment operatorNoel Grandin
2016-05-23Convert GradientStyle to scoped enumNoel Grandin
2016-05-23Convert HatchStyle to scoped enumNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-06Refactor 3D renderer to use multithreadingArmin Le Grand
2016-05-01Complete drawinglayer attributesArmin Le Grand
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-02-09Remove excess newlinesChris Sherlock
2015-09-12drawinglayer: com::sun::star->cssNoel Grandin
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara