summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-05canvas/opengl: create instances with uno constructorsNoel Grandin2-27/+12
2020-06-29Small refactorMike Kaganski1-16/+8
2020-06-24use more std::container::insert instead of std::copyNoel Grandin2-9/+4
2020-06-15vcl canvas, don't draw bezier curves as straight lines (tdf#133905)Luboš Luňák1-21/+8
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann6-7/+7
2020-05-28loplugin:simplifybool in canvas..cuiNoel Grandin1-8/+8
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann4-8/+8
2020-05-24isCairoRenderable is newly unusedCaolán McNamara2-29/+0
2020-05-24remove now unnecessary cairo/virtual-device syncingCaolán McNamara2-35/+3
2020-05-24platforms using the cairo canvas use cairo for text rendering alreadyCaolán McNamara3-195/+12
2020-05-22remove unnecessary polypolygon subdivideLuboš Luňák1-6/+0
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin3-10/+9
2020-05-10new loplugin:simplifypointertoboolNoel Grandin3-7/+7
2020-05-08compact namespace in canvas..cuiNoel Grandin7-25/+23
2020-05-07fix bug in extracting propertyNoel Grandin1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen4-0/+4
2020-04-18loplugin:flatten in canvasNoel Grandin14-672/+672
2020-04-14loplugin:buriedassign in c*Noel Grandin2-13/+16
2020-03-23tdf#124176 Use pragma once instead of include guardsgokaysatir7-28/+7
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-50/+50
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2020-02-19avoid pointless alpha->mask conversionLuboš Luňák1-4/+12
2020-02-17document CANVAS_SPRITE_BOUNDSLuboš Luňák1-0/+6
2020-02-16draw sprite bounds in vclcanvas only if explicitly asked forLuboš Luňák1-1/+4
2020-02-12move some canvas/ headers inside the moduleNoel Grandin85-96/+4403
2020-02-03loplugin:makeshared (clang-cl)Stephan Bergmann10-57/+65
2020-01-31new loplugin:namespaceindentationNoel Grandin4-7/+7
2020-01-24loplugin:makeshared in basctl..canvasNoel Grandin11-17/+17
2020-01-14clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin4-19/+6
2020-01-10use more std::make_sharedNoel Grandin2-7/+4
2019-12-19Fix typoAndrea Gelmini1-1/+1
2019-12-19Fix typoAndrea Gelmini1-1/+1