summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)Author
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
2020-07-06cairo/canvas: create instances with uno constructorsNoel Grandin
2020-07-05canvas/simple: create instances with uno constructorsNoel Grandin
2020-07-05canvas/vcl: create instances with uno constructorsNoel Grandin
2020-07-05canvas/opengl: create instances with uno constructorsNoel Grandin
2020-06-29Small refactorMike Kaganski
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-15vcl canvas, don't draw bezier curves as straight lines (tdf#133905)Luboš Luňák
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-28loplugin:simplifybool in canvas..cuiNoel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-24isCairoRenderable is newly unusedCaolán McNamara
2020-05-24remove now unnecessary cairo/virtual-device syncingCaolán McNamara
2020-05-24platforms using the cairo canvas use cairo for text rendering alreadyCaolán McNamara
2020-05-22remove unnecessary polypolygon subdivideLuboš Luňák
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-08compact namespace in canvas..cuiNoel Grandin
2020-05-07fix bug in extracting propertyNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-18loplugin:flatten in canvasNoel Grandin
2020-04-14loplugin:buriedassign in c*Noel Grandin
2020-03-23tdf#124176 Use pragma once instead of include guardsgokaysatir
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-19avoid pointless alpha->mask conversionLuboš Luňák
2020-02-17document CANVAS_SPRITE_BOUNDSLuboš Luňák