summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon
AgeCommit message (Expand)Author
2022-07-17ofz#48585 Out-of-memoryCaolán McNamara
2022-07-14make B2DPolyPolygon thread-safeNoel Grandin
2022-07-04tdf#137544 reserve space in polypolygonNoel Grandin
2022-07-01tdf#137544 reserve space in polygonNoel Grandin
2022-05-27clang-tidy modernize-pass-by-value in basegfxNoel Grandin
2022-05-16basegfx: remove CoordinateData2D class and use B2DPoint directlyTomaž Vajngerl
2022-05-16basegfx: move ImplB2DPolyPolygon inside basegfx namespaceTomaž Vajngerl
2022-04-10use more string_viewNoel Grandin
2022-03-21ofz#45878 add a way to set some limit on hugely complex clipsCaolán McNamara
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik4187
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin
2021-12-20Missing inlcude (for std::as_const)Stephan Bergmann
2021-12-07improve loplugin:cow_wrapperNoel Grandin
2021-12-03flatten ImplB2DPolygon data a littleNoel Grandin
2021-11-19Drop F_2PIMike Kaganski
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-11-12improve mergeToSinglePolyPolygonNoel Grandin
2021-10-10loplugin:moveparam in basegfxNoel Grandin
2021-09-15loplugin:constvarsNoel Grandin
2021-09-13loplugin:cow_wrapperNoel Grandin
2021-09-08no need to allocate this separatelyNoel Grandin
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-22no need to use unique_ptr for B2DPolygonNoel Grandin
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin
2021-08-17reduce alloc costs for some basegfx objects (tdf#105575)Noel Grandin
2021-07-31getArray->getConstArrayNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-02-02tdf#139002 dont hang opening pathological SVGsNoel Grandin
2021-01-31basegfx::utils::applyLineDashing simplify !aLineTargetCallBack checksDr. David Alan Gilbert
2020-12-27std::list::size() has constant complexity since C++11Jochen Nitschke
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-10-06loplugin:const* make some params and methods constNoel
2020-08-30Fix typo in codeAndrea Gelmini
2020-08-17Fix typosAndrea Gelmini
2020-05-28loplugin:simplifybool in accessibility..basicNoel Grandin
2020-05-04Fix typoAndrea Gelmini
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-19loplugin:flatten in basegfxNoel Grandin
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-03-09tdf43157:Clean up OSL_ASSERT, DBG_ASSERT, etc..Pelin Kuran
2020-03-04tdf#130150 Improve clipping in PDF exportArmin.Le.Grand (CIB)
2020-02-14tdf#130655 callback interface for 3D and secure dashArmin Le Grand
2020-02-14tdf#130655 added callback interface to ::applyLineDashingArmin Le Grand (Collabora)
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)
2020-02-03loplugin:constantparamNoel Grandin
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-14clang-tidy modernize-concat-nested-namespace in basegfxNoel Grandin
2020-01-13crashtesting: downgrade assert to a warningCaolán McNamara