summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)Author
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-09remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-12-04Revert "tdf#118107 canvas opengl: avoid assertion failure with negative widths"Luboš Luňák
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-21tdf#123936 Formatting files in module canvas with clang-formatPhilipp Hofer
2020-11-17try to use directly VCL's DrawGradient() in vclcanvas (tdf#136523)Luboš Luňák
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-11-05N8BitTcMask is unusedNoel
2020-11-01Transport Pixmap from GetNativeSurfaceHandle via css::uno::Any as sal_Int64Stephan Bergmann
2020-10-28convert some more long -> tools::LongNoel
2020-10-21use tools::Long in basegfx..chart2Noel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-20do not disable AA in vclcanvas if Skia is usedLuboš Luňák
2020-10-19clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann
2020-10-07better way of ensuring Skia is used only with canvas that workLuboš Luňák
2020-10-02add PCHs for canvas/Luboš Luňák
2020-10-01loplugin:reducevarscope in canvas,chart2Noel
2020-09-29make vclcanvas try directly VCL for drawing stroked polygon (tdf#136933)Luboš Luňák
2020-09-29Revert "don't split polypolygon in canvas if not needed" (tdf#136933)Luboš Luňák
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-26revert recent Polygon commitsNoel Grandin
2020-09-26tools::PolyPolygon -> basegfx in canvasNoel Grandin
2020-09-22tdf#136337 cairo canvas: fix missing image with negative heightMiklos Vajna
2020-09-04tdf#124176 Use #pragma once in canvasGeorge Bateman
2020-08-31Fix typo in codeAndrea Gelmini
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann
2020-08-19don't split polypolygon in canvas if not needed (tdf#135395)Luboš Luňák
2020-08-19Fix typo in codeAndrea Gelmini
2020-08-17[API CHANGE] remove OSL_SIGNAL_USER_RESOURCEFAILURENoel Grandin
2020-08-14tdf#135094 cairo canvas: fix black slide containing a very small imageMiklos Vajna
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-05Throw detailed IllegalArgumentException regardless of OSL_DEBUG_LEVELStephan Bergmann
2020-08-04loplugin:simplifypointertobool (clang-cl)Stephan Bergmann
2020-08-04loplugin:makeshared (clang-cl)Stephan Bergmann
2020-08-04-Werror,-Wunused-function (clang-cl)Stephan Bergmann
2020-07-31fix leak in CppunitTest_cppcanvas_testNoel Grandin
2020-07-24tdf#135078: let vclcanvas::SpriteCanvas implement css::lang::XServiceInfoMike Kaganski
2020-07-16compact namespace: basegfx,canvasNoel Grandin
2020-07-14canvas/gdiplus: create instances with uno constructorsNoel Grandin
2020-07-14canvas/directx9: create instances with uno constructorsNoel Grandin
2020-07-11tdf#134647 crash going to next slide on slideshowNoel Grandin
2020-07-10prefer 8bit bitmap masks to 1bpp masksLuboš Luňák
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-10replace usage of whitelist with allowlistThorsten Behrens
2020-07-10replace usage of blacklist with denylistThorsten Behrens