summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-16move cairo extract bitmap code from canvas to vclNoel Grandin1-282/+6
2018-03-14loplugin:unusedmethodsNoel Grandin1-10/+0
2018-03-13loplugin:unusedmethods remove unused code from canvasNoel Grandin12-333/+0
2018-03-13make transformBitmap code from canvas to vclNoel Grandin1-159/+2
2018-03-13rename some mpOutdev fields to mpOutdevProviderNoel Grandin4-130/+130
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl1-1/+1
2018-03-10move canvas helper code into vclNoel Grandin1-252/+5
2018-03-08VCL canvas: fix another clipping mistake (related: tdf#115142)Thorsten Behrens1-2/+2
2018-03-08loplugin:constantparam in canvas..comphelperNoel Grandin1-117/+32
2018-03-07VCL canvas: fix clipping of gradients (related: tdf#115142)Michael Stahl1-1/+1
2018-03-07use more Color in UnoControls..canvasNoel Grandin1-1/+1
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-2/+2
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke7-7/+0
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2018-02-27Use for-range loops (canvas)Julien Nabet2-29/+15
2018-02-26vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()Chris Sherlock2-2/+2
2018-02-26ColorData->Color in variousNoel Grandin1-1/+1
2018-02-16Revert "loplugin:changetoolsgen in canvas..cui" and reapplyNoel Grandin1-2/+2
2018-02-15move cairo surface code from canvas to BitmapToolsNoel Grandin1-71/+6
2018-02-14loplugin:changetoolsgen in canvas..cuiNoel Grandin4-12/+12