summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2021-06-15fix big-endian codeNoel Grandin1-1/+1
2021-06-07Simplify Sequences initializations (canvas)Julien Nabet4-42/+37
2021-05-31canvas : use std::mutex in CanvasFactoryArnaud Versini1-3/+3
2021-05-26gbuild: Handle glxtest + vclmain usage via macrosJan-Marek Glogowski1-15/+1
2021-05-24adapt oglcanvas::SpriteDeviceHelper::getDeviceHandleCaolán McNamara1-1/+2
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara2-15/+15
2021-05-18Drop assert checking address of reference is not nullptrMichael Weghorn1-1/+0
2021-05-17split OutputDevice from WindowNoel Grandin9-9/+12
2021-05-14Directly initialize vectors in ogl_spritedevicehelper.cxxJulien Nabet1-5/+4
2021-05-12fix leak in canvas testNoel Grandin1-1/+1
2021-05-07set also dashing cap style for directx canvas (tdf#136957)Luboš Luňák1-5/+28
2021-05-06a unittest for my cairocanvas fix for tdf#134053Luboš Luňák1-1/+83
2021-05-06make it possible to write canvas unittestsLuboš Luňák7-27/+242
2021-05-05scale stroked line properly in cairocanvasLuboš Luňák1-6/+8
2021-05-04messing with UNOMINMAX no longer seems to be necessaryNoel Grandin3-15/+0
2021-05-04Use sal::systools::COMReference and drop dxcanvas::COMReferenceMike Kaganski7-114/+34
2021-05-03vcl: remove MetricVectorChris Sherlock1-1/+1
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin3-19/+6
2021-04-27loplugin:moveoptNoel Grandin1-2/+1
2021-04-26drop mask from BitmapExNoel Grandin5-205/+48
2021-04-21prevent cairo from breaking because of a large matrix (tdf#125949)Luboš Luňák1-0/+32
2021-04-15tdf#141269 Incorrect transparency after roundtripCaolán McNamara3-5/+17
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-17/+24
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl2-3/+3
2021-03-31remove internal 4bit scanline formatsNoel1-6/+0
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel3-3/+3
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-4/+1
2021-03-12drop unneeded includeCaolán McNamara2-2/+0
2021-03-09Make sal/config.h the first in pchMike Kaganski4-8/+8
2021-03-08loplugin:refcounting check for one more caseNoel1-1/+2
2021-03-06update pchesJulien Nabet2-3/+3
2021-03-03loplugin:referencecasting (clang-cl)Stephan Bergmann2-4/+4
2021-03-01loplugin:refcounting in canvasNoel2-8/+9
2021-02-24add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák2-24/+4
2021-02-24simply use drawTransformedBitmap()Luboš Luňák1-0/+22
2021-02-23convert internal bitmap formats transparency->alphaNoel Grandin3-17/+5
2021-02-22loplugin:refcounting in canvasNoel5-13/+13
2021-02-17loplugin:referencecasting in canvasNoel4-6/+5
2021-02-16ofz#1473106 Uninitialized scalar fieldCaolán McNamara1-43/+45
2021-02-15cid#1292911 experiment to see what the complaint is referring toCaolán McNamara1-45/+43
2021-02-09simply use DrawTransformedBitmapEx()Luboš Luňák1-72/+11
2021-01-22Fix typosAndrea Gelmini1-1/+1
2021-01-20tdf#42982: Improve UNO API error reportingTarun Sharma2-6/+6
2021-01-20improve some IllegalArgumentException messagesNoel1-1/+1
2021-01-16return value from setupOutDevState is unusedNoel1-6/+1
2021-01-13transparency->alpha in GraphicAttrNoel2-4/+4
2021-01-12transparency->alpha in tools::ColorNoel5-13/+13
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-4/+6
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock3-4/+5