summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin3-3/+3
2018-12-03Fix typoAndrea Gelmini1-1/+1
2018-12-02tdf#120703 PVS: logical AND had been used instead of bitwiseMike Kaganski1-2/+2
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2-0/+2
2018-11-24drop unused ColorType in canvasNoel Grandin1-5/+0
2018-11-21loplugin:redundantfcast improvementsNoel Grandin2-2/+2
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-13loplugin singlevalfields improvementNoel Grandin1-17/+1
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-12/+0
2018-11-01tdf#43671 set emphasis mark of vcl::Font (opengl).Mark Hung3-2/+10
2018-11-01tdf#43671 set emphasis mark of vcl::Font (windows).Mark Hung5-3/+33
2018-10-30loplugin:returnconstantNoel Grandin4-14/+3
2018-10-26loplugin:singlevalfields improvementNoel Grandin2-10/+0
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-3/+3
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin2-3/+3
2018-10-21pvs-studio: initialize maLockedRectCaolán McNamara1-6/+8
2018-10-21pvs-studio: reference becomes invalid when temporary object destroyedCaolán McNamara1-5/+5
2018-10-20new/delete mismatchCaolán McNamara3-5/+5
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-9/+4
2018-10-14unowrap.hxx is also exposed for toolkit onlyCaolán McNamara1-1/+0
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-10-09tdf#55361 fix result of showing RTL text in the animation.Mark Hung3-4/+8
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen4-0/+5
2018-09-20Support buffering SystemDependent GraphicData (III)Armin Le Grand3-16/+63
2018-09-17New loplugin:externalStephan Bergmann2-3/+3
2018-09-10No more need for extra local variablesStephan Bergmann2-4/+2
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin2-2/+4
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-1/+1
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-1/+1
2018-07-27Remove unused type declaration CanvasRefMuhammet Kara3-7/+0
2018-07-22fix oss-fuzz buildCaolán McNamara1-3/+7
2018-07-20tdf#118107 canvas opengl: avoid assertion failure with negative widthsMiklos Vajna2-2/+9
2018-07-19loplugin:constantparamNoel Grandin1-1/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen31-0/+31
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle1-5/+2
2018-06-21use more OutputDevice::GetBitmapExNoel Grandin6-13/+13
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke3-3/+0
2018-05-31move some CanvasHelper::implDrawBitmap inside vclNoel Grandin1-10/+2
2018-05-30fix "vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilter"Noel Grandin1-0/+1
2018-05-22loplugin:unusedfields in avmedia..comphelperNoel Grandin1-3/+1
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock2-3/+8
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin1-1/+1
2018-04-15remove some unused comphelper includesJochen Nitschke2-2/+0
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-03-28tdf#116646 Slideshows with transitions page swap rendering issuesNoel Grandin1-3/+3
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-03-19move bitmap copy code from CanvasBitmapHelper to vclNoel Grandin1-47/+2
2018-03-19move pixel color extracting from canvas to BitmapExNoel Grandin1-16/+2