summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* New loplugin:externalStephan Bergmann2018-09-172-3/+3
* No more need for extra local variablesStephan Bergmann2018-09-102-4/+2
* clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin2018-09-062-2/+4
* loplugin:simplifyconstruct in canvas..cuiNoel Grandin2018-09-061-1/+1
* Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2018-08-041-1/+1
* Remove unused type declaration CanvasRefMuhammet Kara2018-07-273-7/+0
* fix oss-fuzz buildCaolán McNamara2018-07-221-3/+7
* tdf#118107 canvas opengl: avoid assertion failure with negative widthsMiklos Vajna2018-07-202-2/+9
* loplugin:constantparamNoel Grandin2018-07-191-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-0931-0/+31
* tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle2018-07-081-5/+2
* use more OutputDevice::GetBitmapExNoel Grandin2018-06-216-13/+13
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-053-3/+0
* move some CanvasHelper::implDrawBitmap inside vclNoel Grandin2018-05-311-10/+2
* fix "vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilter"Noel Grandin2018-05-301-0/+1
* loplugin:unusedfields in avmedia..comphelperNoel Grandin2018-05-221-3/+1
* vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock2018-05-132-3/+8
* make Bitmap/BitmapEx constructors explicitNoel Grandin2018-05-121-1/+1
* remove some unused comphelper includesJochen Nitschke2018-04-152-2/+0
* Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann2018-04-071-1/+1
* long->sal_Int32 in tools/gen.hxxNoel Grandin2018-04-031-1/+1
* tdf#116646 Slideshows with transitions page swap rendering issuesNoel Grandin2018-03-281-3/+3
* drop unnecessary includesCaolán McNamara2018-03-201-1/+0
* move bitmap copy code from CanvasBitmapHelper to vclNoel Grandin2018-03-191-47/+2
* move pixel color extracting from canvas to BitmapExNoel Grandin2018-03-191-16/+2
* move cairo extract bitmap code from canvas to vclNoel Grandin2018-03-161-282/+6
* loplugin:unusedmethodsNoel Grandin2018-03-141-10/+0
* loplugin:unusedmethods remove unused code from canvasNoel Grandin2018-03-1312-333/+0
* make transformBitmap code from canvas to vclNoel Grandin2018-03-131-159/+2
* rename some mpOutdev fields to mpOutdevProviderNoel Grandin2018-03-134-130/+130
* Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl2018-03-111-1/+1
* move canvas helper code into vclNoel Grandin2018-03-101-252/+5
* VCL canvas: fix another clipping mistake (related: tdf#115142)Thorsten Behrens2018-03-081-2/+2
* loplugin:constantparam in canvas..comphelperNoel Grandin2018-03-081-117/+32
* VCL canvas: fix clipping of gradients (related: tdf#115142)Michael Stahl2018-03-071-1/+1
* use more Color in UnoControls..canvasNoel Grandin2018-03-071-1/+1
* convert COL_ constants to be of type ColorNoel Grandin2018-02-281-2/+2
* remove unused vclunohelper.hxx includesJochen Nitschke2018-02-277-7/+0
* replace Color(COL_*) with COL_*Noel Grandin2018-02-271-3/+3
* Use for-range loops (canvas)Julien Nabet2018-02-272-29/+15
* vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()Chris Sherlock2018-02-262-2/+2
* ColorData->Color in variousNoel Grandin2018-02-261-1/+1
* Revert "loplugin:changetoolsgen in canvas..cui" and reapplyNoel Grandin2018-02-161-2/+2
* move cairo surface code from canvas to BitmapToolsNoel Grandin2018-02-151-71/+6
* loplugin:changetoolsgen in canvas..cuiNoel Grandin2018-02-144-12/+12
* use scanline when reading pixel dataNoel Grandin2018-02-071-1/+2
* convert SetPixel->SetPixelOnDataNoel Grandin2018-02-063-10/+21
* vcl: remove BitmapColor Color() operatorChris Sherlock2018-02-051-2/+2
* canvas: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-011-5/+0
* loplugin:unused-returns in basegfx..cppcanvasNoel Grandin2018-01-259-22/+15