summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)Author
2023-04-19MCGR: 2nd corrections/adaptions to MCGRArmin Le Grand (allotropia)
2023-04-14Fix typosAndrea Gelmini
2023-04-14Fix typoAndrea Gelmini
2023-04-14Fix typosAndrea Gelmini
2023-04-14MCGR: Adaptions to oox exportArmin Le Grand (allotropia)
2023-04-06MCGR: Moved color compare in common computation partArmin Le Grand (allotropia)
2023-04-04Fix typoAndrea Gelmini
2023-04-04Fix typoAndrea Gelmini
2023-04-04MCGR: Improve performance for texture-mapped MCGR processingArmin Le Grand (allotropia)
2023-04-03Fix typoAndrea Gelmini
2023-04-03MCGR: Unify Gradient intensity handling in toolingArmin Le Grand (allotropia)
2023-04-02MCGR: 1st additions to OOXML MCGR importArmin Le Grand (allotropia)
2023-03-27MCGR: More corrections fo sortAndCorrectColorStopsArmin Le Grand (allotropia)
2023-03-24loplugin:stringadd in b*Noel Grandin
2023-03-22Fix typosAndrea Gelmini
2023-03-21MCGR: Model data changes for ColorSteps (II)Armin Le Grand (allotropia)
2023-03-19MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)
2023-03-06clang-tidy dead-storeNoel Grandin
2023-03-05Fix typoAndrea Gelmini
2023-03-05Fix typoAndrea Gelmini
2023-03-04MCGR: ColorSteps handling moved to toolingArmin Le Grand (allotropia)
2023-02-27MCGR: Adapted other Gradient* to make use of MCGRArmin Le Grand (allotropia)
2023-02-24MCGR: Adapted GradientRadial to make use of MCGRArmin Le Grand (allotropia)
2023-02-23MCGR: Adapted GradientAxial to make use of MCGRArmin Le Grand (allotropia)
2023-02-23avoid div/0 in getCutPointForGivenYNoel Grandin
2023-02-23make B2DPolyPolygonTest deterministicNoel Grandin
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