summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* loplugin:refcounting in canvasNoel2021-03-012-8/+9
* add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák2021-02-242-24/+4
* simply use drawTransformedBitmap()Luboš Luňák2021-02-241-0/+22
* convert internal bitmap formats transparency->alphaNoel Grandin2021-02-233-17/+5
* loplugin:refcounting in canvasNoel2021-02-225-13/+13
* loplugin:referencecasting in canvasNoel2021-02-174-6/+5
* ofz#1473106 Uninitialized scalar fieldCaolán McNamara2021-02-161-43/+45
* cid#1292911 experiment to see what the complaint is referring toCaolán McNamara2021-02-151-45/+43
* simply use DrawTransformedBitmapEx()Luboš Luňák2021-02-091-72/+11
* Fix typosAndrea Gelmini2021-01-221-1/+1
* tdf#42982: Improve UNO API error reportingTarun Sharma2021-01-202-6/+6
* improve some IllegalArgumentException messagesNoel2021-01-201-1/+1
* return value from setupOutDevState is unusedNoel2021-01-161-6/+1
* transparency->alpha in GraphicAttrNoel2021-01-132-4/+4
* transparency->alpha in tools::ColorNoel2021-01-125-13/+13
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-291-4/+6
* vcl: move access functions into appropriate bitmap access filesChris Sherlock2020-12-243-4/+5
* remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák2020-12-091-0/+3
* remove more no longer needed OpenGL-related codeLuboš Luňák2020-12-084-6/+0
* remove OpenGL VCL backend codeLuboš Luňák2020-12-073-10/+0
* Revert "tdf#118107 canvas opengl: avoid assertion failure with negative widths"Luboš Luňák2020-12-043-16/+5
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-302-9/+9
* tdf#123936 Formatting files in module canvas with clang-formatPhilipp Hofer2020-11-212-12/+12
* 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-162-6/+8
* make tools::Long 64-bit on Windows platformNoel Grandin2020-11-112-2/+2
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-069-20/+2
* N8BitTcMask is unusedNoel2020-11-051-4/+1
* Transport Pixmap from GetNativeSurfaceHandle via css::uno::Any as sal_Int64Stephan Bergmann2020-11-012-2/+2
* convert some more long -> tools::LongNoel2020-10-282-5/+5
* use tools::Long in basegfx..chart2Noel2020-10-219-10/+10
* new tools::Degree10 strong typedefNoel Grandin2020-10-214-4/+4
* do not disable AA in vclcanvas if Skia is usedLuboš Luňák2020-10-205-31/+25
* clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann2020-10-191-3/+3
* better way of ensuring Skia is used only with canvas that workLuboš Luňák2020-10-071-5/+5
* add PCHs for canvas/Luboš Luňák2020-10-0212-0/+414
* 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#136337 cairo canvas: fix missing image with negative heightMiklos Vajna2020-09-221-1/+1
* tdf#124176 Use #pragma once in canvasGeorge Bateman2020-09-0474-296/+74
* Fix typo in codeAndrea Gelmini2020-08-311-5/+5
* [API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann2020-08-2610-38/+38
* don't split polypolygon in canvas if not needed (tdf#135395)Luboš Luňák2020-08-191-17/+27
* Fix typo in codeAndrea Gelmini2020-08-191-1/+1
* [API CHANGE] remove OSL_SIGNAL_USER_RESOURCEFAILURENoel Grandin2020-08-171-9/+1
* tdf#135094 cairo canvas: fix black slide containing a very small imageMiklos Vajna2020-08-141-4/+17