Age | Commit message (Expand) | Author |
2023-03-22 | Fix typos | Andrea Gelmini |
2023-03-21 | MCGR: Model data changes for ColorSteps (II) | Armin Le Grand (allotropia) |
2023-03-19 | MCGR: Model data changes for ColorSteps | Armin Le Grand (allotropia) |
2023-03-06 | clang-tidy dead-store | Noel Grandin |
2023-03-05 | Fix typo | Andrea Gelmini |
2023-03-05 | Fix typo | Andrea Gelmini |
2023-03-04 | MCGR: ColorSteps handling moved to tooling | Armin Le Grand (allotropia) |
2023-02-27 | MCGR: Adapted other Gradient* to make use of MCGR | Armin Le Grand (allotropia) |
2023-02-24 | MCGR: Adapted GradientRadial to make use of MCGR | Armin Le Grand (allotropia) |
2023-02-23 | MCGR: Adapted GradientAxial to make use of MCGR | Armin Le Grand (allotropia) |
2023-02-23 | avoid div/0 in getCutPointForGivenY | Noel Grandin |
2023-02-22 | Fix typo | Andrea Gelmini |
2023-02-22 | Fix typo | Andrea Gelmini |
2023-02-22 | MCGR: Adapted GradientLinear to make use of MCGR | Armin Le Grand (allotropia) |
2023-02-20 | Fix typo | Andrea Gelmini |
2023-02-20 | Fix typo | Andrea Gelmini |
2023-02-20 | MCGR: Correct GradientElliptical & GradientRect | Armin Le Grand (allotropia) |
2023-02-15 | MCGR: Add GradientSteps to GeoTexSvxGradient | Armin Le Grand (allotropia) |
2023-01-25 | ofz#54437 Timeout | Caolán McNamara |
2023-01-05 | Revert all the recent loplugin:unocast changes | Stephan Bergmann |
2022-12-22 | loplugin:unocast (basegfx::unotools::UnoPolyPolygon) | Stephan Bergmann |
2022-12-21 | cid#1517814 Calling risky function | Caolán McNamara |
2022-12-20 | Added BColorModifier_randomize for visualization testing | Armin Le Grand (allotropia) |
2022-10-30 | tdf#126788 use singleton to avoid initial allocation | Noel Grandin |
2022-09-21 | basegfx: remove global ImplB2DPolyPolygon | Mike Kaganski |
2022-09-20 | tdf#151056: avoid modifying the static shared DEFAULT instance | Mike Kaganski |
2022-09-20 | Assert that cow_wrapped objects aren't called to do nothing | Mike Kaganski |
2022-09-17 | Simplify b2d(poly)polygon implementation | Mike Kaganski |
2022-09-15 | tdf#148251 Use std::swap() instead of using temporary values | Radhey Parekh |
2022-09-11 | basegfx: replace typedef with a class B2DSize based on Size2D | Tomaž Vajngerl |
2022-09-10 | basegfx: simplify Tuple2D, B2DPoint, B2DVector, B2DTuple | Tomaž Vajngerl |
2022-09-01 | reduce cost of B2DHomMatrix::isIdentity | Noel Grandin |
2022-07-17 | ofz#48585 Out-of-memory | Caolán McNamara |
2022-07-14 | make B2DPolyPolygon thread-safe | Noel Grandin |
2022-07-13 | basegfx: zoomIn() and zoomOut() should be sal_uInt16 | Chris Sherlock |
2022-07-04 | tdf#137544 reserve space in polypolygon | Noel Grandin |
2022-07-04 | tdf#137544 no need to create a OUStringBuffer here | Noel Grandin |
2022-07-01 | tdf#137544 reserve space in polygon | Noel Grandin |
2022-07-01 | small optimisation | Noel Grandin |
2022-05-27 | clang-tidy modernize-pass-by-value in basegfx | Noel Grandin |
2022-05-16 | basegfx: remove CoordinateData2D class and use B2DPoint directly | Tomaž Vajngerl |
2022-05-16 | basegfx: move ImplB2DPolyPolygon inside basegfx namespace | Tomaž Vajngerl |
2022-05-11 | basegfx: generalize B2DRange and B2IRange with Range2D template | Tomaž Vajngerl |
2022-05-07 | ofz#46070 Out-of-memory | Caolán McNamara |
2022-04-27 | add string_view wrappers for rtl::math::stringToDouble | Noel Grandin |
2022-04-26 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-04-10 | use more string_view | Noel Grandin |
2022-03-30 | ofz#46070 Out-of-memory | Caolán McNamara |
2022-03-29 | tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b) | Bartosz Kosiorek |
2022-03-21 | ofz#45878 add a way to set some limit on hugely complex clips | Caolán McNamara |