summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* fix big-endian codeNoel Grandin2021-06-151-1/+1
* Simplify Sequences initializations (canvas)Julien Nabet2021-06-074-42/+37
* canvas : use std::mutex in CanvasFactoryArnaud Versini2021-05-311-3/+3
* gbuild: Handle glxtest + vclmain usage via macrosJan-Marek Glogowski2021-05-261-15/+1
* adapt oglcanvas::SpriteDeviceHelper::getDeviceHandleCaolán McNamara2021-05-241-1/+2
* ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara2021-05-192-15/+15
* Drop assert checking address of reference is not nullptrMichael Weghorn2021-05-181-1/+0
* split OutputDevice from WindowNoel Grandin2021-05-179-9/+12
* Directly initialize vectors in ogl_spritedevicehelper.cxxJulien Nabet2021-05-141-5/+4
* fix leak in canvas testNoel Grandin2021-05-121-1/+1
* set also dashing cap style for directx canvas (tdf#136957)Luboš Luňák2021-05-071-5/+28
* a unittest for my cairocanvas fix for tdf#134053Luboš Luňák2021-05-061-1/+83
* make it possible to write canvas unittestsLuboš Luňák2021-05-067-27/+242
* scale stroked line properly in cairocanvasLuboš Luňák2021-05-051-6/+8
* messing with UNOMINMAX no longer seems to be necessaryNoel Grandin2021-05-043-15/+0
* Use sal::systools::COMReference and drop dxcanvas::COMReferenceMike Kaganski2021-05-047-114/+34
* vcl: remove MetricVectorChris Sherlock2021-05-031-1/+1
* remove support for BITMASK in vcl backendsNoel Grandin2021-04-293-19/+6
* loplugin:moveoptNoel Grandin2021-04-271-2/+1
* drop mask from BitmapExNoel Grandin2021-04-265-205/+48
* prevent cairo from breaking because of a large matrix (tdf#125949)Luboš Luňák2021-04-211-0/+32
* tdf#141269 Incorrect transparency after roundtripCaolán McNamara2021-04-153-5/+17
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-17/+24
* vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl2021-04-022-3/+3
* remove internal 4bit scanline formatsNoel2021-03-311-6/+0
* drop operator bool and operator! from Bitmap and BitmapExNoel2021-03-283-3/+3
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl2021-03-131-4/+1
* drop unneeded includeCaolán McNamara2021-03-122-2/+0
* Make sal/config.h the first in pchMike Kaganski2021-03-094-8/+8
* loplugin:refcounting check for one more caseNoel2021-03-081-1/+2
* update pchesJulien Nabet2021-03-062-3/+3
* loplugin:referencecasting (clang-cl)Stephan Bergmann2021-03-032-4/+4
* loplugin:refcounting in canvasNoel2021-03-012-8/+9
* add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák2021-02-242-24/+4
* simply use drawTransformedBitmap()Luboš Luňák2021-02-241-0/+22
* convert internal bitmap formats transparency->alphaNoel Grandin2021-02-233-17/+5
* loplugin:refcounting in canvasNoel2021-02-225-13/+13
* loplugin:referencecasting in canvasNoel2021-02-174-6/+5
* ofz#1473106 Uninitialized scalar fieldCaolán McNamara2021-02-161-43/+45
* cid#1292911 experiment to see what the complaint is referring toCaolán McNamara2021-02-151-45/+43
* simply use DrawTransformedBitmapEx()Luboš Luňák2021-02-091-72/+11
* Fix typosAndrea Gelmini2021-01-221-1/+1
* tdf#42982: Improve UNO API error reportingTarun Sharma2021-01-202-6/+6
* improve some IllegalArgumentException messagesNoel2021-01-201-1/+1
* return value from setupOutDevState is unusedNoel2021-01-161-6/+1
* transparency->alpha in GraphicAttrNoel2021-01-132-4/+4
* transparency->alpha in tools::ColorNoel2021-01-125-13/+13
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-291-4/+6
* vcl: move access functions into appropriate bitmap access filesChris Sherlock2020-12-243-4/+5