summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)AuthorFilesLines
2022-05-27clang-tidy modernize-pass-by-value in basegfxNoel Grandin3-6/+9
2022-05-20basegfx: add test for 2D vector classes B2DVector, B2IVectorTomaž Vajngerl2-0/+86
2022-05-16basegfx: remove CoordinateData2D class and use B2DPoint directlyTomaž Vajngerl1-38/+17
2022-05-16basegfx: move ImplB2DPolyPolygon inside basegfx namespaceTomaž Vajngerl1-3/+3
2022-05-11basegfx: generalize B2DRange and B2IRange with Range2D templateTomaž Vajngerl4-8/+69
2022-05-07ofz#46070 Out-of-memoryCaolán McNamara1-4/+4
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-1/+1
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann1-4/+4
2022-04-10use more string_viewNoel Grandin3-14/+15
2022-03-30ofz#46070 Out-of-memoryCaolán McNamara1-1/+7
2022-03-29tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b)Bartosz Kosiorek1-1/+1
2022-03-21ofz#45878 add a way to set some limit on hugely complex clipsCaolán McNamara3-12/+44
2022-03-18tdf#147906 used std::hypot for Pythagorean additionGautham Krishnan1-2/+2
2022-03-15Update basegfx workbenchHossein2-104/+95
2022-03-11new loplugin:trivialdestructorNoel Grandin1-2/+0
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar1-4/+5
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik41871-1/+1
2022-01-19tdf#145614 Convert #define to enum or constexprVaibhavMalik41871-1/+1
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen1-1/+0
2021-12-27use comphelper::WeakComponentImplHelper in UnoPolyPolygonNoel Grandin2-19/+16
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin5-148/+139
2021-12-20Missing inlcude (for std::as_const)Stephan Bergmann3-0/+6
2021-12-07improve loplugin:cow_wrapperNoel Grandin4-56/+56
2021-12-03flatten ImplB2DPolygon data a littleNoel Grandin1-79/+79
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