summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)AuthorFilesLines
2023-06-09MCGR: tdf#155479 repair gradient SVG export for MCGRArmin Le Grand (allotropia)1-0/+137
2023-06-07MCGR: tdf#155537 correct usage of wrong result in toolingArmin Le Grand (allotropia)1-1/+1
2023-06-07tdf#155549 MCGR: Recreate 'axial' from symmetric 'linear'Regina Henschel1-1/+52
2023-06-04MCGR: Border restoration supportArmin Le Grand (allotropia)2-72/+233
2023-05-21MCGR: Adaptions to WriteGradientFill and BGradientArmin Le Grand (allotropia)2-68/+31
2023-05-21MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)3-525/+801
2023-05-15MCGR: 2nd corrections/adaptions to MCGRArmin Le Grand (allotropia)1-3/+94
2023-05-15MCGR: Adaptions to oox exportArmin Le Grand (allotropia)1-10/+250
2023-05-15MCGR: Moved color compare in common computation partArmin Le Grand (allotropia)1-6/+5
2023-05-15MCGR: Improve performance for texture-mapped MCGR processingArmin Le Grand (allotropia)1-43/+57
2023-05-15MCGR: Unify Gradient intensity handling in toolingArmin Le Grand (allotropia)1-0/+38
2023-05-15MCGR: 1st additions to OOXML MCGR importArmin Le Grand (allotropia)1-0/+32
2023-05-15MCGR: More corrections fo sortAndCorrectColorStopsArmin Le Grand (allotropia)1-4/+67
2023-05-15MCGR: Model data changes for ColorSteps (II)Armin Le Grand (allotropia)1-39/+37
2023-05-15MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)1-47/+152
2023-05-15MCGR: ColorSteps handling moved to toolingArmin Le Grand (allotropia)1-0/+115
2023-05-15MCGR: Adapted other Gradient* to make use of MCGRArmin Le Grand (allotropia)1-25/+2
2023-05-15MCGR: Adapted GradientRadial to make use of MCGRArmin Le Grand (allotropia)1-9/+1
2023-05-15MCGR: Adapted GradientAxial to make use of MCGRArmin Le Grand (allotropia)1-16/+2
2023-05-15MCGR: Adapted GradientLinear to make use of MCGRArmin Le Grand (allotropia)1-5/+96
2023-05-15MCGR: Correct GradientElliptical & GradientRectArmin Le Grand (allotropia)1-2/+100
2023-05-15MCGR: Add GradientSteps to GeoTexSvxGradientArmin Le Grand (allotropia)1-5/+25
2022-10-30tdf#126788 use singleton to avoid initial allocationNoel Grandin1-1/+4
2022-09-21basegfx: remove global ImplB2DPolyPolygonMike Kaganski1-7/+2
2022-09-20tdf#151056: avoid modifying the static shared DEFAULT instanceMike Kaganski1-6/+10
2022-09-20Assert that cow_wrapped objects aren't called to do nothingMike Kaganski2-0/+11
2022-09-17Simplify b2d(poly)polygon implementationMike Kaganski2-231/+160
2022-09-15tdf#148251 Use std::swap() instead of using temporary valuesRadhey Parekh1-5/+1
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl4-3/+126
2022-09-10basegfx: simplify Tuple2D, B2DPoint, B2DVector, B2DTupleTomaž Vajngerl2-14/+0
2022-09-01reduce cost of B2DHomMatrix::isIdentityNoel Grandin1-1/+1
2022-07-17ofz#48585 Out-of-memoryCaolán McNamara3-6/+6
2022-07-14make B2DPolyPolygon thread-safeNoel Grandin2-7/+2
2022-07-13basegfx: zoomIn() and zoomOut() should be sal_uInt16Chris Sherlock1-8/+8
2022-07-04tdf#137544 reserve space in polypolygonNoel Grandin2-0/+12
2022-07-04tdf#137544 no need to create a OUStringBuffer hereNoel Grandin1-10/+5
2022-07-01tdf#137544 reserve space in polygonNoel Grandin1-0/+2
2022-07-01small optimisationNoel Grandin1-3/+3
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