summaryrefslogtreecommitdiffstats
path: root/basegfx
Commit message (Expand)AuthorAgeFilesLines
* tdf#139002 dont hang opening pathological SVGsNoel Grandin2021-02-051-0/+7
* replace std::min(std::max()) with std::clampNoel2020-11-161-4/+4
* tdf#123936 Formatting files in module basegfx with clang-formatPhilipp Hofer2020-11-133-35/+23
* New loplugin:stringviewparamStephan Bergmann2020-11-122-6/+10
* tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen2020-11-058-8/+3
* tdf#124176 Using pragma once instead of inclusive guardsdiwanshu8852020-10-302-8/+2
* tdf#124176 Using pragma once instead of include guardsBetül İnce2020-10-241-4/+2
* tdf#124176 Using pragma once instead of include guardsgizemozgun2020-10-231-4/+1
* use tools::Long in basegfx..chart2Noel2020-10-211-8/+8
* loplugin:const* make some params and methods constNoel2020-10-062-4/+4
* Add unit tests to B2DPointDeb Barkley-Yeung2020-09-031-0/+124
* drop unused MinimalSystemDependentDataManagerCaolán McNamara2020-09-021-38/+0
* Fix typo in codeAndrea Gelmini2020-08-301-1/+1
* Fix typosAndrea Gelmini2020-08-171-2/+2
* loplugin:simplifybool moreNoel Grandin2020-08-142-6/+6
* tdf#133477 basegfx: fix center of rotated gradientsTünde Tóth2020-08-071-3/+3
* basegfx: remove completly useless namespace opening and closingArnaud Versini2020-07-261-27/+0
* compact namespace: basegfx,canvasNoel Grandin2020-07-162-10/+4
* merge needlessly split polygons back in Skia drawing (tdf#133016)Luboš Luňák2020-07-162-0/+104
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: basegfxStephan Bergmann2020-06-301-1/+1
* use more std::container::insert instead of std::copyNoel Grandin2020-06-241-2/+1
* basegfx: test of coordinate system conversionTomaž Vajngerl2020-06-021-0/+32
* loplugin:simplifybool in accessibility..basicNoel Grandin2020-05-282-2/+2
* tdf#88205 EasyHack change css::uno::Sequence initializationsvgeof2020-05-191-4/+3
* use for-range on Sequence in basctl..canvasNoel Grandin2020-05-151-4/+4
* Fix typoAndrea Gelmini2020-05-041-1/+1
* tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2020-04-226-0/+6
* loplugin:flatten in basegfxNoel Grandin2020-04-1913-1106/+1106
* loplugin:buriedassign in b*Noel Grandin2020-04-146-6/+12
* OSL_ASSERT->assert in basegfxNoel Grandin2020-03-301-1/+1
* remove Matrix class from basegfx, convert B2DHomMatrix testsTomaž Vajngerl2020-03-301-122/+59
* basegfx: test B2DHomMatrix and Matrix togetherTomaž Vajngerl2020-03-291-0/+126
* make more classes private in mergedlibs modeNoel Grandin2020-03-231-0/+1
* tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi2020-03-141-1/+1
* tdf43157:Clean up OSL_ASSERT, DBG_ASSERT, etc..Pelin Kuran2020-03-091-7/+10
* tdf#130150 Improve clipping in PDF exportArmin.Le.Grand (CIB)2020-03-042-7/+44
* tdf#130655 callback interface for 3D and secure dashArmin Le Grand2020-02-142-86/+205
* tdf#130655 added callback interface to ::applyLineDashingArmin Le Grand (Collabora)2020-02-141-179/+240
* tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)2020-02-071-6/+17
* loplugin:constantparamNoel Grandin2020-02-031-17/+6
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-011-1/+5
* new loplugin:namespaceindentationNoel Grandin2020-01-3120-41/+39
* Fix typoAndrea Gelmini2020-01-261-1/+1
* tdf#129845: Better solution using already existing infoArmin Le Grand2020-01-231-25/+34
* clang-tidy modernize-concat-nested-namespace in basegfxNoel Grandin2020-01-1422-109/+41
* crashtesting: downgrade assert to a warningCaolán McNamara2020-01-131-1/+2
* Test for B2DRangeTomaž Vajngerl2019-12-261-11/+16
* sal_Char->char in avmedia..basicNoel Grandin2019-12-181-1/+1
* loplugin:expandablemethodsNoel Grandin2019-12-171-8/+8