summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)AuthorFilesLines
2018-12-01Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-2/+2
2018-12-01return SalBitmap using std::shared_ptrNoel Grandin1-3/+3
2018-09-19emboss filter brokenCaolán McNamara1-1/+1
2018-08-23tdf#119282 Area tab, Pattern color changeNoel Grandin1-0/+65
2018-08-21Resolves: tdf#115937 virtual device leakCaolán McNamara1-1/+1
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock2-76/+101
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin1-2/+2
2018-05-10assert in vectorization dialog with wrong pixel typeCaolán McNamara1-0/+7
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock1-5/+30
2018-05-03fix 4 separate new bugs in BitmapMosaicFilterCaolán McNamara1-7/+14
2018-04-30std::min on unitialized valueCaolán McNamara1-1/+1
2018-04-27loplugin:unusedmethodsNoel Grandin1-300/+0
2018-04-23fix memory management in BitmapConvolutionMatrixFilterNoel Grandin1-1/+8
2018-04-23Revert "loplugin:expressionalwayszero"Tor Lillqvist1-10/+10
2018-04-23loplugin:expressionalwayszeroTor Lillqvist1-10/+10
2018-04-23loplugin:redundantfcastStephan Bergmann5-5/+5
2018-04-23vcl: ImplDuoTone() -> BitmapDuoToneFilterChris Sherlock1-0/+66
2018-04-22vcl: ImplEmbossGrey() -> BitmapEmbossGreyFilterChris Sherlock1-0/+153
2018-04-22vcl: ImplMosaic() -> BitmapMosaicFilterChris Sherlock1-0/+187
2018-04-22vcl: ImplSepia -> BitmapSepiaFilterChris Sherlock1-0/+106
2018-04-22vcl: ImplSolarize() to BitmapSolarizeFilterChris Sherlock1-0/+68
2018-04-22vcl: ImplPopArt() -> BitmapPopArtFilterChris Sherlock1-0/+118
2018-04-22vcl: ImplSobelGrey() -> BitmapSobelGreyFilterChris Sherlock1-0/+166
2018-04-22vcl: ImplMedianFilter() -> BitmapMedianFilterChris Sherlock1-0/+226
2018-04-22vcl: create BitmapSmoothenFilterChris Sherlock1-0/+36
2018-04-22vcl: ImplConvolute3() -> BitmapConvolutionMatrixFilterChris Sherlock1-0/+199
2018-04-21vcl: Bitmap::ImplSeparableUnsharpenFilter() -> BitmapSeparableUnsharpenFilterChris Sherlock1-0/+76
2018-04-20vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter classChris Sherlock3-0/+637
2018-04-20vcl: ImplSeparableBlurFilter() -> BitmapGaussianSeparableBlurFilterChris Sherlock1-0/+217
2018-04-17presumably Kernel is leakingCaolán McNamara1-1/+1
2018-04-17remove ImpBitmapNoel Grandin2-40/+52
2018-04-17move the ImpBitmap::GetBitCount logic up to BitmapNoel Grandin1-1/+5
2018-04-17loplugin:constparamsNoel Grandin1-2/+2
2018-04-16rename ImpBitmap methodsNoel Grandin2-13/+12
2018-04-16chmod -xTor Lillqvist2-0/+0
2018-04-16vcl: move Bitmap::ImplScaleFast() and Bitmap::ImplScaleInterpolate()Chris Sherlock2-0/+366
2018-04-16vcl: migrated BitmapProcessor and scale classes to BitmapFilterEx classesChris Sherlock7-331/+404
2018-04-11cairo_surface_create_similar_image is >= cairo 1.12.0Caolán McNamara1-2/+7
2018-04-11Related: rhbz#1396729 use cairo_surface_create_similar_imageCaolán McNamara1-2/+2
2018-04-05vcl: ImplAssignWithSize() -> ReassignWithSize()Chris Sherlock2-12/+14
2018-04-05vcl: Bitmap::ImplAdaptBitCount() is not needed, just use AdaptBitCount()Chris Sherlock1-1/+1
2018-03-28tdf#116646 Slideshows with transitions page swap rendering issuesNoel Grandin1-3/+3
2018-03-25tdf#116509 OpenGL: Slideshows with Transitions crashing ImpressNoel Grandin1-1/+1
2018-03-19move bitmap copy code from CanvasBitmapHelper to vclNoel Grandin1-0/+53
2018-03-16move cairo extract bitmap code from canvas to vclNoel Grandin1-0/+291
2018-03-16move framework/toolkit use of BitmapEx::GetMask inside vclNoel Grandin1-0/+20
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin6-41/+47
2018-03-15move emf code to vclNoel Grandin1-0/+90
2018-03-15move some GDI import code from svx to vclNoel Grandin1-0/+70
2018-03-14loplugin:unusedmethodsNoel Grandin1-245/+0