summaryrefslogtreecommitdiffstats
path: root/basegfx
Commit message (Expand)AuthorAgeFilesLines
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-12-051-1/+1
* vector::data seems more natural than &vector::frontCaolán McNamara2017-12-052-16/+16
* includes should be at the top of the fileNoel Grandin2016-11-182-2/+2
* loplugin:unusedmethodsNoel Grandin2016-10-182-99/+0
* loplugin:constantfunctionNoel Grandin2016-10-111-5/+0
* rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke2016-10-065-13/+13
* CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann2016-10-062-31/+53
* Fix typosAndrea Gelmini2016-10-031-1/+1
* coverity#1371281 Missing move assignment operatorCaolán McNamara2016-09-231-0/+11
* Remove nonsense comments: // bitfieldTor Lillqvist2016-09-131-1/+0
* tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.Gökhan Gurbetoğlu2016-09-051-3/+4
* tdf#43157 Clean up OSL_ASSERTdrazil2016-08-291-6/+6
* cid#1371223 Missing move assignment operatorNoel Grandin2016-08-293-0/+32
* cid#1371276 Missing move assignment operatorNoel Grandin2016-08-251-0/+10
* cid#1371281 Missing move assignment operatorNoel Grandin2016-08-251-0/+11
* cid#1371285 Missing move assignment operatorNoel Grandin2016-08-251-0/+11
* loplugin:unusedenumconstants in basctl..editengNoel Grandin2016-08-171-10/+0
* loplugin:countusersofdefaultparams in basctl..basicNoel Grandin2016-08-042-4/+4
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara2016-08-041-3/+1
* tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka2016-07-3013-117/+117
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* basegfx: use polygon initializer_list in some placesTomaž Vajngerl2016-07-252-59/+63
* basegfx: initializer_list from polygonTomaž Vajngerl2016-07-251-0/+9
* simplify code nowCaolán McNamara2016-07-191-27/+8
* Resolves: tdf#100909 artifacts in hole of polypolygon shapeCaolán McNamara2016-07-191-8/+0
* tdf#82214 optimize performance for primitivesArmin Le Grand2016-07-071-0/+8
* tdf#50613 speedup fat line drawing on linux using cairoArmin Le Grand2016-07-071-0/+61
* "it is working properly", not "it is working property"Christian Lohmaier2016-07-041-1/+1
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-042-4/+4
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* loplugin:constantparamsNoel Grandin2016-06-032-3/+3
* tdf#99130 use subdivision on B2DPolygon, angle based subdivisionTomaž Vajngerl2016-05-172-30/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-102-10/+9
* basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl2016-05-062-3/+2
* Fix typosAndrea Gelmini2016-05-021-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-2/+2
* clang-tidy modernize-loop-convert in b*Noel Grandin2016-04-215-10/+8
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-144-7/+7
* loplugin:passstuffbyref in basegfxNoel Grandin2016-04-131-1/+1
* tdf#96505 Remove 0L occurences from avmedia and basegfx modulesslideon2016-03-3114-166/+166
* loplugin:nullptr: Find some more cases in templatesStephan Bergmann2016-03-301-1/+1
* loplugin:nullptrStephan Bergmann2016-03-301-4/+4
* Avoid reserved identifiersStephan Bergmann2016-03-101-4/+4
* tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani2016-03-083-15/+0
* loplugin:unuseddefaultparams variousNoel Grandin2016-03-031-3/+2
* opengl: shader based polyline rendering - fixes tdf#97137 for OGLTomaž Vajngerl2016-02-251-0/+29
* tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran2016-02-193-47/+0
* crashtesting: crash on loading moz414782-1.svgCaolán McNamara2016-02-091-1/+1
* Fix typosAndrea Gelmini2016-02-055-7/+7