Age | Commit message (Expand) | Author |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-09 | tdf#55361 fix result of showing RTL text in the animation. | Mark Hung |
2018-10-08 | tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]* | Gabor Kelemen |
2018-09-20 | Support buffering SystemDependent GraphicData (III) | Armin Le Grand |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-10 | No more need for extra local variables | Stephan Bergmann |
2018-09-06 | clang-tidy bugprone-use-after-move in BitmapFilter::Filter | Noel Grandin |
2018-09-06 | loplugin:simplifyconstruct in canvas..cui | Noel Grandin |
2018-08-04 | Use more basegfx deg<->rad functions, instead of direct formulas | Mike Kaganski |
2018-07-27 | Remove unused type declaration CanvasRef | Muhammet Kara |
2018-07-22 | fix oss-fuzz build | Caolán McNamara |
2018-07-20 | tdf#118107 canvas opengl: avoid assertion failure with negative widths | Miklos Vajna |
2018-07-19 | loplugin:constantparam | Noel Grandin |
2018-07-09 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-08 | tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThread | Kevin Dubrulle |
2018-06-21 | use more OutputDevice::GetBitmapEx | Noel Grandin |
2018-06-05 | tdf#42949 remove unused compheler includes .. | Jochen Nitschke |
2018-05-31 | move some CanvasHelper::implDrawBitmap inside vcl | Noel Grandin |
2018-05-30 | fix "vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilter" | Noel Grandin |
2018-05-22 | loplugin:unusedfields in avmedia..comphelper | Noel Grandin |
2018-05-13 | vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilter | Chris Sherlock |
2018-05-12 | make Bitmap/BitmapEx constructors explicit | Noel Grandin |
2018-04-15 | remove some unused comphelper includes | Jochen Nitschke |
2018-04-07 | Revert "long->sal_Int32 in tools/gen.hxx" | Stephan Bergmann |
2018-04-03 | long->sal_Int32 in tools/gen.hxx | Noel Grandin |
2018-03-28 | tdf#116646 Slideshows with transitions page swap rendering issues | Noel Grandin |
2018-03-19 | move bitmap copy code from CanvasBitmapHelper to vcl | Noel Grandin |
2018-03-19 | move pixel color extracting from canvas to BitmapEx | Noel Grandin |
2018-03-16 | move cairo extract bitmap code from canvas to vcl | Noel Grandin |
2018-03-14 | loplugin:unusedmethods | Noel Grandin |
2018-03-13 | loplugin:unusedmethods remove unused code from canvas | Noel Grandin |
2018-03-13 | make transformBitmap code from canvas to vcl | Noel Grandin |
2018-03-13 | rename some mpOutdev fields to mpOutdevProvider | Noel Grandin |
2018-03-11 | Move (and rename) graphic stuff from svtools to vcl | Tomaž Vajngerl |
2018-03-10 | move canvas helper code into vcl | Noel Grandin |
2018-03-08 | VCL canvas: fix another clipping mistake (related: tdf#115142) | Thorsten Behrens |
2018-03-08 | loplugin:constantparam in canvas..comphelper | Noel Grandin |
2018-03-07 | VCL canvas: fix clipping of gradients (related: tdf#115142) | Michael Stahl |
2018-03-07 | use more Color in UnoControls..canvas | Noel Grandin |
2018-02-28 | convert COL_ constants to be of type Color | Noel Grandin |
2018-02-27 | remove unused vclunohelper.hxx includes | Jochen Nitschke |
2018-02-27 | Use for-range loops (canvas) | Julien Nabet |
2018-02-26 | vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome() | Chris Sherlock |
2018-02-26 | ColorData->Color in various | Noel Grandin |
2018-02-16 | Revert "loplugin:changetoolsgen in canvas..cui" and reapply | Noel Grandin |
2018-02-15 | move cairo surface code from canvas to BitmapTools | Noel Grandin |
2018-02-14 | loplugin:changetoolsgen in canvas..cui | Noel Grandin |
2018-02-07 | use scanline when reading pixel data | Noel Grandin |
2018-02-06 | convert SetPixel->SetPixelOnData | Noel Grandin |