summaryrefslogtreecommitdiffstats
path: root/basegfx
Commit message (Expand)AuthorAgeFilesLines
* merge needlessly split polygons back in Skia drawing (tdf#133016)Luboš Luňák2020-07-172-0/+104
* 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
* basegfx: fix assertion textChris Sherlock2019-12-111-4/+4
* tdf#43157 basegfx: remove OSL_ENSURE preconditionsChris Sherlock2019-12-101-6/+6
* Adapt SAL_WARN to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2019-12-031-1/+1
* Simplify a bit B2DPolyRange::appendElement (basegfx)Julien Nabet2019-12-031-5/+5
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-224-0/+24
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-261-1/+8
* cid#1454631 Logically dead codeCaolán McNamara2019-10-071-1/+1
* loplugin:virtualdead in basegfxNoel Grandin2019-09-281-7/+1
* do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2019-09-231-1/+1
* loplugin:constvars in accessibility..basegfxNoel Grandin2019-08-195-5/+5
* Improved loplugin:stringconstant (now that GCC 7 supports it): basegfxStephan Bergmann2019-07-311-1/+1
* loplugin:oncevarNoel Grandin2019-07-281-1/+1
* unit test for B2DPointTomaž Vajngerl2019-07-281-19/+27
* loplugin:referencecasting in avmedia..basicNoel Grandin2019-07-191-10/+6
* Fix typoAndrea Gelmini2019-07-091-3/+3
* Fix typoAndrea Gelmini2019-07-061-2/+2
* Improve the looks of a wave line by draw it with bezier curvesTomaž Vajngerl2019-07-012-1/+54
* add appendQuadraticBezierSegment to B2DPolygonTomaž Vajngerl2019-06-283-9/+42
* Revert "drawinglayer: avoid AA for hairline polygons built from ...Miklos Vajna2019-05-142-37/+0
* Fix typoAndrea Gelmini2019-05-111-1/+1
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-091-25/+14
* drawinglayer: avoid AA for hairline polygons built from hori/vert lines onlyMiklos Vajna2019-05-092-0/+38
* Fix typoAndrea Gelmini2019-05-081-1/+1