summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)AuthorFilesLines
2020-02-03loplugin:constantparamNoel Grandin1-17/+6
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-1/+5
2020-01-31new loplugin:namespaceindentationNoel Grandin20-41/+39
2020-01-26Fix typoAndrea Gelmini1-1/+1
2020-01-23tdf#129845: Better solution using already existing infoArmin Le Grand1-25/+34
2020-01-14clang-tidy modernize-concat-nested-namespace in basegfxNoel Grandin22-109/+41
2020-01-13crashtesting: downgrade assert to a warningCaolán McNamara1-1/+2
2019-12-26Test for B2DRangeTomaž Vajngerl1-11/+16
2019-12-18sal_Char->char in avmedia..basicNoel Grandin1-1/+1
2019-12-17loplugin:expandablemethodsNoel Grandin1-8/+8
2019-12-11basegfx: fix assertion textChris Sherlock1-4/+4
2019-12-10tdf#43157 basegfx: remove OSL_ENSURE preconditionsChris Sherlock1-6/+6
2019-12-03Adapt SAL_WARN to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-1/+1
2019-12-03Simplify a bit B2DPolyRange::appendElement (basegfx)Julien Nabet1-5/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-0/+24
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-1/+8
2019-10-07cid#1454631 Logically dead codeCaolán McNamara1-1/+1
2019-09-28loplugin:virtualdead in basegfxNoel Grandin1-7/+1
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-08-19loplugin:constvars in accessibility..basegfxNoel Grandin5-5/+5
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): basegfxStephan Bergmann1-1/+1
2019-07-28loplugin:oncevarNoel Grandin1-1/+1
2019-07-28unit test for B2DPointTomaž Vajngerl1-19/+27
2019-07-19loplugin:referencecasting in avmedia..basicNoel Grandin1-10/+6
2019-07-09Fix typoAndrea Gelmini1-3/+3
2019-07-06Fix typoAndrea Gelmini1-2/+2
2019-07-01Improve the looks of a wave line by draw it with bezier curvesTomaž Vajngerl2-1/+54
2019-06-28add appendQuadraticBezierSegment to B2DPolygonTomaž Vajngerl3-9/+42
2019-05-14Revert "drawinglayer: avoid AA for hairline polygons built from ...Miklos Vajna2-37/+0
2019-05-11Fix typoAndrea Gelmini1-1/+1
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-25/+14
2019-05-09drawinglayer: avoid AA for hairline polygons built from hori/vert lines onlyMiklos Vajna2-0/+38
2019-05-08Fix typoAndrea Gelmini1-1/+1
2019-04-12loplugin:sequentialassign in accessiblity..canvasNoel Grandin3-8/+4
2019-04-04Fix typoAndrea Gelmini1-1/+1
2019-04-01Fix typoAndrea Gelmini1-1/+1
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov2-35/+17
2019-03-08new loplugin constvarsNoel Grandin3-7/+6
2019-02-27loplugin:simplifybool improve search for negated operatorNoel Grandin2-15/+7
2019-02-19Fix typoAndrea Gelmini1-1/+1
2019-02-18tdf#42949 Fix IWYU warnings in basegfx/Gabor Kelemen40-83/+32
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin2-2/+2
2019-02-01Fix typosAndrea Gelmini2-3/+3
2019-01-29b2dpolygontools: removing debug code, doesn't seem to be usefulTomaž Vajngerl1-7/+0
2019-01-28split basegfx 2d tests to separate files (one per tested class)Tomaž Vajngerl14-1025/+1342
2019-01-28basegfx: just use the std::clamp for clamping the inputTomaž Vajngerl1-18/+2
2019-01-24loplugin:constparams in basctl..chart2Noel Grandin1-1/+1
2019-01-13basegfx: Kill empty .cxxTakeshi Abe4-69/+0
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann3-13/+16
2019-01-10EmptyBPixel is unusedStephan Bergmann2-26/+0