summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)AuthorFilesLines
2016-11-18includes should be at the top of the fileNoel Grandin2-2/+2
2016-10-18loplugin:unusedmethodsNoel Grandin2-99/+0
2016-10-11loplugin:constantfunctionNoel Grandin1-5/+0
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke5-13/+13
2016-10-06CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann2-31/+53
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-23coverity#1371281 Missing move assignment operatorCaolán McNamara1-0/+11
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist1-1/+0
2016-09-05tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.Gökhan Gurbetoğlu1-3/+4
2016-08-29tdf#43157 Clean up OSL_ASSERTdrazil1-6/+6
2016-08-29cid#1371223 Missing move assignment operatorNoel Grandin3-0/+32
2016-08-25cid#1371276 Missing move assignment operatorNoel Grandin1-0/+10
2016-08-25cid#1371281 Missing move assignment operatorNoel Grandin1-0/+11
2016-08-25cid#1371285 Missing move assignment operatorNoel Grandin1-0/+11
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin1-10/+0
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin2-4/+4
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara1-3/+1
2016-07-30tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka13-117/+117
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-25basegfx: use polygon initializer_list in some placesTomaž Vajngerl2-59/+63
2016-07-25basegfx: initializer_list from polygonTomaž Vajngerl1-0/+9
2016-07-19simplify code nowCaolán McNamara1-27/+8
2016-07-19Resolves: tdf#100909 artifacts in hole of polypolygon shapeCaolán McNamara1-8/+0
2016-07-07tdf#82214 optimize performance for primitivesArmin Le Grand1-0/+8
2016-07-07tdf#50613 speedup fat line drawing on linux using cairoArmin Le Grand1-0/+61
2016-07-04"it is working properly", not "it is working property"Christian Lohmaier1-1/+1
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen2-4/+4
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-03loplugin:constantparamsNoel Grandin2-3/+3
2016-05-17tdf#99130 use subdivision on B2DPolygon, angle based subdivisionTomaž Vajngerl2-30/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-10/+9
2016-05-06basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl2-3/+2
2016-05-02Fix typosAndrea Gelmini1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin5-10/+8
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin4-7/+7
2016-04-13loplugin:passstuffbyref in basegfxNoel Grandin1-1/+1
2016-03-31tdf#96505 Remove 0L occurences from avmedia and basegfx modulesslideon14-166/+166
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann1-1/+1
2016-03-30loplugin:nullptrStephan Bergmann1-4/+4
2016-03-10Avoid reserved identifiersStephan Bergmann1-4/+4
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani3-15/+0
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin1-3/+2
2016-02-25opengl: shader based polyline rendering - fixes tdf#97137 for OGLTomaž Vajngerl1-0/+29
2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran3-47/+0
2016-02-09crashtesting: crash on loading moz414782-1.svgCaolán McNamara1-1/+1
2016-02-05Fix typosAndrea Gelmini5-7/+7
2016-01-31boost::tuple -> std::tupleCaolán McNamara1-10/+7
2016-01-22loplugin:fpcomparison in basegfxNoel Grandin7-26/+26