summaryrefslogtreecommitdiff
path: root/basegfx/test
AgeCommit message (Expand)AuthorFilesLines
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin1-1/+1
2021-06-17basegfx: generalise tuples with template class Tuple2D and Tuple3DTomaž Vajngerl2-11/+387
2021-06-11Simplify vector initializationsJulien Nabet1-8/+1
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-2/+2
2021-02-02Added Unit test to BColorModifierDeb Barkley-Yeung1-0/+188
2021-01-09fix coverity parse errorsCaolán McNamara3-7/+7
2020-12-26New loplugin:stringliteralvarStephan Bergmann3-10/+10
2020-11-13tdf#123936 Formatting files in module basegfx with clang-formatPhilipp Hofer3-35/+23
2020-10-30tdf#124176 Using pragma once instead of inclusive guardsdiwanshu8851-4/+1
2020-09-03Add unit tests to B2DPointDeb Barkley-Yeung1-0/+124
2020-07-16merge needlessly split polygons back in Skia drawing (tdf#133016)Luboš Luňák1-0/+103
2020-06-02basegfx: test of coordinate system conversionTomaž Vajngerl1-0/+32
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-03-30remove Matrix class from basegfx, convert B2DHomMatrix testsTomaž Vajngerl1-122/+59
2020-03-29basegfx: test B2DHomMatrix and Matrix togetherTomaž Vajngerl1-0/+126
2019-12-26Test for B2DRangeTomaž Vajngerl1-11/+16
2019-07-28unit test for B2DPointTomaž Vajngerl1-19/+27
2019-06-28add appendQuadraticBezierSegment to B2DPolygonTomaž Vajngerl1-2/+19
2019-05-14Revert "drawinglayer: avoid AA for hairline polygons built from ...Miklos Vajna1-19/+0
2019-05-11Fix typoAndrea Gelmini1-1/+1
2019-05-09drawinglayer: avoid AA for hairline polygons built from hori/vert lines onlyMiklos Vajna1-0/+20
2019-05-08Fix typoAndrea Gelmini1-1/+1
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov1-2/+2
2019-03-08new loplugin constvarsNoel Grandin1-4/+4
2019-02-18tdf#42949 Fix IWYU warnings in basegfx/Gabor Kelemen18-35/+0
2019-01-28split basegfx 2d tests to separate files (one per tested class)Tomaž Vajngerl13-1024/+1330
2018-11-25Fix typoAndrea Gelmini1-3/+3
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen1-0/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-8/+8
2018-05-20coverity#1435682 Unchecked return valueCaolán McNamara3-4/+4
2018-04-05fix bug in b2dpolypolygon::testTrapezoidHelperNoel Grandin1-0/+1
2018-01-04basegfx: extract svg path import/export test to own fileTomaž Vajngerl2-219/+255
2017-10-26loplugin:constmethod in basegfx,sotNoel Grandin4-9/+9
2017-10-23loplugin:includeform: basegfxStephan Bergmann2-2/+2
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist5-136/+136
2017-07-02loplugin:casttovoid: basegfxStephan Bergmann1-12/+0
2017-05-18loplugin:comparisonwithconstant in basegfxNoel Grandin1-1/+1
2017-04-28loplugin:cppunitassertequals: basegfxStephan Bergmann5-203/+209
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist2-2/+2
2017-01-10New loplugin:conststringvar: basegfxStephan Bergmann4-44/+41
2017-01-07coverity#1398371 Useless callCaolán McNamara1-13/+0
2016-10-06CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann2-31/+53
2016-07-25basegfx: use polygon initializer_list in some placesTomaž Vajngerl1-33/+38
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani3-15/+0
2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran3-47/+0
2016-01-31boost::tuple -> std::tupleCaolán McNamara1-10/+7
2016-01-22loplugin:fpcomparison in basegfxNoel Grandin1-1/+1