summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap3.cxx
AgeCommit message (Expand)Author
2020-02-21tdf#130573 labels exchanged in export to BMPNoel Grandin
2019-07-30Fix typosAndrea Gelmini
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-07-17vcl: make it possible to select specific scaling algorithmTomaž Vajngerl
2019-04-14move octree to bitmap folder, and *octree headers to inc/bitmapTomaž Vajngerl
2018-12-13loplugin:constantparamNoel Grandin
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-27remove unused BmpDitherFlags enum valuesNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
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-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock
2018-04-20vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter classChris Sherlock
2018-04-20vcl: ImplSeparableBlurFilter() -> BitmapGaussianSeparableBlurFilterChris Sherlock
2018-04-17remove ImpBitmapNoel Grandin
2018-04-16rename ImpBitmap methodsNoel Grandin
2018-04-16rename ImpBitmap::ImplConvert to ConvertToGreyscaleNoel Grandin
2018-04-16chmod -xTor Lillqvist
2018-04-16vcl: move Bitmap::ImplScaleFast() and Bitmap::ImplScaleInterpolate()Chris Sherlock
2018-04-16vcl: migrated BitmapProcessor and scale classes to BitmapFilterEx classesChris Sherlock
2018-04-05vcl: ImplAssignWithSize() -> ReassignWithSize()Chris Sherlock
2018-04-05vcl: Bitmap::ImplAdaptBitCount() is not needed, just use AdaptBitCount()Chris Sherlock
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-03-13vcl: rename BitmapFilter::filter() to execute(), rename existing classesChris Sherlock
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-26vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()Chris Sherlock
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-27vcl: fix loplugin:unnecessaryparen warningMiklos Vajna
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin
2017-07-24pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara
2017-07-23pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: vclStephan Bergmann
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