summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-09remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák1-0/+3
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák4-6/+0
2020-12-07remove OpenGL VCL backend codeLuboš Luňák3-10/+0
2020-12-04Revert "tdf#118107 canvas opengl: avoid assertion failure with negative widths"Luboš Luňák3-16/+5
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-9/+9
2020-11-21tdf#123936 Formatting files in module canvas with clang-formatPhilipp Hofer2-12/+12
2020-11-17try to use directly VCL's DrawGradient() in vclcanvas (tdf#136523)Luboš Luňák1-0/+44
2020-11-16Instead of labs, use overloaded absStephan Bergmann2-6/+8
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin2-2/+2