summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2020-09-08tdf#136545 revert cairo canvas uses cairo for text rendering alreadyCaolán McNamara3-12/+224
2020-08-22don't split polypolygon in canvas if not needed (tdf#135395)Luboš Luňák1-17/+27
2020-08-17tdf#135094 cairo canvas: fix black slide containing a very small imageMiklos Vajna1-4/+17
2020-06-15vcl canvas, don't draw bezier curves as straight lines (tdf#133905)Luboš Luňák1-21/+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
2019-12-18sal_Char->char in canvas..codemakerNoel Grandin6-6/+6
2019-12-10force vclcanvas use with Skia, like it's with OpenGL (tdf#129076)Luboš Luňák4-0/+9
2019-12-05loplugin:external (clang-cl)Stephan Bergmann2-0/+8
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-12-01Rewrite uses of boost::optional, Windows reduxStephan Bergmann1-1/+1
2019-11-26Remove unused DemoRenderer::maColorWhiteStephan Bergmann1-2/+0
2019-11-26Fix typoAndrea Gelmini1-1/+1
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-0/+15
2019-11-06tdf#42949 Fix IWYU warnings in canvas/*/*cxxGabor Kelemen49-234/+46
2019-10-30tdf#42949 Fix IWYU warnings in canvas/source/*/*hxxGabor Kelemen56-122/+66
2019-10-11tdf#40534 correctly match page with memory slabJan-Marek Glogowski2-52/+24
2019-10-05The SystemEnvData passed into the canvas factories appears to be unusedStephan Bergmann7-53/+48
2019-10-05The checks should apparenty be maArguments.getLength() >= 5Stephan Bergmann2-2/+2
2019-10-04Related: tdf#127529 make it harder to misunderstand this VirtualDevice ctorCaolán McNamara1-2/+2
2019-10-02loplugin:fragiledestructor (clang-cl)Stephan Bergmann1-1/+1
2019-10-01loplugin:data (clang-cl)Stephan Bergmann3-9/+9
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann6-7/+7
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-1/+1