Age | Commit message (Expand) | Author |
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 |
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 |