summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* tdf#136545 revert cairo canvas uses cairo for text rendering alreadyCaolán McNamara2020-09-083-12/+224
* don't split polypolygon in canvas if not needed (tdf#135395)Luboš Luňák2020-08-221-17/+27
* tdf#135094 cairo canvas: fix black slide containing a very small imageMiklos Vajna2020-08-171-4/+17
* vcl canvas, don't draw bezier curves as straight lines (tdf#133905)Luboš Luňák2020-06-151-21/+8
* Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-264-8/+8
* isCairoRenderable is newly unusedCaolán McNamara2020-05-242-29/+0
* remove now unnecessary cairo/virtual-device syncingCaolán McNamara2020-05-242-35/+3
* platforms using the cairo canvas use cairo for text rendering alreadyCaolán McNamara2020-05-243-195/+12
* remove unnecessary polypolygon subdivideLuboš Luňák2020-05-221-6/+0
* use for-range on Sequence in basctl..canvasNoel Grandin2020-05-153-10/+9
* new loplugin:simplifypointertoboolNoel Grandin2020-05-103-7/+7
* compact namespace in canvas..cuiNoel Grandin2020-05-087-25/+23
* fix bug in extracting propertyNoel Grandin2020-05-071-1/+1
* Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2020-04-271-0/+1
* tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2020-04-224-0/+4
* loplugin:flatten in canvasNoel Grandin2020-04-1814-672/+672
* loplugin:buriedassign in c*Noel Grandin2020-04-142-13/+16
* tdf#124176 Use pragma once instead of include guardsgokaysatir2020-03-237-28/+7
* tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi2020-03-121-50/+50
* Drop o3tl::optional wrapperStephan Bergmann2020-02-211-2/+2
* avoid pointless alpha->mask conversionLuboš Luňák2020-02-191-4/+12
* document CANVAS_SPRITE_BOUNDSLuboš Luňák2020-02-171-0/+6
* draw sprite bounds in vclcanvas only if explicitly asked forLuboš Luňák2020-02-161-1/+4
* move some canvas/ headers inside the moduleNoel Grandin2020-02-1285-96/+4403
* loplugin:makeshared (clang-cl)Stephan Bergmann2020-02-0310-57/+65
* new loplugin:namespaceindentationNoel Grandin2020-01-314-7/+7
* loplugin:makeshared in basctl..canvasNoel Grandin2020-01-2411-17/+17
* clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin2020-01-144-19/+6
* use more std::make_sharedNoel Grandin2020-01-102-7/+4
* Fix typoAndrea Gelmini2019-12-191-1/+1
* Fix typoAndrea Gelmini2019-12-191-1/+1
* sal_Char->char in canvas..codemakerNoel Grandin2019-12-186-6/+6
* force vclcanvas use with Skia, like it's with OpenGL (tdf#129076)Luboš Luňák2019-12-104-0/+9
* loplugin:external (clang-cl)Stephan Bergmann2019-12-052-0/+8
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-011-2/+2
* Rewrite uses of boost::optional, Windows reduxStephan Bergmann2019-12-011-1/+1
* Remove unused DemoRenderer::maColorWhiteStephan Bergmann2019-11-261-2/+0
* Fix typoAndrea Gelmini2019-11-261-1/+1
* loplugin:consttobool (clang-cl)Stephan Bergmann2019-11-261-1/+1
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-223-0/+15
* tdf#42949 Fix IWYU warnings in canvas/*/*cxxGabor Kelemen2019-11-0649-234/+46
* tdf#42949 Fix IWYU warnings in canvas/source/*/*hxxGabor Kelemen2019-10-3056-122/+66
* tdf#40534 correctly match page with memory slabJan-Marek Glogowski2019-10-112-52/+24
* The SystemEnvData passed into the canvas factories appears to be unusedStephan Bergmann2019-10-057-53/+48
* The checks should apparenty be maArguments.getLength() >= 5Stephan Bergmann2019-10-052-2/+2
* Related: tdf#127529 make it harder to misunderstand this VirtualDevice ctorCaolán McNamara2019-10-041-2/+2
* loplugin:fragiledestructor (clang-cl)Stephan Bergmann2019-10-021-1/+1
* loplugin:data (clang-cl)Stephan Bergmann2019-10-013-9/+9
* loplugin:stringconstant (clang-cl)Stephan Bergmann2019-10-016-7/+7
* loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2019-10-011-1/+1