summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* 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
* lok jsdialogs: Introduce dumping of widgets hierarchy to vcl::Window.Jan Holesovsky2019-10-011-8/+8
* remove internal use of 16-bit packed formatsNoel Grandin2019-09-261-6/+0
* cid#1251600 Uncaught exceptionCaolán McNamara2019-08-251-5/+0
* loplugin:constmethod in canvas,comphelperNoel Grandin2019-08-2211-20/+20
* Fix typosAndrea Gelmini2019-08-161-1/+1
* use more TOOLS_WARN_EXCEPTIONNoel Grandin2019-08-161-2/+2
* Improved loplugin:stringconstant (now that GCC 7 supports it): canvasStephan Bergmann2019-07-3117-17/+17
* tdf#74702: vcl add OutputDevice::Flush() to remove GetOutDevType()Chris Sherlock2019-07-271-12/+4
* loplugin:referencecasting in canvas..chart2Noel Grandin2019-07-194-18/+11
* cid#1448246 Result is not floating-pointCaolán McNamara2019-07-191-1/+1
* cid#1448384 Calling risky randCaolán McNamara2019-07-161-2/+3
* remove some unneede vcl/bitmap.hxx includesNoel Grandin2019-07-044-4/+0
* Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov2019-06-1114-24/+24
* Log used / selected canvas serviceJan-Marek Glogowski2019-05-281-6/+13
* New loplugin:dataStephan Bergmann2019-05-222-3/+3
* fix complex transformation in CanvasHelper::fillTexturedPolyPolygon()Luboš Luňák2019-05-221-7/+29
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-132-4/+4