summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)AuthorFilesLines
2020-07-17merge needlessly split polygons back in Skia drawing (tdf#133016)Luboš Luňák2-0/+104
2020-05-19tdf#88205 EasyHack change css::uno::Sequence initializationsvgeof1-4/+3
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin1-4/+4
2020-05-04Fix typoAndrea Gelmini1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen6-0/+6
2020-04-19loplugin:flatten in basegfxNoel Grandin13-1106/+1106
2020-04-14loplugin:buriedassign in b*Noel Grandin6-6/+12
2020-03-30OSL_ASSERT->assert in basegfxNoel Grandin1-1/+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
2020-03-23make more classes private in mergedlibs modeNoel Grandin1-0/+1
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi1-1/+1
2020-03-09tdf43157:Clean up OSL_ASSERT, DBG_ASSERT, etc..Pelin Kuran1-7/+10
2020-03-04tdf#130150 Improve clipping in PDF exportArmin.Le.Grand (CIB)2-7/+44
2020-02-14tdf#130655 callback interface for 3D and secure dashArmin Le Grand2-86/+205
2020-02-14tdf#130655 added callback interface to ::applyLineDashingArmin Le Grand (Collabora)1-179/+240
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)1-6/+17
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