Age | Commit message (Expand) | Author |
2021-05-19 | ImplPlayWithRenderer never checks its OutputDevice against nullptr | Caolán McNamara |
2021-05-18 | Drop assert checking address of reference is not nullptr | Michael Weghorn |
2021-05-17 | split OutputDevice from Window | Noel Grandin |
2021-05-14 | Directly initialize vectors in ogl_spritedevicehelper.cxx | Julien Nabet |
2021-05-12 | fix leak in canvas test | Noel Grandin |
2021-05-07 | set also dashing cap style for directx canvas (tdf#136957) | Luboš Luňák |
2021-05-06 | a unittest for my cairocanvas fix for tdf#134053 | Luboš Luňák |
2021-05-06 | make it possible to write canvas unittests | Luboš Luňák |
2021-05-05 | scale stroked line properly in cairocanvas | Luboš Luňák |
2021-05-04 | messing with UNOMINMAX no longer seems to be necessary | Noel Grandin |
2021-05-04 | Use sal::systools::COMReference and drop dxcanvas::COMReference | Mike Kaganski |
2021-05-03 | vcl: remove MetricVector | Chris Sherlock |
2021-04-29 | remove support for BITMASK in vcl backends | Noel Grandin |
2021-04-27 | loplugin:moveopt | Noel Grandin |
2021-04-26 | drop mask from BitmapEx | Noel Grandin |
2021-04-21 | prevent cairo from breaking because of a large matrix (tdf#125949) | Luboš Luňák |
2021-04-15 | tdf#141269 Incorrect transparency after roundtrip | Caolán McNamara |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-02 | vcl: remove GetBitCount and GetColorCount from Bitmap{Ex} | Tomaž Vajngerl |
2021-03-31 | remove internal 4bit scanline formats | Noel |
2021-03-28 | drop operator bool and operator! from Bitmap and BitmapEx | Noel |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-13 | add PixelFormat enum that replaces bit count in Bitmap/BitmapEx | Tomaž Vajngerl |
2021-03-12 | drop unneeded include | Caolán McNamara |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |
2021-03-08 | loplugin:refcounting check for one more case | Noel |
2021-03-06 | update pches | Julien Nabet |
2021-03-03 | loplugin:referencecasting (clang-cl) | Stephan Bergmann |
2021-03-01 | loplugin:refcounting in canvas | Noel |
2021-02-24 | add additional 0-1 alpha argument to DrawTransformedBitmap() | Luboš Luňák |
2021-02-24 | simply use drawTransformedBitmap() | Luboš Luňák |
2021-02-23 | convert internal bitmap formats transparency->alpha | Noel Grandin |
2021-02-22 | loplugin:refcounting in canvas | Noel |
2021-02-17 | loplugin:referencecasting in canvas | Noel |
2021-02-16 | ofz#1473106 Uninitialized scalar field | Caolán McNamara |
2021-02-15 | cid#1292911 experiment to see what the complaint is referring to | Caolán McNamara |
2021-02-09 | simply use DrawTransformedBitmapEx() | Luboš Luňák |
2021-01-22 | Fix typos | Andrea Gelmini |
2021-01-20 | tdf#42982: Improve UNO API error reporting | Tarun Sharma |
2021-01-20 | improve some IllegalArgumentException messages | Noel |
2021-01-16 | return value from setupOutDevState is unused | Noel |
2021-01-13 | transparency->alpha in GraphicAttr | Noel |
2021-01-12 | transparency->alpha in tools::Color | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-24 | vcl: move access functions into appropriate bitmap access files | Chris Sherlock |
2020-12-09 | remove isVCLOpenGLEnabled() settings, add DisableOpenGL option | Luboš Luňák |
2020-12-08 | remove more no longer needed OpenGL-related code | Luboš Luňák |
2020-12-07 | remove OpenGL VCL backend code | Luboš Luňák |
2020-12-04 | Revert "tdf#118107 canvas opengl: avoid assertion failure with negative widths" | Luboš Luňák |
2020-11-30 | loplugin:stringviewparam include comparisons with string literals | Noel |