summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/animate.cxx
AgeCommit message (Expand)Author
2018-09-10No more need for extra local variablesStephan Bergmann
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-30cppcheck: variableScopeJochen Nitschke
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock
2018-04-20vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter classChris Sherlock
2018-03-27loplugin:expressionalwayszero improvementsNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-08sprinkle SAL_WARN_UNUSED over Bitmap/BitmapExNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-11loplugin:redundantcast: vclStephan Bergmann
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-17use std::unique_ptr in vcl::Animation and vcl::MenuItemListNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-27make animation loop sal_uInt32 consistentlyCaolán McNamara
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e12346
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-30Remove CycleMode enumNoel Grandin
2016-05-25Convert Disposal to scoped enumNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-04-01loplugin:constantparam in vclNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-02-05vcl: move AInfo into private headerChris Sherlock
2015-11-25loplugin:unusedfields in include/vclNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-22remove some unused paramsNoel Grandin
2015-09-01switch to 64-bit checksum: conversion from BitmapChecksum to an octet arrayMarco Cecchetti
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin
2015-08-03inline some use-once typedefsNoel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann