summaryrefslogtreecommitdiff
path: root/vcl/source/filter/igif
AgeCommit message (Expand)Author
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11Get rid of _GIFPRIVATEStephan Bergmann
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-21valgrind: memleak on thrown exceptionCaolán McNamara
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-01Fix typosAndrea Gelmini
2015-10-01Fix typosAndrea Gelmini
2015-08-20more config skipping stuff and a tester toolCaolán McNamara
2015-07-29Remove the unnecessary type definition: HPBYTEDaniel Robertson
2015-07-14use same limit in ProcessOneCode as AddToTableCaolán McNamara
2015-07-12fix another gif import crashCaolán McNamara
2015-07-11fix gif import crashCaolán McNamara
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-11-12pebcak, condition reversedCaolán McNamara
2014-11-12valgrind+afl: short readCaolán McNamara
2014-11-12valgrind+afl: short readCaolán McNamara
2014-11-12valgrind+afl: initialize nFlagsCaolán McNamara
2014-11-12valgrind+afl: short readCaolán McNamara
2014-11-12valgrind+afl: initialize cSizeCaolán McNamara
2014-09-29loplugin: cstylecastNoel Grandin
2014-08-17check that AddToTable can be done validlyCaolán McNamara
2014-08-17blank out the remainder of the bufferCaolán McNamara
2014-08-13valgrind + bff: don't add 0xffff oldcodeCaolán McNamara
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-04-06coverity#708313: Unitialized scalar fieldNorbert Thiebaud
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-19coverity#708312 Uninitialized pointer fieldCaolán McNamara
2014-03-12Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-21Translated German comments vcl/sourceLuc Castermans
2014-01-19Translated German comments and corrected English spellingLuc Castermans
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-05-30sal_Bool to boolTakeshi Abe
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr