summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)Author
2023-02-22Fix typoAndrea Gelmini
2023-02-22Fix typoAndrea Gelmini
2023-02-22MCGR: Adapted GradientLinear to make use of MCGRArmin Le Grand (allotropia)
2023-02-20Fix typoAndrea Gelmini
2023-02-20Fix typoAndrea Gelmini
2023-02-20MCGR: Correct GradientElliptical & GradientRectArmin Le Grand (allotropia)
2023-02-15MCGR: Add GradientSteps to GeoTexSvxGradientArmin Le Grand (allotropia)
2023-02-08basegfx: restructure B1DRange and B2DRange tests and add use casesTomaž Vajngerl
2023-01-25ofz#54437 TimeoutCaolán McNamara
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-22loplugin:unocast (basegfx::unotools::UnoPolyPolygon)Stephan Bergmann
2022-12-21cid#1517814 Calling risky functionCaolán McNamara
2022-12-20Added BColorModifier_randomize for visualization testingArmin Le Grand (allotropia)
2022-10-30tdf#126788 use singleton to avoid initial allocationNoel Grandin
2022-09-21basegfx: remove global ImplB2DPolyPolygonMike Kaganski
2022-09-20tdf#151056: avoid modifying the static shared DEFAULT instanceMike Kaganski
2022-09-20Assert that cow_wrapped objects aren't called to do nothingMike Kaganski
2022-09-17Simplify b2d(poly)polygon implementationMike Kaganski
2022-09-15tdf#148251 Use std::swap() instead of using temporary valuesRadhey Parekh
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl
2022-09-10basegfx: simplify Tuple2D, B2DPoint, B2DVector, B2DTupleTomaž Vajngerl
2022-09-01reduce cost of B2DHomMatrix::isIdentityNoel Grandin
2022-07-17ofz#48585 Out-of-memoryCaolán McNamara
2022-07-14make B2DPolyPolygon thread-safeNoel Grandin
2022-07-13basegfx: zoomIn() and zoomOut() should be sal_uInt16Chris Sherlock
2022-07-04tdf#137544 reserve space in polypolygonNoel Grandin
2022-07-04tdf#137544 no need to create a OUStringBuffer hereNoel Grandin
2022-07-01tdf#137544 reserve space in polygonNoel Grandin
2022-07-01small optimisationNoel Grandin
2022-05-27clang-tidy modernize-pass-by-value in basegfxNoel Grandin
2022-05-20basegfx: add test for 2D vector classes B2DVector, B2IVectorTomaž Vajngerl
2022-05-16basegfx: remove CoordinateData2D class and use B2DPoint directlyTomaž Vajngerl
2022-05-16basegfx: move ImplB2DPolyPolygon inside basegfx namespaceTomaž Vajngerl
2022-05-11basegfx: generalize B2DRange and B2IRange with Range2D templateTomaž Vajngerl
2022-05-07ofz#46070 Out-of-memoryCaolán McNamara
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann
2022-04-10use more string_viewNoel Grandin
2022-03-30ofz#46070 Out-of-memoryCaolán McNamara
2022-03-29tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b)Bartosz Kosiorek
2022-03-21ofz#45878 add a way to set some limit on hugely complex clipsCaolán McNamara
2022-03-18tdf#147906 used std::hypot for Pythagorean additionGautham Krishnan
2022-03-15Update basegfx workbenchHossein
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik4187
2022-01-19tdf#145614 Convert #define to enum or constexprVaibhavMalik4187
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2021-12-27use comphelper::WeakComponentImplHelper in UnoPolyPolygonNoel Grandin
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin