summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)AuthorFilesLines
8 daysloplugin:ostr basegfxNoel Grandin4-21/+21
13 dayscid#1596705 Unused valueCaolán McNamara1-3/+2
2024-04-29Drop uses of css::uno::Sequence::getConstArray in accessibility .. basegfxMike Kaganski3-53/+34
2024-04-19loplugin:constantparamNoel Grandin1-24/+3
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski1-12/+12
2024-04-05tdf#147906 Use std::hypot for Pythagorean distanceRMZeroFour3-21/+20
2024-03-26tdf#159805 Printing line style dotted lines (horizontal) turns into dashes.Noel Grandin1-39/+12
2024-03-26tdf#160084 Simplify comparison for basegfx::fToolsBogdan Buzea2-5/+5
2024-03-23tdf#157664 Drop redundant operator != in basegfx moduleRMZeroFour7-40/+0
2024-03-21Fix typoAndrea Gelmini1-1/+1
2024-03-10basegfx : use OUstring literal for XServiceInfo implementationArnaud VERSINI1-2/+2
2024-03-07Simplify some basegfx::fTools::*orEqual callsNoel Grandin8-19/+18
2024-03-06Use less boost_headers in low level librariesGabor Kelemen1-2/+0
2024-01-21tdf#157664 Drop operator != where respective == is definedAkshayWarrier1-5/+0
2023-11-03tdf#157664 Drop operator !=, where respective operator == is definedAnkit_Jaipuriar2-10/+0
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basegfxStephan Bergmann3-18/+18
2023-10-08Drop temporary aliases from Tuple2D and Tuple3DMike Kaganski4-49/+49
2023-09-28cid#1545233 sidestep COPY_INSTEAD_OF_MOVECaolán McNamara2-41/+34
2023-09-13tdf#156995 speed up dragging complex group objectsNoel Grandin1-12/+39
2023-08-24tdf#112687 Simplify polylines from slideshow annotationsRegina Henschel1-0/+100
2023-08-21move BGradient to awt::Gradient2 UNO conversion into docmodelTomaž Vajngerl1-167/+0
2023-07-31loplugin:constantparamNoel Grandin1-65/+18
2023-07-23ofz#57493 TimeoutCaolán McNamara1-1/+1
2023-07-21loplugin:redundantcast small improvementNoel Grandin1-2/+2
2023-07-13basegfx: replace typedef with a class B2ISize based on Size2DTomaž Vajngerl1-6/+6
2023-07-10tdf#99562: Do not ignore last column from matrixXisco Fauli2-49/+79
2023-07-07related: tdf#155735: clamp RGB valuesXisco Fauli2-12/+11
2023-07-04loplugin:constantparamNoel Grandin1-17/+6
2023-06-26Revert "tdf#132246, tdf#155735: Add support for SourceAlpha"Xisco Fauli2-46/+0
2023-06-25tdf#155735: use 4x4 matrices in testsXisco Fauli2-0/+12
2023-06-24tdf#132246, tdf#155735: Add support for SourceAlphaXisco Fauli2-0/+46
2023-06-22basegfx: Add test for BColorModifier_black_and_whiteXisco Fauli1-0/+27
2023-06-22tdf#155735: Add support for matrix typeXisco Fauli2-0/+117
2023-06-22tdf#155735: Add support for hueRotate typeXisco Fauli2-0/+84
2023-06-21tdf#155735: Add tests in basegfxXisco Fauli1-0/+66
2023-06-21tdf#155735: use B3DHomMatrix in BColorModifier_saturateXisco Fauli1-5/+21
2023-06-16tdf#155852 same method for StepCount in OOXML as in renderingRegina Henschel1-7/+7
2023-06-14tdf155825 result same size in synchronize gradientsRegina Henschel1-0/+2
2023-06-14tdf#155735: Add support for saturate typeXisco Fauli1-0/+74
2023-06-13tdf#145538 Refactor to use range-based for-loopbuldi5-63/+41
2023-06-09Fix typoAndrea Gelmini1-1/+1
2023-06-09Fix typoAndrea Gelmini1-1/+1
2023-06-09MCGR: tdf#155479 repair gradient SVG export for MCGRArmin Le Grand (allotropia)1-0/+137
2023-06-06MCGR: tdf#155537 correct usage of wrong result in toolingArmin Le Grand (allotropia)1-1/+1
2023-06-05tdf#155549 MCGR: Recreate 'axial' from symmetric 'linear'Regina Henschel1-1/+52
2023-05-28Use getXWeak in basegfxMike Kaganski1-1/+1
2023-05-26MCGR: Border restoration supportArmin Le Grand (allotropia)2-71/+232
2023-05-20loplugin:unusedmethodsNoel Grandin3-41/+0
2023-05-19MCGR: Adaptions to WriteGradientFill and BGradientArmin Le Grand (allotropia)2-68/+31
2023-05-18improved B2DHomMatrixNoel Grandin4-193/+102