summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap
AgeCommit message (Expand)Author
2018-12-05Revert "Compute (un-)premultiply_table at compile time"Stephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-12-03Compute (un-)premultiply_table at compile timeStephan Bergmann
2018-12-02use same [un]premultiplyCaolán McNamara
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-11-28loplugin:unusedfieldsNoel Grandin
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-11-15loplugin:staticmethods in vclNoel Grandin
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-11Replace uses of SAL_BOUND with o3tl::clampStephan Bergmann
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-05Alpha channel in BitmapColor - change bIndex to alphaTomaž Vajngerl
2018-09-18emboss filter brokenCaolán McNamara
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-10No more need for extra local variablesStephan Bergmann
2018-09-09Revert "clang-tidy performance-move-const-arg"Noel Grandin
2018-09-07BitmapFilter::execute can be constStephan Bergmann
2018-09-07Multiple calls of BitmapColorQuantizationFilter::executeStephan Bergmann
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin
2018-09-06clang-tidy performance-move-const-argNoel Grandin
2018-08-21Resolves: rhbz#115937 virtual device leakCaolán McNamara
2018-08-21tdf#119282 Area tab, Pattern color changeNoel Grandin
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-30Related: rhbz#1602589 rework to avoid bogus cppcheck double free warningCaolán McNamara
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