summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)Author
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-06-12crashtesting: asserts on inability to scale oversize graphicsCaolán McNamara
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-05-31move some CanvasHelper::implDrawBitmap inside vclNoel Grandin
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin
2018-05-10assert in vectorization dialog with wrong pixel typeCaolán McNamara
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock
2018-05-03fix 4 separate new bugs in BitmapMosaicFilterCaolán McNamara
2018-04-30std::min on unitialized valueCaolán McNamara
2018-04-27loplugin:unusedmethodsNoel Grandin
2018-04-23fix memory management in BitmapConvolutionMatrixFilterNoel Grandin
2018-04-23Revert "loplugin:expressionalwayszero"Tor Lillqvist
2018-04-23loplugin:expressionalwayszeroTor Lillqvist
2018-04-23loplugin:redundantfcastStephan Bergmann
2018-04-23vcl: ImplDuoTone() -> BitmapDuoToneFilterChris Sherlock
2018-04-22vcl: ImplEmbossGrey() -> BitmapEmbossGreyFilterChris Sherlock
2018-04-22vcl: ImplMosaic() -> BitmapMosaicFilterChris Sherlock
2018-04-22vcl: ImplSepia -> BitmapSepiaFilterChris Sherlock
2018-04-22vcl: ImplSolarize() to BitmapSolarizeFilterChris Sherlock
2018-04-22vcl: ImplPopArt() -> BitmapPopArtFilterChris Sherlock
2018-04-22vcl: ImplSobelGrey() -> BitmapSobelGreyFilterChris Sherlock
2018-04-22vcl: ImplMedianFilter() -> BitmapMedianFilterChris Sherlock
2018-04-22vcl: create BitmapSmoothenFilterChris Sherlock
2018-04-22vcl: ImplConvolute3() -> BitmapConvolutionMatrixFilterChris Sherlock
2018-04-21vcl: Bitmap::ImplSeparableUnsharpenFilter() -> BitmapSeparableUnsharpenFilterChris Sherlock
2018-04-20vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter classChris Sherlock
2018-04-20vcl: ImplSeparableBlurFilter() -> BitmapGaussianSeparableBlurFilterChris Sherlock
2018-04-17presumably Kernel is leakingCaolán McNamara
2018-04-17remove ImpBitmapNoel Grandin
2018-04-17move the ImpBitmap::GetBitCount logic up to BitmapNoel Grandin
2018-04-17loplugin:constparamsNoel Grandin
2018-04-16rename ImpBitmap methodsNoel Grandin
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-11cairo_surface_create_similar_image is >= cairo 1.12.0Caolán McNamara
2018-04-11Related: rhbz#1396729 use cairo_surface_create_similar_imageCaolán McNamara
2018-04-05vcl: ImplAssignWithSize() -> ReassignWithSize()Chris Sherlock
2018-04-05vcl: Bitmap::ImplAdaptBitCount() is not needed, just use AdaptBitCount()Chris Sherlock
2018-03-28tdf#116646 Slideshows with transitions page swap rendering issuesNoel Grandin
2018-03-25tdf#116509 OpenGL: Slideshows with Transitions crashing ImpressNoel Grandin
2018-03-19move bitmap copy code from CanvasBitmapHelper to vclNoel Grandin
2018-03-16move cairo extract bitmap code from canvas to vclNoel Grandin
2018-03-16move framework/toolkit use of BitmapEx::GetMask inside vclNoel Grandin
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-03-15move emf code to vclNoel Grandin
2018-03-15move some GDI import code from svx to vclNoel Grandin
2018-03-14loplugin:unusedmethodsNoel Grandin