Age | Commit message (Expand) | Author |
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 |
2020-11-21 | tdf#123936 Formatting files in module canvas with clang-format | Philipp Hofer |
2020-11-17 | try to use directly VCL's DrawGradient() in vclcanvas (tdf#136523) | Luboš Luňák |
2020-11-16 | Instead of labs, use overloaded abs | Stephan Bergmann |
2020-11-11 | make tools::Long 64-bit on Windows platform | Noel Grandin |
2020-11-06 | tdf#42949 Fix new IWYU warnings in directories c* | Gabor Kelemen |
2020-11-05 | N8BitTcMask is unused | Noel |
2020-11-01 | Transport Pixmap from GetNativeSurfaceHandle via css::uno::Any as sal_Int64 | Stephan Bergmann |
2020-10-28 | convert some more long -> tools::Long | Noel |
2020-10-21 | use tools::Long in basegfx..chart2 | Noel |
2020-10-21 | new tools::Degree10 strong typedef | Noel Grandin |
2020-10-20 | do not disable AA in vclcanvas if Skia is used | Luboš Luňák |
2020-10-19 | clang-cl: Adapt Windows-specific code to extended loplugin:cstylecast | Stephan Bergmann |
2020-10-07 | better way of ensuring Skia is used only with canvas that work | Luboš Luňák |
2020-10-02 | add PCHs for canvas/ | Luboš Luňák |
2020-10-01 | loplugin:reducevarscope in canvas,chart2 | Noel |
2020-09-29 | make vclcanvas try directly VCL for drawing stroked polygon (tdf#136933) | Luboš Luňák |
2020-09-29 | Revert "don't split polypolygon in canvas if not needed" (tdf#136933) | Luboš Luňák |
2020-09-28 | rename for disentangling AA and B2D use in VCL drawing | Luboš Luňák |
2020-09-26 | revert recent Polygon commits | Noel Grandin |
2020-09-26 | tools::PolyPolygon -> basegfx in canvas | Noel Grandin |
2020-09-22 | tdf#136337 cairo canvas: fix missing image with negative height | Miklos Vajna |
2020-09-04 | tdf#124176 Use #pragma once in canvas | George Bateman |
2020-08-31 | Fix typo in code | Andrea Gelmini |
2020-08-26 | [API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__ | Stephan Bergmann |
2020-08-19 | don't split polypolygon in canvas if not needed (tdf#135395) | Luboš Luňák |
2020-08-19 | Fix typo in code | Andrea Gelmini |
2020-08-17 | [API CHANGE] remove OSL_SIGNAL_USER_RESOURCEFAILURE | Noel Grandin |
2020-08-14 | tdf#135094 cairo canvas: fix black slide containing a very small image | Miklos Vajna |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |