summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon
AgeCommit message (Expand)AuthorFilesLines
4 dayscid#1596705 Unused valueCaolán McNamara1-3/+2
6 daysDrop uses of css::uno::Sequence::getConstArray in accessibility .. basegfxMike Kaganski3-53/+34
2024-04-19loplugin:constantparamNoel Grandin1-24/+3
2024-03-26tdf#159805 Printing line style dotted lines (horizontal) turns into dashes.Noel Grandin1-39/+12
2024-03-23tdf#157664 Drop redundant operator != in basegfx moduleRMZeroFour3-15/+0
2024-03-07Simplify some basegfx::fTools::*orEqual callsNoel Grandin5-15/+15
2023-11-03tdf#157664 Drop operator !=, where respective operator == is definedAnkit_Jaipuriar2-10/+0
2023-09-28cid#1545233 sidestep COPY_INSTEAD_OF_MOVECaolán McNamara2-41/+34
2023-09-13tdf#156995 speed up dragging complex group objectsNoel Grandin1-12/+39
2023-08-24tdf#112687 Simplify polylines from slideshow annotationsRegina Henschel1-0/+100
2023-07-31loplugin:constantparamNoel Grandin1-65/+18
2023-07-23ofz#57493 TimeoutCaolán McNamara1-1/+1
2023-07-21loplugin:redundantcast small improvementNoel Grandin1-2/+2
2023-07-04loplugin:constantparamNoel Grandin1-17/+6
2023-06-13tdf#145538 Refactor to use range-based for-loopbuldi5-63/+41
2023-03-24loplugin:stringadd in b*Noel Grandin1-3/+3
2023-03-06clang-tidy dead-storeNoel Grandin2-2/+0
2023-02-23avoid div/0 in getCutPointForGivenYNoel Grandin1-0/+3
2023-01-25ofz#54437 TimeoutCaolán McNamara1-1/+1
2022-10-30tdf#126788 use singleton to avoid initial allocationNoel Grandin1-1/+4
2022-09-21basegfx: remove global ImplB2DPolyPolygonMike Kaganski1-7/+2
2022-09-20tdf#151056: avoid modifying the static shared DEFAULT instanceMike Kaganski1-6/+10
2022-09-20Assert that cow_wrapped objects aren't called to do nothingMike Kaganski2-0/+11
2022-09-17Simplify b2d(poly)polygon implementationMike Kaganski2-231/+160
2022-07-17ofz#48585 Out-of-memoryCaolán McNamara2-4/+4
2022-07-14make B2DPolyPolygon thread-safeNoel Grandin1-1/+1
2022-07-04tdf#137544 reserve space in polypolygonNoel Grandin2-0/+12
2022-07-01tdf#137544 reserve space in polygonNoel Grandin1-0/+2
2022-05-27clang-tidy modernize-pass-by-value in basegfxNoel Grandin1-2/+3
2022-05-16basegfx: remove CoordinateData2D class and use B2DPoint directlyTomaž Vajngerl1-38/+17
2022-05-16basegfx: move ImplB2DPolyPolygon inside basegfx namespaceTomaž Vajngerl1-3/+3
2022-04-10use more string_viewNoel Grandin1-4/+4
2022-03-21ofz#45878 add a way to set some limit on hugely complex clipsCaolán McNamara3-12/+44
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik41871-1/+1
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin4-134/+125
2021-12-20Missing inlcude (for std::as_const)Stephan Bergmann3-0/+6
2021-12-07improve loplugin:cow_wrapperNoel Grandin4-56/+56
2021-12-03flatten ImplB2DPolygon data a littleNoel Grandin1-79/+79
2021-11-19Drop F_2PIMike Kaganski4-13/+13
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski5-31/+31
2021-11-12improve mergeToSinglePolyPolygonNoel Grandin1-39/+35
2021-10-10loplugin:moveparam in basegfxNoel Grandin1-2/+2
2021-09-15loplugin:constvarsNoel Grandin2-2/+2
2021-09-13loplugin:cow_wrapperNoel Grandin4-56/+56
2021-09-08no need to allocate this separatelyNoel Grandin1-4/+4
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin5-29/+7
2021-08-22no need to use unique_ptr for B2DPolygonNoel Grandin1-2/+2
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin1-3/+3
2021-08-17reduce alloc costs for some basegfx objects (tdf#105575)Noel Grandin1-1/+4
2021-07-31getArray->getConstArrayNoel Grandin1-1/+1