summaryrefslogtreecommitdiff
path: root/include/vcl/bitmap.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-05simplify Bitmap operator==/IsEqual (stage2)Noel Grandin1-4/+2
2017-12-05simplify Bitmap operator==/IsEqual (stage1)Noel Grandin1-12/+2
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-12-05remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-1/+1
2017-12-05convert BmpConversion to scoped enumNoel Grandin1-12/+10
2017-12-05convert BmpCombine to scoped enum and drop unusedNoel Grandin1-9/+2
2017-12-05convert BmpFilter to scoped enumNoel Grandin1-19/+19
2016-11-15loplugin:constantparamNoel Grandin1-2/+1
2016-10-26loplugin:expandablemethods in vclNoel Grandin1-6/+0
2016-10-07loplugin:staticmethods: vclStephan Bergmann1-1/+1
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-11/+0
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin1-1/+1
2016-09-07loplugin:constantparam in vclNoel Grandin1-11/+1
2016-09-02coverity#1371159 Missing move assignment operatorCaolán McNamara1-0/+1
2016-08-31loplugin:countusersofdefaultparamsNoel Grandin1-6/+6
2016-08-15loplugin:unusedenumconstants in unotools..xmlhelpNoel Grandin1-18/+3
2016-04-14loplugin:passstuffbyref in vclNoel Grandin1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-16use std shared_ptr for sharing ImpBitmapsCaolán McNamara1-9/+8
2016-01-08vcl: pProgress is not a parameter of Bitmap::FilterChris Sherlock1-3/+0
2015-12-21loplugin:unusedmethodsNoel Grandin1-1/+0
2015-11-26Revert "no-one passes explicit values for these defaulted params"Noel Grandin1-12/+13
2015-11-26no-one passes explicit values for these defaulted paramsNoel Grandin1-13/+12
2015-11-25-Werror=type-limitsNoel Grandin1-1/+3
2015-11-25loplugin:unusedfields in include/vclNoel Grandin1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-09-22convert Link<> to typedNoel Grandin1-6/+2
2015-09-22remove some unused paramsNoel Grandin1-13/+10
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti1-1/+2
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin1-1/+1
2015-07-10vcl: move resample kernel classes out of bitmap.hxxMichael Stahl1-102/+5
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-1/+0
2015-07-08loplugin:unusedmethods vclNoel Grandin1-1/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-05-07convert BMP_VECTORIZE constants to scoped enumNoel Grandin1-6/+13
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin1-5/+12
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-4/+12
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-13/+16
2015-04-30Gradually typed LinkStephan Bergmann1-12/+12
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-29vcl: add ScopedInfoAccess to BitmapTomaž Vajngerl1-4/+3
2015-01-22Resolves: fdo#87639 Image-filter Smooth crashesCaolán McNamara1-1/+0
2015-01-19use supersampling in Impress if fast opengl scaling is availableLuboš Luňák1-0/+9
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2014-12-15do not hardcode what specific "generic" bitmap scaling operations useLuboš Luňák1-12/+11
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne1-1/+3
2014-12-03Fix "result of 32-bit shift implicitly converted to 64 bits" on WNT x64David Ostrovsky1-1/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1