summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impvect.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-7/+7
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-4/+4
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin1-5/+0
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-6/+5
2017-01-10loplugin:unusedmethodsNoel Grandin1-83/+0
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page1-7/+6
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e123461-53/+53
2016-09-07loplugin:constantparam in vclNoel Grandin1-15/+9
2016-08-18cppcheck: noCopyConstructorCaolán McNamara1-0/+3
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-2/+2
2016-04-01loplugin:constantparam in vclNoel Grandin1-12/+9
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-1/+1
2015-09-22convert Link<> to typedNoel Grandin1-12/+4
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-20/+19
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+2
2015-05-07convert BMP_VECTORIZE constants to scoped enumNoel Grandin1-7/+7
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-1/+1
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-2/+2
2015-04-04callcatcher: update unusedcodeCaolán McNamara1-14/+22
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-21/+20
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-3/+3
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-4/+2
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin1-2/+2
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-5/+5
2014-09-29loplugin: cstylecastNoel Grandin1-1/+3
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-15/+0
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-03-19Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-6/+3
2014-03-09Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe1-11/+11
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-15/+15
2013-11-01Bin dead codeTor Lillqvist1-3/+0
2013-08-28Mark as constTakeshi Abe1-3/+3
2013-08-28sal_Bool to boolTakeshi Abe1-6/+6
2013-06-11sal_Bool to boolTakeshi Abe1-13/+13
2013-06-10mingw64: Don't cast to pointers from narrower integersFridrich Štrba1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist1-97/+0