summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-10/+9
2016-07-20Fix typosAndrea Gelmini5-7/+7
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin1-7/+7
2016-05-25tdf#99130 use subdivision on B2DPolygon, angle based subdivisionTomaž Vajngerl2-30/+1
2016-02-29opengl: shader based polyline rendering - fixes tdf#97137 for OGLTomaž Vajngerl1-0/+29
2015-11-20loplugin:unusedfields in basegfxNoel Grandin1-7/+0
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-40/+59
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-13tdf#88352 correct triangulator numerical problemArmin Le Grand1-2/+5
2015-11-11new loplugin: memoryvarNoel Grandin1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann16-74/+74
2015-10-30basegfx tree cleanupMario J. Rugiero5-58/+30
2015-10-27loplugin:unusedmethodsNoel Grandin5-112/+0
2015-10-26WaE: loplugin:defaultparamsTor Lillqvist1-2/+1
2015-10-26Replace boost::bind by lambdas in basegfx tree.Mario J. Rugiero3-38/+14
2015-10-22coverity#1326120 try and silence Constant expression resultCaolán McNamara2-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-22/+22
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann2-5/+0
2015-09-30Fix typosAndrea Gelmini4-5/+5
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-22/+0
2015-09-18boost->stdCaolán McNamara2-7/+6
2015-08-11loplugin: defaultparamsNoel Grandin5-9/+9
2015-07-20com::sun::star->css in basegfxNoel Grandin6-70/+70
2015-07-14Revert "Avoid loplugin:staticmethods in non-debug build"Stephan Bergmann1-1/+0
2015-07-10do not include boost/utility.hppMichael Stahl2-2/+2
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann1-0/+1
2015-07-08s/Coordiante/CoordinateTor Lillqvist2-61/+61
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-07Fix some misspellingsTor Lillqvist2-2/+2
2015-07-04Fix typosAndrea Gelmini3-3/+3
2015-06-30Fix typosAndrea Gelmini2-2/+2
2015-06-28Fix typosAndrea Gelmini2-2/+2
2015-06-22Fix typosAndrea Gelmini2-2/+2
2015-06-21Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet1-2/+1
2015-06-11Typo: vertival -> verticalAndras Timar1-2/+2
2015-06-04Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny1-5/+0
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-3/+1
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-7/+7
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin6-14/+14
2015-06-04convert B2VectorOrientation to scoped enumNoel Grandin10-79/+79
2015-06-02Replaced boost::tuple with std::tupleZsolt Bölöny3-8/+5
2015-06-01Remove B1IRange, it's not used anywhereZsolt Bölöny2-3/+0
2015-06-01Remove B1IBox, it's not used anywhereZsolt Bölöny1-60/+0
2015-05-28new clang plugin: loopvartoosmallNoel Grandin5-12/+12
2015-05-27Remove B3IPoint, it's not used anywhereZsolt Bölöny2-70/+0
2015-05-27B3IVector is not used anywhereZsolt Bölöny2-42/+0