summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)AuthorFilesLines
2021-12-01improve the script for reducing symbol exportsNoel Grandin1-1/+1
2021-11-19Drop F_2PIMike Kaganski5-14/+14
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski9-44/+44
2021-11-12improve mergeToSinglePolyPolygonNoel Grandin1-39/+35
2021-10-10loplugin:moveparam in basegfxNoel Grandin1-2/+2
2021-10-06loplugin:moveparam in basegfxNoel Grandin1-2/+2
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-09-15loplugin:constvarsNoel Grandin2-2/+2
2021-09-13loplugin:cow_wrapperNoel Grandin4-56/+56
2021-09-08no need to allocate this separatelyNoel Grandin1-4/+4
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin14-52/+12
2021-08-22no need to use unique_ptr for B2DPolygonNoel Grandin1-2/+2
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin2-4/+4
2021-08-17reduce alloc costs for some basegfx objects (tdf#105575)Noel Grandin2-2/+7
2021-07-31getArray->getConstArrayNoel Grandin1-1/+1
2021-07-27Drop redundant checkMike Kaganski1-6/+3
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-4/+4
2021-06-17basegfx: generalise tuples with template class Tuple2D and Tuple3DTomaž Vajngerl4-13/+389
2021-06-16basegfx: use namespace for "ftools", make sure input is FP numberTomaž Vajngerl1-1/+1
2021-06-11Simplify vector initializationsJulien Nabet1-8/+1
2021-04-19Updated README.md filesHossein1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-04-01tdf#124176 Use pragma once instead of include guardsrounak1-4/+1
2021-03-26Drop these definesMike Kaganski1-4/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-02-08update pchesCaolán McNamara1-1/+2
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-2/+2
2021-02-02Added Unit test to BColorModifierDeb Barkley-Yeung2-0/+189
2021-02-02tdf#139002 dont hang opening pathological SVGsNoel Grandin1-0/+7
2021-01-31basegfx::utils::applyLineDashing simplify !aLineTargetCallBack checksDr. David Alan Gilbert1-10/+4
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-5/+2
2021-01-09fix coverity parse errorsCaolán McNamara3-7/+7
2020-12-27std::list::size() has constant complexity since C++11Jochen Nitschke1-9/+3
2020-12-26New loplugin:stringliteralvarStephan Bergmann3-10/+10
2020-11-16replace std::min(std::max()) with std::clampNoel1-4/+4
2020-11-13tdf#123936 Formatting files in module basegfx with clang-formatPhilipp Hofer3-35/+23
2020-11-12New loplugin:stringviewparamStephan Bergmann2-6/+10
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen8-8/+3
2020-10-30tdf#124176 Using pragma once instead of inclusive guardsdiwanshu8852-8/+2
2020-10-24tdf#124176 Using pragma once instead of include guardsBetül İnce1-4/+2
2020-10-23tdf#124176 Using pragma once instead of include guardsgizemozgun1-4/+1
2020-10-21use tools::Long in basegfx..chart2Noel1-8/+8
2020-10-06loplugin:const* make some params and methods constNoel2-4/+4
2020-09-03Add unit tests to B2DPointDeb Barkley-Yeung1-0/+124
2020-09-02drop unused MinimalSystemDependentDataManagerCaolán McNamara1-38/+0
2020-08-30Fix typo in codeAndrea Gelmini1-1/+1
2020-08-17Fix typosAndrea Gelmini1-2/+2
2020-08-14loplugin:simplifybool moreNoel Grandin2-6/+6