summaryrefslogtreecommitdiffstats
path: root/basegfx/source
Commit message (Expand)AuthorAgeFilesLines
* improve loplugin:cow_wrapperNoel Grandin2021-12-074-56/+56
* flatten ImplB2DPolygon data a littleNoel Grandin2021-12-031-79/+79
* improve the script for reducing symbol exportsNoel Grandin2021-12-011-1/+1
* Drop F_2PIMike Kaganski2021-11-195-14/+14
* Use M_PI* instead of F_PI*Mike Kaganski2021-11-198-37/+37
* improve mergeToSinglePolyPolygonNoel Grandin2021-11-121-39/+35
* loplugin:moveparam in basegfxNoel Grandin2021-10-101-2/+2
* loplugin:moveparam in basegfxNoel Grandin2021-10-061-2/+2
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-301-1/+1
* loplugin:constvarsNoel Grandin2021-09-152-2/+2
* loplugin:cow_wrapperNoel Grandin2021-09-134-56/+56
* no need to allocate this separatelyNoel Grandin2021-09-081-4/+4
* clang-tidy:readability-redundant-member-initNoel Grandin2021-08-2714-52/+12
* no need to use unique_ptr for B2DPolygonNoel Grandin2021-08-221-2/+2
* loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin2021-08-181-3/+3
* reduce alloc costs for some basegfx objects (tdf#105575)Noel Grandin2021-08-172-2/+7
* getArray->getConstArrayNoel Grandin2021-07-311-1/+1
* Drop redundant checkMike Kaganski2021-07-271-6/+3
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-281-4/+4
* basegfx: generalise tuples with template class Tuple2D and Tuple3DTomaž Vajngerl2021-06-171-2/+1
* basegfx: use namespace for "ftools", make sure input is FP numberTomaž Vajngerl2021-06-161-1/+1
* Recheck include/ with IWYUGabor Kelemen2021-04-091-0/+1
* tdf#124176 Use pragma once instead of include guardsrounak2021-04-011-4/+1
* Drop these definesMike Kaganski2021-03-261-4/+2
* tdf#139002 dont hang opening pathological SVGsNoel Grandin2021-02-021-0/+7
* basegfx::utils::applyLineDashing simplify !aLineTargetCallBack checksDr. David Alan Gilbert2021-01-311-10/+4
* Use ContainerType().swap and avoid local variablesMike Kaganski2021-01-241-5/+2
* std::list::size() has constant complexity since C++11Jochen Nitschke2020-12-271-9/+3
* replace std::min(std::max()) with std::clampNoel2020-11-161-4/+4
* New loplugin:stringviewparamStephan Bergmann2020-11-122-6/+10
* tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen2020-11-058-8/+3
* tdf#124176 Using pragma once instead of inclusive guardsdiwanshu8852020-10-301-4/+1
* tdf#124176 Using pragma once instead of include guardsBetül İnce2020-10-241-4/+2
* tdf#124176 Using pragma once instead of include guardsgizemozgun2020-10-231-4/+1
* use tools::Long in basegfx..chart2Noel2020-10-211-8/+8
* loplugin:const* make some params and methods constNoel2020-10-062-4/+4
* drop unused MinimalSystemDependentDataManagerCaolán McNamara2020-09-021-38/+0
* Fix typo in codeAndrea Gelmini2020-08-301-1/+1
* Fix typosAndrea Gelmini2020-08-171-2/+2
* loplugin:simplifybool moreNoel Grandin2020-08-142-6/+6
* tdf#133477 basegfx: fix center of rotated gradientsTünde Tóth2020-08-071-3/+3
* basegfx: remove completly useless namespace opening and closingArnaud Versini2020-07-261-27/+0
* compact namespace: basegfx,canvasNoel Grandin2020-07-162-10/+4
* Upcoming improved loplugin:staticanonymous -> redundantstatic: basegfxStephan Bergmann2020-06-301-1/+1
* use more std::container::insert instead of std::copyNoel Grandin2020-06-241-2/+1
* loplugin:simplifybool in accessibility..basicNoel Grandin2020-05-282-2/+2
* tdf#88205 EasyHack change css::uno::Sequence initializationsvgeof2020-05-191-4/+3
* use for-range on Sequence in basctl..canvasNoel Grandin2020-05-151-4/+4
* Fix typoAndrea Gelmini2020-05-041-1/+1
* tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2020-04-225-0/+5