summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-07tdf#133477 basegfx: fix center of rotated gradientsTünde Tóth1-3/+3
2020-07-26basegfx: remove completly useless namespace opening and closingArnaud Versini1-27/+0
2020-07-16compact namespace: basegfx,canvasNoel Grandin2-10/+4
2020-07-16merge needlessly split polygons back in Skia drawing (tdf#133016)Luboš Luňák2-0/+104
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basegfxStephan Bergmann1-1/+1
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-2/+1
2020-06-02basegfx: test of coordinate system conversionTomaž Vajngerl1-0/+32
2020-05-28loplugin:simplifybool in accessibility..basicNoel Grandin2-2/+2
2020-05-19tdf#88205 EasyHack change css::uno::Sequence initializationsvgeof1-4/+3
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin1-4/+4
2020-05-04Fix typoAndrea Gelmini1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen6-0/+6
2020-04-19loplugin:flatten in basegfxNoel Grandin13-1106/+1106
2020-04-14loplugin:buriedassign in b*Noel Grandin6-6/+12
2020-03-30OSL_ASSERT->assert in basegfxNoel Grandin1-1/+1
2020-03-30remove Matrix class from basegfx, convert B2DHomMatrix testsTomaž Vajngerl1-122/+59