summaryrefslogtreecommitdiff
path: root/include/vcl/bitmapex.hxx
AgeCommit message (Expand)Author
2023-01-12vcl: introduce a BitmapEx::DumpAsPng()Miklos Vajna
2023-01-12maAlphaMask in BitmapEx should be AlphaMaskNoel Grandin
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2023-01-10rename setAlphaFrom->ChangeColorAlpha and fix parameterNoel Grandin
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen
2021-05-05sal_uLong->sal_Int32 in BitmapNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-03drop TransparentType::Color usageNoel Grandin
2021-01-16transparency->alpha in BitmapExNoel Grandin
2020-12-10use size_t instead of sal_uLongCaolán McNamara
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-04-24loplugin:unusedmethodsNoel Grandin
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin
2019-12-19Fix typoAndrea Gelmini
2019-12-05use o3tl::optional instead of pointerNoel Grandin
2019-11-03find symbols that can be privateNoel Grandin
2019-10-22loplugin:constantparamNoel Grandin
2019-07-17loplugin:unusedmethodsNoel Grandin
2019-07-08use BitmapEx in ImpCreateShadowObjectCloneNoel Grandin
2019-07-08use BitmapEx in ImpSdrPdfImport::ImportImageNoel Grandin
2019-07-05move the contour-finding code inside vclNoel Grandin
2019-07-04remove some unneede vcl/bitmap.hxx includesNoel Grandin
2019-07-04move some Bitmap replace logic inside vclNoel Grandin
2019-07-04move "replace transparency" logic inside vclNoel Grandin
2019-06-09loplugin:constantparamNoel Grandin
2019-03-11loplugin:constantparamNoel Grandin
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-06-05forms - move the Bitmap accessing code inside BitmapExNoel Grandin
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock
2018-04-21loplugin:unusedmethodsNoel Grandin
2018-04-20vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter classChris Sherlock
2018-04-17remove ImpBitmapNoel Grandin
2018-04-03vcl: use BitmapEx::Scale() where needed and SetSizePixel() elsewhereChris Sherlock
2018-03-19move pixel color extracting from canvas to BitmapExNoel Grandin
2018-03-16move some mask code from SvxMSDffManager::ImportGraphic inside BitmapExNoel Grandin
2018-03-15move swffilter use of BitmapEx::GetAlpha inside vclNoel Grandin
2018-03-13vcl: prefix BitmapEx member variables with an 'm'Chris Sherlock
2018-03-09loplugin:constantparam in vclNoel Grandin
2018-02-14move transparency adjust code to BitmapExNoel Grandin
2018-02-08move setAlphaFrom from GraphicTransformer to BitmapExNoel Grandin
2018-02-08sprinkle SAL_WARN_UNUSED over Bitmap/BitmapExNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin