summaryrefslogtreecommitdiffstats
path: root/canvas/source/vcl
Commit message (Expand)AuthorAgeFilesLines
* try to use directly VCL's DrawGradient() in vclcanvas (tdf#136523)Luboš Luňák2020-11-171-0/+44
* Instead of labs, use overloaded absStephan Bergmann2020-11-161-3/+4
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-061-1/+0
* Transport Pixmap from GetNativeSurfaceHandle via css::uno::Any as sal_Int64Stephan Bergmann2020-11-011-1/+1
* convert some more long -> tools::LongNoel2020-10-281-4/+4
* use tools::Long in basegfx..chart2Noel2020-10-214-4/+4
* new tools::Degree10 strong typedefNoel Grandin2020-10-213-3/+3
* do not disable AA in vclcanvas if Skia is usedLuboš Luňák2020-10-205-31/+25
* loplugin:reducevarscope in canvas,chart2Noel2020-10-011-1/+1
* make vclcanvas try directly VCL for drawing stroked polygon (tdf#136933)Luboš Luňák2020-09-291-7/+25
* Revert "don't split polypolygon in canvas if not needed" (tdf#136933)Luboš Luňák2020-09-291-27/+17
* rename for disentangling AA and B2D use in VCL drawingLuboš Luňák2020-09-286-22/+22
* revert recent Polygon commitsNoel Grandin2020-09-265-28/+24
* tools::PolyPolygon -> basegfx in canvasNoel Grandin2020-09-265-24/+28
* tdf#124176 Use #pragma once in canvasGeorge Bateman2020-09-0420-80/+20
* [API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann2020-08-261-2/+2
* don't split polypolygon in canvas if not needed (tdf#135395)Luboš Luňák2020-08-191-17/+27
* loplugin:simplifybool moreNoel Grandin2020-08-141-2/+1
* tdf#135078: let vclcanvas::SpriteCanvas implement css::lang::XServiceInfoMike Kaganski2020-07-242-1/+23
* canvas/vcl: create instances with uno constructorsNoel Grandin2020-07-056-80/+27
* vcl canvas, don't draw bezier curves as straight lines (tdf#133905)Luboš Luňák2020-06-151-21/+8
* Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann2020-05-281-2/+2
* Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-264-8/+8
* remove unnecessary polypolygon subdivideLuboš Luňák2020-05-221-6/+0
* new loplugin:simplifypointertoboolNoel Grandin2020-05-102-2/+2
* compact namespace in canvas..cuiNoel Grandin2020-05-081-8/+8
* tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2020-04-221-0/+1
* loplugin:flatten in canvasNoel Grandin2020-04-186-359/+359
* avoid pointless alpha->mask conversionLuboš Luňák2020-02-191-4/+12
* draw sprite bounds in vclcanvas only if explicitly asked forLuboš Luňák2020-02-161-1/+4
* move some canvas/ headers inside the moduleNoel Grandin2020-02-1211-23/+23
* new loplugin:namespaceindentationNoel Grandin2020-01-311-2/+2
* loplugin:makeshared in basctl..canvasNoel Grandin2020-01-247-11/+11
* clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin2020-01-141-4/+1
* Fix typoAndrea Gelmini2019-12-191-1/+1
* Fix typoAndrea Gelmini2019-12-191-1/+1
* sal_Char->char in canvas..codemakerNoel Grandin2019-12-181-1/+1
* force vclcanvas use with Skia, like it's with OpenGL (tdf#129076)Luboš Luňák2019-12-101-0/+2
* tdf#42949 Fix IWYU warnings in canvas/*/*cxxGabor Kelemen2019-11-0616-110/+3
* tdf#42949 Fix IWYU warnings in canvas/source/*/*hxxGabor Kelemen2019-10-3022-57/+20
* The SystemEnvData passed into the canvas factories appears to be unusedStephan Bergmann2019-10-052-14/+12
* The checks should apparenty be maArguments.getLength() >= 5Stephan Bergmann2019-10-051-1/+1
* loplugin:constmethod in canvas,comphelperNoel Grandin2019-08-222-4/+4
* Improved loplugin:stringconstant (now that GCC 7 supports it): canvasStephan Bergmann2019-07-316-6/+6
* tdf#74702: vcl add OutputDevice::Flush() to remove GetOutDevType()Chris Sherlock2019-07-271-12/+4
* loplugin:referencecasting in canvas..chart2Noel Grandin2019-07-191-1/+1
* remove some unneede vcl/bitmap.hxx includesNoel Grandin2019-07-042-2/+0
* Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov2019-06-115-8/+8
* fix complex transformation in CanvasHelper::fillTexturedPolyPolygon()Luboš Luňák2019-05-221-7/+29
* improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin2019-05-081-3/+2