summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Fix typosAndrea Gelmini2-3/+3
2019-01-29b2dpolygontools: removing debug code, doesn't seem to be usefulTomaž Vajngerl1-7/+0
2019-01-28basegfx: just use the std::clamp for clamping the inputTomaž Vajngerl1-18/+2
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann1-2/+3
2019-01-10Replace uses of rtl/instance.hxx with plain local static vars in basegfxStephan Bergmann4-95/+52
2018-12-31cppcheck: Consider using std::count_if algorithm instead of a raw loop.Tóth Attila1-9/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-9/+9
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-8/+8
2018-11-25Fix typoAndrea Gelmini1-2/+2
2018-11-24Fix typoAndrea Gelmini1-2/+2
2018-11-22tdf#121425 Use better Bezier curves to approximate circle arcRegina Henschel1-16/+28
2018-11-16tdf#121305 Increase accuracy of custom shape circleRegina Henschel1-2/+2
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin1-6/+3
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-4/+4
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin6-17/+17
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin2-2/+2
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen5-0/+5
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-2/+2
2018-09-20Support buffering SystemDependent GraphicData (III)Armin Le Grand3-37/+129
2018-09-17New loplugin:externalStephan Bergmann3-3/+3
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand2-6/+66
2018-09-11cppcheck: variableScope in basegfxJochen Nitschke1-10/+5
2018-09-09use more range based loopsJochen Nitschke1-82/+44
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin1-9/+0
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand1-4/+43
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann1-1/+2
2018-08-14tdf#118825 Implement OOXMLMotionPath in exportToSvgD of basegfx.Mark Hung1-47/+49
2018-08-14tdf#118825 move basegfx::internal::putNumberCharWithSpaceMark Hung1-22/+40
2018-08-14tdf#118825 refactor basegfx::utils::exportToSvgD with putCommandChar.Mark Hung1-52/+27
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2-3/+4
2018-07-20Fix typosAndrea Gelmini1-1/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-05Only access css::drawing::PointSequence when not emptyArmin Le Grand1-66/+70
2018-05-25loplugin:passstuffbyrefNoel Grandin2-5/+5
2018-04-22clang-tidy modernize-use-equals-default in basegfxJochen Nitschke4-89/+22
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke1-4/+1
2018-04-20loplugin:constantparamNoel Grandin3-37/+12
2018-04-13-Werror,-Wself-assignStephan Bergmann1-1/+0
2018-02-27loplugin:useuniqueptr in TriangulatorNoel Grandin1-14/+4
2018-02-24Use for range loops in basegfx and basicJulien Nabet3-22/+10
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-1/+1
2018-01-13loplugin:useuniqueptr in ImplB3DPolygonNoel Grandin1-69/+27
2018-01-12More loplugin:cstylecast: basegfxStephan Bergmann5-23/+23
2018-01-02Fix typosAndrea Gelmini1-2/+2
2017-12-29loplugin:passstuffbyref improved return in xmlhelp,slideshowNoel Grandin1-1/+1
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin2-4/+4
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin2-5/+5
2017-12-19inline use-once typedefsNoel Grandin1-2/+2
2017-12-07loplugin:countusersofdefaultparams in basctl..basegfxNoel Grandin1-1/+1
2017-11-27loplugin:unnecessaryparenStephan Bergmann1-4/+4