summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap3.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-09-10No more need for extra local variablesStephan Bergmann1-30/+12
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin1-12/+30
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock1-1/+6
2018-04-20vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter classChris Sherlock1-493/+0
2018-04-20vcl: ImplSeparableBlurFilter() -> BitmapGaussianSeparableBlurFilterChris Sherlock1-52/+0
2018-04-17remove ImpBitmapNoel Grandin1-11/+13
2018-04-16rename ImpBitmap methodsNoel Grandin1-4/+4
2018-04-16rename ImpBitmap::ImplConvert to ConvertToGreyscaleNoel Grandin1-5/+10
2018-04-16chmod -xTor Lillqvist1-0/+0
2018-04-16vcl: move Bitmap::ImplScaleFast() and Bitmap::ImplScaleInterpolate()Chris Sherlock1-259/+6
2018-04-16vcl: migrated BitmapProcessor and scale classes to BitmapFilterEx classesChris Sherlock1-52/+39
2018-04-05vcl: ImplAssignWithSize() -> ReassignWithSize()Chris Sherlock1-2/+2
2018-04-05vcl: Bitmap::ImplAdaptBitCount() is not needed, just use AdaptBitCount()Chris Sherlock1-6/+1
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin1-16/+17
2018-03-13vcl: rename BitmapFilter::filter() to execute(), rename existing classesChris Sherlock1-8/+8
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-2/+2
2018-02-26vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()Chris Sherlock1-79/+3
2018-02-07use scanline when reading pixel dataNoel Grandin1-36/+72
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin1-33/+63
2018-01-24loplugin:unused-returns in vclNoel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-72/+72
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-27vcl: fix loplugin:unnecessaryparen warningMiklos Vajna1-1/+1
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-4/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-6/+6
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-8/+8
2017-07-24pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara1-0/+2
2017-07-23pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara1-0/+2
2017-07-18loplugin:constparams in vclNoel Grandin1-3/+3
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-1/+1
2017-06-05Improved loplugin:cstylecast to reference types: vclStephan Bergmann1-1/+1
2017-03-28ofz#954 out of memoryCaolán McNamara1-1/+1
2017-02-21loplugin:unusedmethodsNoel Grandin1-104/+0
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-29/+14
2017-02-09loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin1-13/+1
2016-12-23loplugin:unusedmethodsNoel Grandin1-5/+0
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page1-60/+56
2016-12-01BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann1-1/+1
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann1-2/+4
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e123461-98/+98
2016-09-07loplugin:constantparam in vclNoel Grandin1-4/+4
2016-06-22crashtesting: assert on export of tdf96006-1.odt to rtfCaolán McNamara1-1/+2
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-3/+3
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-6/+6
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-5/+5
2016-03-25fix headless buildOliver Specht1-1/+7