summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)Author
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
2023-01-10rename setAlphaFrom->ChangeColorAlpha and fix parameterNoel Grandin
2023-01-05flatten some code in vclNoel Grandin
2023-01-04flatten some vcl codeNoel Grandin
2023-01-02split OutputDevice::CreateMask methodNoel Grandin
2023-01-01remove dead codeNoel Grandin
2022-11-14bump required cairo version to 1.12.0Noel Grandin
2022-11-13Fix typosAndrea Gelmini
2022-11-13Adapted convertToBitmapEx to simpler BitmapEx creationArmin Le Grand (allotropia)
2022-10-18Move access to SystemDependentDataHolder to Bitmap (2)Armin Le Grand (allotropia)
2022-10-17Move access to SystemDependentDataHolder to SalBitmapArmin Le Grand (allotropia)
2022-09-21use more string_view in vclNoel Grandin
2022-09-20Simplify a bit by using sal_uInt16 in vcl/BitmapPopArtFilterJulien Nabet
2022-09-19tdf#150992: fix crash popart filter to an SVG imageJulien Nabet
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock
2022-08-30Unify the two places dumping bimaps for debuggingMike Kaganski
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-23Simplify greyscale palette initialization furtherMike Kaganski
2022-07-22Simplify paletted ctor logicMike Kaganski
2022-07-22Simplify small grey palette initializationMike Kaganski
2022-07-14loplugin:moveitNoel Grandin
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-06-13crashtesting: fix crash seen on loading forum-mso-de-98993.xlsxCaolán McNamara
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-02-21Fix Bitmap::RotateSzymon Kłos
2022-02-04Revert "lok: copy over the alpha channel too for cairo..."Luboš Luňák
2022-02-02speed up bitmap rotationNoel Grandin
2022-01-26lok: copy over the alpha channel too for cairo...Dennis Francis
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2022-01-17Avoid -Werror=dangling-pointer=Stephan Bergmann
2022-01-06tdf#73523 support WinBMPv3-NT version of BMP files (found in Visio files)Andras Timar
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin
2021-12-16crashtesting: Assertion `nMin <= nMax' failed in MinMaxCaolán McNamara
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin
2021-12-10return value by simply returning itLuboš Luňák
2021-12-04resurrect description of the "super" scaling algorithmLuboš Luňák
2021-12-01improve the script for reducing symbol exportsNoel Grandin
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19Drop F_2PIMike Kaganski
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski