summaryrefslogtreecommitdiff
path: root/include/basegfx
AgeCommit message (Expand)AuthorFilesLines
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-04-10use more string_viewNoel Grandin2-2/+2
2022-03-21ofz#45878 add a way to set some limit on hugely complex clipsCaolán McNamara3-4/+6
2022-03-11new loplugin:trivialdestructorNoel Grandin1-1/+0
2022-01-12make it easier to adjust the value of a basegfx Tuple2DCaolán McNamara1-0/+6
2021-12-27use comphelper::WeakComponentImplHelper in UnoPolyPolygonNoel Grandin1-5/+3
2021-12-22loplugin:flatten in filter..includeNoel Grandin1-13/+13
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen6-11/+0
2021-12-01improve the script for reducing symbol exportsNoel Grandin12-74/+74
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski1-12/+4
2021-11-19Drop F_2PIMike Kaganski2-7/+4
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski4-16/+7
2021-11-18Drop F_PI180Mike Kaganski1-3/+0
2021-11-18Drop obsolete commentMike Kaganski1-1/+0
2021-11-12improve mergeToSinglePolyPolygonNoel Grandin1-1/+1
2021-10-10loplugin:moveparam in basegfxNoel Grandin1-1/+1
2021-10-06loplugin:moveparam in basegfxNoel Grandin1-1/+1
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-6/+6
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin12-32/+6
2021-07-29Fix --enable-mergelibs `make check`Stephan Bergmann1-1/+1
2021-06-17basegfx: change template param to use int instead bool - Tuple2DTomaž Vajngerl1-8/+4
2021-06-17basegfx: generalise tuples with template class Tuple2D and Tuple3DTomaž Vajngerl7-512/+325
2021-06-17basegfx: change template param to use int instead boolTomaž Vajngerl1-9/+9
2021-06-16basegfx: use namespace for "ftools", make sure input is FP numberTomaž Vajngerl1-13/+20
2021-05-10Some more vtables are still needed outside mergedlibThorsten Behrens1-4/+4
2021-04-09Recheck include/ with IWYUGabor Kelemen3-2/+1
2021-03-15Drop obsolete commentsMike Kaganski1-9/+0
2021-01-08opacity->alpha in BPixelNoel1-24/+24
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer7-21/+20
2020-10-28std::set->o3tl::sorted_vector in PointIndexSetNoel Grandin1-2/+2
2020-10-21use tools::Long in basegfx..chart2Noel1-2/+3
2020-09-26revert recent Polygon commitsNoel Grandin2-2/+0
2020-09-26tools::PolyPolygon -> basegfx in filterNoel Grandin2-0/+2
2020-09-02drop unused MinimalSystemDependentDataManagerCaolán McNamara1-26/+0
2020-08-19Fix typosAndrea Gelmini1-1/+1
2020-07-16compact namespace: basegfx,canvasNoel Grandin1-4/+1
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen2-1/+1
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basegfxStephan Bergmann1-4/+4
2020-05-29loplugin:simplifybool in hwpfilter..lotuswordproNoel Grandin1-1/+1
2020-05-29improve pahole script and pack a few classesNoel Grandin1-1/+1
2020-05-14Some vtables are still needed outside mergedlibStephan Bergmann1-1/+1
2020-05-12basegfx: simplify namespaces in ALL basegfx headersTomaž Vajngerl23-296/+194
2020-05-12use pragma once in include/basegfx headersTomaž Vajngerl58-240/+58
2020-05-03use more compact namespace syntax in /includeNoel Grandin4-10/+10
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen3-7/+9
2020-03-30remove Matrix class from basegfx, convert B2DHomMatrix testsTomaž Vajngerl1-178/+0
2020-03-29basegfx: Fix the problem with Matrix Concatinate and TransformTomaž Vajngerl1-8/+17
2020-03-29basegfx: add convenience access. and creator to B2DHomMatrixTomaž Vajngerl1-0/+27
2020-03-29add convenience accessors to Matrix.hxxTomaž Vajngerl1-1/+44
2020-03-29basegfx: export B2DRange operator*=Tomaž Vajngerl1-1/+1