summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap3.cxx
AgeCommit message (Expand)Author
2017-03-28ofz#954 out of memoryCaolán McNamara
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-09convert BmpConversion to scoped enumNoel Grandin
2017-02-09loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin
2016-12-23loplugin:unusedmethodsNoel Grandin
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page
2016-12-01BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e12346
2016-09-07loplugin:constantparam in vclNoel Grandin
2016-06-22crashtesting: assert on export of tdf96006-1.odt to rtfCaolán McNamara
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-03-25fix headless buildOliver Specht
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-16use std shared_ptr for sharing ImpBitmapsCaolán McNamara
2016-02-09tdf#97666 -opengl: convert the bitmap to 8bit grays using GL shaderTomaž Vajngerl
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-25vcl: rename impoct.hxx to impoctree.hxxChris Sherlock
2015-12-11vcl: extract scale convolution from bitmap to its own class/fileTomaž Vajngerl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-29coverity#1325063 Resource leakCaolán McNamara
2015-09-29coverity#1325062 Resource leakCaolán McNamara
2015-09-22convert Link<> to typedNoel Grandin
2015-09-03Fix mis-mergeStephan Bergmann
2015-07-10vcl: move resample kernel classes out of bitmap.hxxMichael Stahl
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-07convert BMP_VECTORIZE constants to scoped enumNoel Grandin
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-29vcl: test for bitmap convert, use scoped read/write accessTomaž Vajngerl
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-25Fix crash while scaling large bitmaps.Ashod Nakashian
2015-01-22Resolves: fdo#87639 Image-filter Smooth crashesCaolán McNamara
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-19use supersampling in Impress if fast opengl scaling is availableLuboš Luňák
2014-12-15do not hardcode what specific "generic" bitmap scaling operations useLuboš Luňák
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne
2014-11-02coverity#1242508: swapped argumentsThorsten Behrens