Age | Commit message (Expand) | Author |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-07-30 | convert TextAlign to scoped enum | Caolán McNamara |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-15 | fix big-endian code | Noel Grandin |
2021-06-07 | Simplify Sequences initializations (canvas) | Julien Nabet |
2021-05-31 | canvas : use std::mutex in CanvasFactory | Arnaud Versini |
2021-05-26 | gbuild: Handle glxtest + vclmain usage via macros | Jan-Marek Glogowski |
2021-05-24 | adapt oglcanvas::SpriteDeviceHelper::getDeviceHandle | Caolán McNamara |
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 |