summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impvect.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-24vcl: move bitmap files from gdi directory to bitmap directoryChris Sherlock1-1000/+0
2020-11-11convert more long -> tools::LongNoel1-3/+3
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-2/+2
2020-10-19use tools::Long in vclNoel1-49/+49
2020-08-04loplugin:flatten in vcl/gdiNoel Grandin1-19/+19
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann1-3/+3
2020-04-17loplugin:buriedassign in vclNoel Grandin1-1/+3
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin1-3/+3
2020-02-27tdf#130679 Draw: Convert to polygon doesn't workNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+24
2019-10-02tdf#127913 crash applying popart filter to an imageNoel Grandin1-12/+3
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen1-4/+1
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
2019-01-23loplugin:constparams in vclNoel Grandin1-1/+1
2018-12-11loplugin:useuniqueptr in vclNoel Grandin1-22/+15
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-8/+18
2018-11-06convert some macros to local functionsNoel Grandin1-5/+14
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-2/+4
2018-09-17New loplugin:externalStephan Bergmann1-6/+10
2018-09-14loplugin:constfields in vclNoel Grandin1-3/+3
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-3/+3
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-16cppcheck: useInitializationList in vclJochen Nitschke1-7/+5
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-76/+76
2018-02-07use scanline when reading pixel dataNoel Grandin1-3/+7
2018-01-25Allocate ImplPointArray::mpArray as a true Point[]Stephan Bergmann1-15/+5
2018-01-24Make ImplColorSet default ctor zero-initialize all membersStephan Bergmann1-5/+4
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
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