summaryrefslogtreecommitdiff
path: root/include/basegfx
AgeCommit message (Expand)AuthorFilesLines
2016-10-23Fix typosAndrea Gelmini1-1/+1
2016-10-18loplugin:unusedmethodsNoel Grandin2-11/+0
2016-10-11loplugin:constantfunctionNoel Grandin1-6/+0
2016-09-23coverity#1371281 Missing move assignment operatorCaolán McNamara1-0/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-8/+8
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist3-5/+0
2016-08-29cid#1371223 Missing move assignment operatorNoel Grandin3-0/+6
2016-08-25cid#1371276 Missing move assignment operatorNoel Grandin1-0/+2
2016-08-25cid#1371281 Missing move assignment operatorNoel Grandin1-0/+2
2016-08-25cid#1371285 Missing move assignment operatorNoel Grandin1-0/+2
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin6-22/+22
2016-07-25basegfx: initializer_list from polygonTomaž Vajngerl1-0/+2
2016-07-07tdf#50613 speedup fat line drawing on linux using cairoArmin Le Grand1-0/+7
2016-06-03loplugin:constantparamsNoel Grandin1-1/+1
2016-05-17tdf#99130 use subdivision on B2DPolygon, angle based subdivisionTomaž Vajngerl1-5/+0
2016-05-06Refactor 3D renderer to use multithreadingArmin Le Grand3-3/+3
2016-04-13loplugin:passstuffbyref in basegfxNoel Grandin2-5/+5
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-10tdf#99176: Fix redundant conditionJulien Nabet1-2/+1
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-02-25opengl: shader based polyline rendering - fixes tdf#97137 for OGLTomaž Vajngerl1-0/+6
2016-02-23convert B2VectorContinuity to scoped enumNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock21-44/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-5/+5
2016-01-22loplugin:fpcomparison in basegfxNoel Grandin2-5/+5
2016-01-21loplugin: unused return valuesNoel Grandin5-55/+1
2016-01-10Fix typosAndrea Gelmini5-6/+6
2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann9-17/+17
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-6/+6
2015-10-27loplugin:unusedmethodsNoel Grandin17-549/+0
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud1-0/+1
2015-10-22coverity#1326120 try and silence Constant expression resultCaolán McNamara1-0/+6
2015-10-20com::sun::star->css in include/basegfxNoel Grandin8-90/+81
2015-10-16Let operator<< be found via ADLStephan Bergmann1-7/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-34/+34
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-8/+8
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-07-24loplugin:unusedmethodsNoel Grandin3-63/+0
2015-07-08s/Coordiante/CoordinateTor Lillqvist2-2/+2
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin10-282/+0
2015-07-03Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl10-0/+289
2015-07-03loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin10-289/+0
2015-07-03Fix typosAndrea Gelmini2-2/+2
2015-06-15Fix typosAndrea Gelmini2-2/+2
2015-06-05Removed B{2,3}DTuple's custom treshold equal() and equalZero() methodsZsolt Bölöny2-31/+0
2015-06-04Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny1-3/+0
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin2-7/+7