summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/bitmap.cxx
AgeCommit message (Expand)Author
2024-11-13loplugin:reftotemp in vclNoel Grandin
2024-10-21vcl: move bitmap filter headers into vcl/bitmap global header directoryChris Sherlock
2024-08-14cid#1557708 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-06cid#1555415 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-31cid#1555417 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-19cid#1609598 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski
2024-03-20vcl: move Vectorize out of Bitmap - add Vectorizer classTomaž Vajngerl
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-12-06make AlphaMask separate from BitmapNoel Grandin
2023-12-03Split the *Bitmap::CopyPixel functionsNoel Grandin
2023-10-05Drop MinMax in favor of std::clampMike Kaganski
2023-10-05Simplify Bitmap::DitherMike Kaganski
2023-07-06flatten some bitmap codeNoel Grandin
2023-01-12drop internal support for 1-bit imagesNoel Grandin
2023-01-04flatten some vcl codeNoel 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-08-30Unify the two places dumping bimaps for debuggingMike Kaganski
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-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-05-05loplugin:unusedvariableplusNoel Grandin
2021-12-10return value by simply returning itLuboš Luňák
2021-10-31tools::Long->sal_Int32 in Bitmap::DitherNoel Grandin
2021-08-20make BitmapPalette a COW typeNoel Grandin
2021-08-18loplugin:constparamsNoel Grandin
2021-06-24BmpScaleFlag::Super is deadNoel Grandin
2021-05-05sal_uLong->sal_Int32 in BitmapNoel Grandin
2021-04-17loplugin:constantparamNoel Grandin
2021-04-07can short-circuit this conversionNoel
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-31drop 4bpp image formatsNoel
2021-03-18fix incorrect palette color indexesLuboš Luňák
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-25Removed duplicated includesAndrea Gelmini
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-24vcl: merge bitmap.cxx and bitmap3.cxxChris Sherlock
2020-10-19use tools::Long 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-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák
2020-05-29Allow dumping Bitmap in its dtor in dbgutil buildsMike Kaganski
2020-05-13Use statics initializers instead of checksMike Kaganski
2020-04-08cid#1461385 silence Unchecked return valueCaolán McNamara