summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmapex.cxx
AgeCommit message (Expand)Author
2018-09-10No more need for extra local variablesStephan Bergmann
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-06-05forms - move the Bitmap accessing code inside BitmapExNoel Grandin
2018-06-05reducing Bitmap copying in BitmapExNoel Grandin
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock
2018-05-12make AlphaMask 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-16chmod -xTor Lillqvist
2018-04-16vcl: move Bitmap::ImplScaleFast() and Bitmap::ImplScaleInterpolate()Chris Sherlock
2018-04-16vcl: migrated BitmapProcessor and scale classes to BitmapFilterEx classesChris Sherlock
2018-04-11tdf#116929 Transparent mask imported incorrectlyNoel Grandin
2018-04-06vcl: more migrations to GetSizePixel() in BitmapExChris Sherlock
2018-04-03vcl: use BitmapEx::Scale() where needed and SetSizePixel() elsewhereChris Sherlock
2018-03-31clang-tidy modernize-use-equals-default in vcl/source/gdiJochen Nitschke
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-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-03-13vcl: prefix BitmapEx member variables with an 'm'Chris Sherlock
2018-03-09loplugin:constantparam in vclNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-26vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()Chris Sherlock
2018-02-14move transparency adjust code to BitmapExNoel Grandin
2018-02-12crashtesting: tdf111681-6.pptxNoel Grandin
2018-02-08move setAlphaFrom from GraphicTransformer to BitmapExNoel Grandin
2018-02-06Unused include pngread in sd/sfx2/vclJulien Nabet
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin
2017-12-13convert tolerance params to sal_uInt8Noel Grandin
2017-10-09tdf#112939 Color on drop-down color chooser is always blackNoel Grandin
2017-09-28simplify Bitmap operator==/IsEqual (stage2)Noel Grandin
2017-09-27simplify Bitmap operator==/IsEqual (stage1)Noel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-08-13Related tdf#101467: fix a leak with pSalMask (vcl/bitmapex)Julien Nabet
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-23simplify some string handling in tracing callsNoel Grandin
2017-06-15continue if theme cannot be determinedCaolán McNamara
2017-05-08vcl: split jpeg import into two partsMiklos Vajna