summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* no need to link to epoxy when GUI is disabledAndras Timar2021-05-251-1/+6
* set also dashing cap style for directx canvas (tdf#136957)Luboš Luňák2021-05-161-5/+28
* scale stroked line properly in cairocanvasLuboš Luňák2021-05-061-6/+8
* prevent cairo from breaking because of a large matrix (tdf#125949)Luboš Luňák2021-04-211-0/+32
* 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
* loplugin:simplifybool moreNoel Grandin2020-08-142-3/+2
* Throw detailed IllegalArgumentException regardless of OSL_DEBUG_LEVELStephan Bergmann2020-08-051-4/+0
* loplugin:simplifypointertobool (clang-cl)Stephan Bergmann2020-08-045-9/+9
* loplugin:makeshared (clang-cl)Stephan Bergmann2020-08-045-7/+8
* -Werror,-Wunused-function (clang-cl)Stephan Bergmann2020-08-041-7/+0
* fix leak in CppunitTest_cppcanvas_testNoel Grandin2020-07-311-1/+7
* tdf#135078: let vclcanvas::SpriteCanvas implement css::lang::XServiceInfoMike Kaganski2020-07-242-1/+23
* compact namespace: basegfx,canvasNoel Grandin2020-07-166-24/+13
* canvas/gdiplus: create instances with uno constructorsNoel Grandin2020-07-143-48/+65
* canvas/directx9: create instances with uno constructorsNoel Grandin2020-07-144-31/+41
* tdf#134647 crash going to next slide on slideshowNoel Grandin2020-07-114-2/+48
* prefer 8bit bitmap masks to 1bpp masksLuboš Luňák2020-07-101-2/+2
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* replace usage of whitelist with allowlistThorsten Behrens2020-07-101-1/+1
* replace usage of blacklist with denylistThorsten Behrens2020-07-103-14/+14
* cairo/canvas: create instances with uno constructorsNoel Grandin2020-07-067-86/+28
* canvas/simple: create instances with uno constructorsNoel Grandin2020-07-052-15/+9
* canvas/vcl: create instances with uno constructorsNoel Grandin2020-07-057-81/+27