summaryrefslogtreecommitdiff
path: root/basegfx/source/curve
AgeCommit message (Expand)AuthorFilesLines
10 daysGeneralize basegfx::fround for templated return typeMike Kaganski1-12/+12
2024-03-23tdf#157664 Drop redundant operator != in basegfx moduleRMZeroFour1-10/+0
2024-03-07Simplify some basegfx::fTools::*orEqual callsNoel Grandin1-1/+1
2022-07-17ofz#48585 Out-of-memoryCaolán McNamara1-2/+2
2022-03-11new loplugin:trivialdestructorNoel Grandin1-2/+0
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-3/+3
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin1-2/+1
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basegfxStephan Bergmann1-1/+1
2020-04-19loplugin:flatten in basegfxNoel Grandin1-87/+87
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-1/+2
2018-04-22clang-tidy modernize-use-equals-default in basegfxJochen Nitschke1-22/+4
2018-01-12More loplugin:cstylecast: basegfxStephan Bergmann2-3/+3
2017-11-01loplugin:constantparam in basegfxNoel Grandin1-5/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-05-19loplugin:comparisonwithconstant in accessibility..basegfxNoel Grandin1-1/+1
2017-05-18loplugin:comparisonwithconstant in basegfxNoel Grandin2-2/+2
2017-05-08cppcheck: knownConditionTrueFalseJochen Nitschke1-41/+34
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin1-6/+1
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist2-7/+7
2016-07-30tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka1-4/+4
2016-07-07tdf#50613 speedup fat line drawing on linux using cairoArmin Le Grand1-0/+61
2016-06-03loplugin:constantparamsNoel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-03-31tdf#96505 Remove 0L occurences from avmedia and basegfx modulesslideon1-2/+2
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-22coverity#1326120 try and silence Constant expression resultCaolán McNamara1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-07-06remove unnecessary whitespaces in basegfxMarkus Mohrhard2-6/+0
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-2/+2
2014-02-25Remove visual noise from basegfxAlexander Wilms2-5/+5
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2-46/+28
2012-08-07drop bogus eof linesThomas Arnhold2-6/+0
2012-01-08callcatcher: Remove unused codeAugust Sodora1-8/+0
2011-12-22unusedcode: remove various unused classesMatúš Kukan1-106/+0
2011-11-05precompiled_basegfx.hxx is empty, so don't include it.Joseph Powers3-6/+0
2011-07-26callcatcher: remove unused methodsThomas Arnhold2-90/+0
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen3-0/+9
2011-06-16CWS gnumake4: some more changes for basebmp and basegfx [hg:412eb2845cc4]Mathias Bauer1-49/+0
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-34/+33
2011-02-02Clean up makefilesThomas Arnhold1-2/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth3-0/+9
2010-10-13#i114938# fix extremum parameter calculationHerbert Duerr [hdu]1-12/+12
2010-07-21vcl114: #i106127# fix numeric problemsHerbert Duerr [hdu]1-28/+27
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien4-16/+4
2009-10-23#i106127# perf: ignore multiplicit solutions in maxdist calculationhdu1-12/+22
2009-10-22#i106127# fix typo in new method getMaxDistancePositions()hdu1-2/+2
2009-10-21#i106127# perf: add B2DCubicBezier::getMaxDistancePositions ( ) to allow bett...hdu1-0/+48