summaryrefslogtreecommitdiff
path: root/basegfx/source/curve/b2dcubicbezier.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-22clang-tidy modernize-use-equals-default in basegfxJochen Nitschke1-22/+4
2018-01-12More loplugin:cstylecast: basegfxStephan Bergmann1-2/+2
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 Grandin1-1/+1
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 Lillqvist1-6/+6
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-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 Mohrhard1-4/+0
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-2/+2
2014-02-25Remove visual noise from basegfxAlexander Wilms1-4/+4
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-08-07drop bogus eof linesThomas Arnhold1-2/+0
2012-01-08callcatcher: Remove unused codeAugust Sodora1-8/+0
2011-11-05precompiled_basegfx.hxx is empty, so don't include it.Joseph Powers1-2/+0
2011-07-26callcatcher: remove unused methodsThomas Arnhold1-59/+0
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-34/+33
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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 Rechtien1-3/+1
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
2009-07-27CWS-TOOLING: integrate CWS aw073Jens-Heiner Rechtien1-12/+24
2008-08-19INTEGRATION: CWS aw033 (1.10.2); FILE MERGEDVladimir Glazounov1-47/+366
2008-04-10INTEGRATION: CWS changefileheader (1.14.30); FILE MERGEDRüdiger Timm1-35/+18
2007-07-18INTEGRATION: CWS aw051 (1.13.14); FILE MERGEDOliver Bolte1-78/+229
2007-01-25INTEGRATION: CWS aw040 (1.12.16); FILE MERGEDOliver Bolte1-7/+19
2006-09-17INTEGRATION: CWS pchfix02 (1.11.28); FILE MERGEDOliver Bolte1-2/+5
2005-11-02INTEGRATION: CWS canvas02 (1.9.22); FILE MERGEDKurt Zenker1-16/+159
2005-09-07INTEGRATION: CWS ooo19126 (1.9.26); FILE MERGEDRüdiger Timm1-47/+21
2004-12-13INTEGRATION: CWS aw022 (1.8.38); FILE MERGEDRüdiger Timm1-9/+292
2004-02-12Changed usages of (G/S)etControlVector(A/B) to use the new curve convention t...Armin Weiss1-2/+20
2004-01-16#110496# Added integer point, size and rectangle classes, needed for the new ...Thorsten Behrens1-7/+7
2003-11-28Removed in-between namespaces (curve, matrix, numeric, point, polygon, range,...Armin Weiss1-75/+71
2003-11-26Added support for B3DPolyPOlygon, moved BDRange from source/inc to range name...Armin Weiss1-6/+2
2003-11-06Added tooling for PolyPolygon cutting and some more tooling at B2DPolygon and...Armin Weiss1-5/+5
2003-11-05Added PolyPolygonTools, Added PolygonTool functionality, changed bool to sal_...Armin Weiss1-7/+7
2003-10-31includes were one inc too deep, correctingArmin Weiss1-3/+3
2003-10-28basegfx reorganizationArmin Weiss1-0/+160