summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)AuthorFilesLines
2022-06-13crashtesting: fix crash seen on loading forum-mso-de-98993.xlsxCaolán McNamara2-2/+2
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-03-11new loplugin:trivialdestructorNoel Grandin1-3/+0
2022-02-21Fix Bitmap::RotateSzymon Kłos1-3/+3
2022-02-04Revert "lok: copy over the alpha channel too for cairo..."Luboš Luňák1-4/+1
2022-02-02speed up bitmap rotationNoel Grandin1-27/+23
2022-01-26lok: copy over the alpha channel too for cairo...Dennis Francis1-1/+4
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-0/+94
2022-01-17Avoid -Werror=dangling-pointer=Stephan Bergmann1-24/+16
2022-01-06tdf#73523 support WinBMPv3-NT version of BMP files (found in Visio files)Andras Timar1-10/+24
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen1-0/+1
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin1-1/+1
2021-12-16crashtesting: Assertion `nMin <= nMax' failed in MinMaxCaolán McNamara1-37/+44
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin1-8/+8
2021-12-10return value by simply returning itLuboš Luňák1-5/+4
2021-12-04resurrect description of the "super" scaling algorithmLuboš Luňák1-0/+11
2021-12-01improve the script for reducing symbol exportsNoel Grandin1-5/+2
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski1-2/+2
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski1-2/+2
2021-11-19Drop F_2PIMike Kaganski1-2/+2
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-3/+3
2021-10-31tools::Long->sal_Int32 in bitmap filtersNoel Grandin26-435/+432
2021-10-31tools::Long->sal_Int32 in Bitmap::DitherNoel Grandin1-10/+9
2021-10-31tools::Long->sal_Int32 in ImplExpandNoel Grandin1-3/+3
2021-10-21loplugin:flattenNoel Grandin1-58/+58
2021-10-01loplugin:constparamsNoel Grandin1-2/+2
2021-09-30no need to allocate ImplVectMap on the heapNoel Grandin1-48/+45
2021-09-10crashtesting: threaded scaling crash on re-export of ooo24840-1.sxw to odtCaolán McNamara1-1/+3
2021-09-08vcl: migrate GetDownsampledBitmap() from OutputDevice to vcl::bitmapChris Sherlock1-0/+68
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-6/+1
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-08-23ofz: use BmpScaleFlag::Fast when recovering from bad svm mask sizeCaolán McNamara1-2/+2
2021-08-20make BitmapPalette a COW typeNoel Grandin2-40/+215
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski1-5/+1
2021-08-18loplugin:constparamsNoel Grandin1-1/+1
2021-07-26vcl: bitmap::CreateFromData add option to reverse alpha (0xff - a)Tomaž Vajngerl1-2/+5
2021-07-22tdf#143148: Use pragma once instead of include guardsSabyasachi Bhoi1-4/+1
2021-07-01BmpCombine::And is deadNoel Grandin2-40/+11
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin2-2/+2
2021-06-26Add ProfileZone to scaleDown() and scaleUp() in BitmapScaleSuperFilterTor Lillqvist1-0/+3
2021-06-24BmpScaleFlag::Super is deadNoel Grandin1-3/+0
2021-06-12Fix typosAndrea Gelmini1-1/+1
2021-06-09WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBltBartosz Kosiorek1-4/+11
2021-06-07WMF tdf#142625 Continue read records if unimlemented features foundBartosz Kosiorek1-1/+1
2021-05-07cid#1482086 silence bogus Double freeCaolán McNamara1-1/+2
2021-05-06loplugin:unusedmethodsNoel Grandin1-38/+0
2021-05-06cid#1482086 silence bogus Double freeCaolán McNamara1-0/+1
2021-05-05sal_uLong->Color in BitmapDuoToneFilterNoel Grandin1-6/+2
2021-05-05sal_uLong->sal_Int32 in BitmapNoel Grandin3-5/+5