summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)Author
2023-12-24tdf#158807 Call UpdatePaletteForNewColor with rReplaceColor parameterPatrick Luby
2023-12-13loplugin:unusedmethodsNoel Grandin
2023-12-12tdf#146619 Recheck include/[v-x]* with IWYUGabor Kelemen
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-12-06make AlphaMask separate from BitmapNoel Grandin
2023-12-06Remove the special-casing in Bitmap::Invert (and fix)Noel Grandin
2023-12-03Split the *Bitmap::CopyPixel functionsNoel Grandin
2023-12-02Simplify some AlphaMask codeNoel Grandin
2023-12-02AlphaMask::ReleaseAccess is unnecessaryNoel Grandin
2023-11-16tdf#158224 Cannot convert bitmap to polygonsNoel Grandin
2023-11-15loplugin:unusedmethodsNoel Grandin
2023-10-29simplify calculation in AlphaMask::BlendWithNoel Grandin
2023-10-27tdf#152571 speedup slow draw file saveNoel Grandin
2023-10-27remove unused vcl_get_crc64_tableNoel Grandin
2023-10-24Fix typoAndrea Gelmini
2023-10-23tdf#157795 set color to black outside of of bitmap boundsPatrick Luby
2023-10-17tdf#157792 FILEOPEN: PPT: logo not displayedNoel Grandin
2023-10-12tdf#157636 FILEOPEN: PPT: Images have no backgroundNoel Grandin
2023-10-05Drop MinMax in favor of std::clampMike Kaganski
2023-10-05Simplify Bitmap::DitherMike Kaganski
2023-10-03Use Degree100Mike Kaganski
2023-10-03Try to use doubles in a saner wayMike Kaganski
2023-10-03tdf#147906 Use std::hypot for Pythagorean additionAnkit_Jaipuriar
2023-08-24tdf#156866 use mSize instead of mPixelSize for inverted surfacePatrick Luby
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin
2023-08-06tdf#156540 invert alpha mask when drawing spritesThorsten Behrens
2023-08-02tdf#156525 Save as > HTML loses drawing object as invalid gifNoel Grandin
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-06flatten some bitmap codeNoel Grandin
2023-07-06ScanlineFormat::N1BitLsbPal is unusedNoel Grandin
2023-07-05loplugin:constantparamNoel Grandin
2023-07-03fix crashes in Bitmap::InvertNoel Grandin
2023-07-03fix assert when using skia and DBG_UTILNoel Grandin
2023-07-02optimised Skia Invert() operationNoel Grandin
2023-06-11tdf#154168 Export no transparency PNGs correctlyParis Oplopoios
2023-05-20loplugin:unusedmethodsNoel Grandin
2023-05-11cid#1529966 silence bogus Resource leakCaolán McNamara
2023-05-10AlphaMask::BlendWith wants an AlphaMask parameterNoel Grandin
2023-05-08unique_ptr->optional for BitmapNoel Grandin
2023-05-07simplify codeNoel Grandin
2023-05-04remove some dead code in ImplWriteDIBNoel Grandin
2023-03-06ofz#56734 AbrtCaolán McNamara
2023-01-20tdf#147906 Use std::hypot for Pythagorean additionektagoel12
2023-01-17Reset BitmapWriteAccess before further bitmap useMike Kaganski
2023-01-17assert/SAL_WARN in BlendWithNoel Grandin
2023-01-12vcl: handle VCL_DUMP_BMP_PATH in BitmapEx::DumpAsPng()Miklos Vajna
2023-01-12vcl: introduce a BitmapEx::DumpAsPng()Miklos Vajna
2023-01-12maAlphaMask in BitmapEx should be AlphaMaskNoel Grandin
2023-01-12drop internal support for 1-bit imagesNoel Grandin
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin