summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2021-05-25no need to link to epoxy when GUI is disabledAndras Timar1-1/+6
2021-05-16set also dashing cap style for directx canvas (tdf#136957)Luboš Luňák1-5/+28
2021-05-06scale stroked line properly in cairocanvasLuboš Luňák1-6/+8
2021-04-21prevent cairo from breaking because of a large matrix (tdf#125949)Luboš Luňák1-0/+32
2020-11-21tdf#123936 Formatting files in module canvas with clang-formatPhilipp Hofer2-12/+12
2020-11-17try to use directly VCL's DrawGradient() in vclcanvas (tdf#136523)Luboš Luňák1-0/+44
2020-11-16Instead of labs, use overloaded absStephan Bergmann2-6/+8
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin2-2/+2
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen9-20/+2
2020-11-05N8BitTcMask is unusedNoel1-4/+1
2020-11-01Transport Pixmap from GetNativeSurfaceHandle via css::uno::Any as sal_Int64Stephan Bergmann2-2/+2
2020-10-28convert some more long -> tools::LongNoel2-5/+5
2020-10-21use tools::Long in basegfx..chart2Noel9-10/+10
2020-10-21new tools::Degree10 strong typedefNoel Grandin4-4/+4
2020-10-20do not disable AA in vclcanvas if Skia is usedLuboš Luňák5-31/+25
2020-10-19clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann1-3/+3
2020-10-07better way of ensuring Skia is used only with canvas that workLuboš Luňák1-5/+5
2020-10-02add PCHs for canvas/Luboš Luňák12-0/+414
2020-10-01loplugin:reducevarscope in canvas,chart2Noel1-1/+1
2020-09-29make vclcanvas try directly VCL for drawing stroked polygon (tdf#136933)Luboš Luňák1-7/+25
2020-09-29Revert "don't split polypolygon in canvas if not needed" (tdf#136933)Luboš Luňák1-27/+17
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák6-22/+22
2020-09-26revert recent Polygon commitsNoel Grandin5-28/+24
2020-09-26tools::PolyPolygon -> basegfx in canvasNoel Grandin5-24/+28
2020-09-22tdf#136337 cairo canvas: fix missing image with negative heightMiklos Vajna1-1/+1
2020-09-04tdf#124176 Use #pragma once in canvasGeorge Bateman74-296/+74
2020-08-31Fix typo in codeAndrea Gelmini1-5/+5
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann10-38/+38
2020-08-19don't split polypolygon in canvas if not needed (tdf#135395)Luboš Luňák1-17/+27
2020-08-19Fix typo in codeAndrea Gelmini1-1/+1
2020-08-17[API CHANGE] remove OSL_SIGNAL_USER_RESOURCEFAILURENoel Grandin1-9/+1
2020-08-14tdf#135094 cairo canvas: fix black slide containing a very small imageMiklos Vajna1-4/+17
2020-08-14loplugin:simplifybool moreNoel Grandin2-3/+2
2020-08-05Throw detailed IllegalArgumentException regardless of OSL_DEBUG_LEVELStephan Bergmann1-4/+0
2020-08-04loplugin:simplifypointertobool (clang-cl)Stephan Bergmann5-9/+9
2020-08-04loplugin:makeshared (clang-cl)Stephan Bergmann5-7/+8
2020-08-04-Werror,-Wunused-function (clang-cl)Stephan Bergmann1-7/+0
2020-07-31fix leak in CppunitTest_cppcanvas_testNoel Grandin1-1/+7
2020-07-24tdf#135078: let vclcanvas::SpriteCanvas implement css::lang::XServiceInfoMike Kaganski2-1/+23
2020-07-16compact namespace: basegfx,canvasNoel Grandin6-24/+13
2020-07-14canvas/gdiplus: create instances with uno constructorsNoel Grandin3-48/+65
2020-07-14canvas/directx9: create instances with uno constructorsNoel Grandin4-31/+41
2020-07-11tdf#134647 crash going to next slide on slideshowNoel Grandin4-2/+48
2020-07-10prefer 8bit bitmap masks to 1bpp masksLuboš Luňák1-2/+2
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-10replace usage of whitelist with allowlistThorsten Behrens1-1/+1
2020-07-10replace usage of blacklist with denylistThorsten Behrens3-14/+14
2020-07-06cairo/canvas: create instances with uno constructorsNoel Grandin7-86/+28
2020-07-05canvas/simple: create instances with uno constructorsNoel Grandin2-15/+9
2020-07-05canvas/vcl: create instances with uno constructorsNoel Grandin7-81/+27