summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)Author
2021-09-27Related: tdf#144091 svx: fix interaction of transp cell fill and transp shadowMiklos Vajna
2021-04-11Related tdf#117750: fix "Solarization" and "Aging"Julien Nabet
2021-04-11Related tdf#117750: fix UnsharpenFilterJulien Nabet
2020-12-10tdf#138450 BitmapEx.Replace() is not workingCaolán McNamara
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer
2020-11-13tools::Long->sal_Int32 in vcl filtersNoel
2020-11-11convert more long -> tools::LongNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-11-05N8BitTcMask is unusedNoel
2020-10-29ofz#26708: Direct-leakCaolán McNamara
2020-10-28convert some more long -> tools::LongNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-01loplugin:reducevarscope in vclNoel
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-23Describe intended usageMike Kaganski
2020-07-10prefer 8bit bitmap masks to 1bpp masksLuboš Luňák
2020-07-05add generateStripRanges and use that in StackBlur and ScaleSuperTomaž Vajngerl
2020-07-03compute bitmap checksum for proper amount of bytes and bitsLuboš Luňák
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-07-01optimize Bitmap::Erase() for Skia by delaying the erase (tdf#134363)Luboš Luňák
2020-07-01avoid Bitmap::Erase() duplicating codeLuboš Luňák
2020-07-01do not use scanline padding for computing vcl bitmap checksumLuboš Luňák
2020-06-30faster conversions from 1bpp mask bitmaps for Skia/GLLuboš Luňák
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák
2020-06-30Reduce code duplicationMike Kaganski
2020-06-29tdf#39593 reduce copy/paste in BitmapScaleSuperFilterMesut Çifci
2020-06-03vcl: allow BitmapFastScaleFilter for 1xN or Nx1 cases.Mark Hung
2020-05-30Add TODOsMike Kaganski
2020-05-29Allow dumping Bitmap in its dtor in dbgutil buildsMike Kaganski
2020-05-21vcl: change bitmap::loadFromName to be like BitmapEx const.Tomaž Vajngerl
2020-05-13Use statics initializers instead of checksMike Kaganski
2020-05-13tdf#49247: draw soft edgesMike Kaganski
2020-05-08Fix typoAndrea Gelmini
2020-05-07tdf#101181: improve glow effectMike Kaganski
2020-05-07Add color replacement bitmap filterMike Kaganski
2020-05-07Add basic morphology (erode/dilate) bitmap filterMike Kaganski
2020-05-04StackBlur filter: Don't create threads for small bitmapMike Kaganski
2020-04-29Fix row/column pre-initialization in stack blurMike Kaganski
2020-04-24loplugin:unusedenumconstants BmpConversionNoel Grandin
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-04-08cid#1461385 silence Unchecked return valueCaolán McNamara
2020-04-04vcl: Parallelize BitmapFilterStackBlurTomaž Vajngerl
2020-04-01avoid needless "palette" conversion with gray paletteLuboš Luňák
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-03-04Fix typoAndrea Gelmini
2020-03-03tdf#101181 Implement glow effect on shapesTamas Bunth