summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/gdimtf.cxx
AgeCommit message (Expand)Author
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-15cppcheck:variableScopeNoel Grandin
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-22remove unused Link<> fieldNoel 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-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-09Apparently wants to use pData, not &pData, as sourceStephan Bergmann
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-09vcl: add new metafile viewer demo - mainly for fdo#80503Chris Sherlock
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-07-09Avoid undefined premature downcast to potentially wrong typeStephan Bergmann
2014-07-04coverity#736159 Dereference Null returnNorbert Thiebaud
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-28coverity#705055 Unchecked dynamic_castCaolán McNamara
2014-04-18handle strange brightness+contrast adjustment from msoffice (fdo#38410)Luboš Luňák
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann