summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap3.cxx
AgeCommit message (Expand)Author
2020-12-24vcl: move bitmap files from gdi directory to bitmap directoryChris Sherlock
2020-12-21vcl: refactor - new local function shiftScanlineColors()Chris Sherlock
2020-12-19vcl: refactor - new local function getColor()Chris Sherlock
2020-12-19vcl: remove duplicate pScanlineRead assignmentChris Sherlock
2020-12-19vcl: refactor - new local function shiftColor()Chris Sherlock
2020-12-19vcl: move variables in Dither() closer to where they are usedChris Sherlock
2020-12-19vcl: move Floyd-Steinberg constants and defines to own local headerChris Sherlock
2020-12-19vcl: move GAMMA define to bitmap.hxxChris Sherlock
2020-12-19vcl: remove bRet variable from Bitmap::Dither()Chris Sherlock
2020-12-18vcl: move nShift closer into scope where it is usedChris Sherlock
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-08-04loplugin:flatten in vcl/gdiNoel Grandin
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák
2020-05-05Skia has fast bitmap scaling too, if using VulkanLuboš Luňák
2020-04-24loplugin:unusedenumconstants BmpConversionNoel Grandin
2020-04-07no gray conversion needed for VCL alpha hacksLuboš Luňák
2020-02-14tdf#130573 labels exchanged in export to BMPNoel Grandin
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin
2019-12-29support converting images to 32-bitNoel Grandin
2019-12-21improve warning messageNoel Grandin
2019-12-11do not allow both read and write bitmap access to the same bitmapLuboš Luňák
2019-11-27initial empty Skia VCL implementationLuboš Luňák
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