Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-04-19 | MCGR: 2nd corrections/adaptions to MCGR | Armin Le Grand (allotropia) | 1 | -3/+94 |
2023-04-14 | Fix typos | Andrea Gelmini | 1 | -3/+3 |
2023-04-14 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2023-04-14 | Fix typos | Andrea Gelmini | 1 | -2/+2 |
2023-04-14 | MCGR: Adaptions to oox export | Armin Le Grand (allotropia) | 1 | -10/+250 |
2023-04-06 | MCGR: Moved color compare in common computation part | Armin Le Grand (allotropia) | 1 | -6/+5 |
2023-04-04 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2023-04-04 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2023-04-04 | MCGR: Improve performance for texture-mapped MCGR processing | Armin Le Grand (allotropia) | 1 | -43/+57 |
2023-04-03 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2023-04-03 | MCGR: Unify Gradient intensity handling in tooling | Armin Le Grand (allotropia) | 1 | -0/+38 |
2023-04-02 | MCGR: 1st additions to OOXML MCGR import | Armin Le Grand (allotropia) | 1 | -0/+32 |
2023-03-27 | MCGR: More corrections fo sortAndCorrectColorStops | Armin Le Grand (allotropia) | 1 | -4/+67 |
2023-03-24 | loplugin:stringadd in b* | Noel Grandin | 1 | -3/+3 |
2023-03-22 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2023-03-21 | MCGR: Model data changes for ColorSteps (II) | Armin Le Grand (allotropia) | 1 | -39/+37 |
2023-03-19 | MCGR: Model data changes for ColorSteps | Armin Le Grand (allotropia) | 1 | -43/+148 |
2023-03-06 | clang-tidy dead-store | Noel Grandin | 2 | -2/+0 |
2023-03-05 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2023-03-05 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2023-03-04 | MCGR: ColorSteps handling moved to tooling | Armin Le Grand (allotropia) | 1 | -0/+115 |
2023-02-27 | MCGR: Adapted other Gradient* to make use of MCGR | Armin Le Grand (allotropia) | 1 | -25/+2 |
2023-02-24 | MCGR: Adapted GradientRadial to make use of MCGR | Armin Le Grand (allotropia) | 1 | -9/+1 |
2023-02-23 | MCGR: Adapted GradientAxial to make use of MCGR | Armin Le Grand (allotropia) | 1 | -16/+2 |
2023-02-23 | avoid div/0 in getCutPointForGivenY | Noel Grandin | 1 | -0/+3 |
2023-02-23 | make B2DPolyPolygonTest deterministic | Noel Grandin | 1 | -2/+10 |
2023-02-22 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2023-02-22 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2023-02-22 | MCGR: Adapted GradientLinear to make use of MCGR | Armin Le Grand (allotropia) | 1 | -5/+96 |
2023-02-20 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2023-02-20 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2023-02-20 | MCGR: Correct GradientElliptical & GradientRect | Armin Le Grand (allotropia) | 1 | -2/+100 |
2023-02-15 | MCGR: Add GradientSteps to GeoTexSvxGradient | Armin Le Grand (allotropia) | 1 | -5/+25 |
2023-02-08 | basegfx: restructure B1DRange and B2DRange tests and add use cases | Tomaž Vajngerl | 2 | -33/+62 |
2023-01-25 | ofz#54437 Timeout | Caolán McNamara | 1 | -1/+1 |
2023-01-05 | Revert all the recent loplugin:unocast changes | Stephan Bergmann | 2 | -13/+2 |
2022-12-22 | loplugin:unocast (basegfx::unotools::UnoPolyPolygon) | Stephan Bergmann | 2 | -2/+13 |
2022-12-21 | cid#1517814 Calling risky function | Caolán McNamara | 1 | -8/+12 |
2022-12-20 | Added BColorModifier_randomize for visualization testing | Armin Le Grand (allotropia) | 1 | -0/+47 |
2022-10-30 | tdf#126788 use singleton to avoid initial allocation | Noel Grandin | 1 | -1/+4 |
2022-09-21 | basegfx: remove global ImplB2DPolyPolygon | Mike Kaganski | 1 | -7/+2 |
2022-09-20 | tdf#151056: avoid modifying the static shared DEFAULT instance | Mike Kaganski | 1 | -6/+10 |
2022-09-20 | Assert that cow_wrapped objects aren't called to do nothing | Mike Kaganski | 2 | -0/+11 |
2022-09-17 | Simplify b2d(poly)polygon implementation | Mike Kaganski | 2 | -231/+160 |
2022-09-15 | tdf#148251 Use std::swap() instead of using temporary values | Radhey Parekh | 1 | -5/+1 |
2022-09-11 | basegfx: replace typedef with a class B2DSize based on Size2D | Tomaž Vajngerl | 4 | -3/+126 |
2022-09-10 | basegfx: simplify Tuple2D, B2DPoint, B2DVector, B2DTuple | Tomaž Vajngerl | 2 | -14/+0 |
2022-09-01 | reduce cost of B2DHomMatrix::isIdentity | Noel Grandin | 1 | -1/+1 |
2022-07-17 | ofz#48585 Out-of-memory | Caolán McNamara | 3 | -6/+6 |
2022-07-14 | make B2DPolyPolygon thread-safe | Noel Grandin | 2 | -7/+2 |