Age | Commit message (Expand) | Author |
2023-12-07 | simplify and modernise ScopedBitmapAccess | Noel Grandin |
2023-11-20 | c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl) | Julien Nabet |
2023-08-26 | Drop glm dependency from vcl | Gabor Kelemen |
2023-08-23 | tdf#146619 Remove unused includes from vcl/inc | Gabor Kelemen |
2023-07-25 | Convert internal vcl bitmap formats transparency->alpha (II) | Noel Grandin |
2023-04-17 | loplugin:stringadd | Stephan Bergmann |
2023-04-10 | Drop SvStream::WriteCharPtr | Mike Kaganski |
2023-01-09 | use std::this_thread::sleep_for instead of osl equivalent | Arnaud VERSINI |
2022-09-07 | Related: tdf#122737 A hack to keep backing window opaque on context destruction | Mike Kaganski |
2022-09-06 | This can't be null after the null handler above | Mike Kaganski |
2022-07-19 | Replace old png writer in OpenGLHelper.cxx | offtkp |
2022-04-10 | loplugin:stringview check for getToken and trim | Noel Grandin |
2022-03-28 | Drop support for OpenGL denylist on X11 | Stephan Bergmann |
2022-03-22 | Win/X11OpenGLDeviceInfo don't need a common base class | Stephan Bergmann |
2022-03-22 | OpenGLHelper::GetDigest is only used on Windows | Stephan Bergmann |
2021-12-16 | Related tdf#145910: relax even more denylist about OpenGL | Julien Nabet |
2021-12-10 | tdf#143148 Use pragma once in vcl | VaibhavMalik4187 |
2021-12-07 | Related tdf#145910: relax a bit more denylist about OpenGL | Julien Nabet |
2021-12-06 | tdf#145910: relax a bit denylist about OpenGL | Julien Nabet |
2021-08-20 | VCL allow plugins to declare OpenGL support | Jan-Marek Glogowski |
2021-08-08 | use some forward declares | Caolán McNamara |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-01 | configure: Refactor platform defaults | Jan-Marek Glogowski |
2021-04-27 | loplugin:stringadd (clang-cl) | Stephan Bergmann |
2021-04-15 | tdf#141269 Incorrect transparency after roundtrip | Caolán McNamara |
2021-03-13 | add PixelFormat enum that replaces bit count in Bitmap/BitmapEx | Tomaž Vajngerl |
2021-02-23 | convert internal bitmap formats transparency->alpha | Noel Grandin |
2021-01-27 | tdf#139609 avoid fetching unnecessary xid under gtk3 | Caolán McNamara |
2021-01-26 | use an accessor for SystemEnvData::aWindow | Caolán McNamara |
2021-01-13 | loplugin:stringviewparam (clang-cl) | Stephan Bergmann |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-29 | vcl: move local bitmap headers to inc/bitmap directory | Chris Sherlock |
2020-12-14 | loplugin:singlevalfields | Noel |
2020-12-14 | loplugin:unusedfields | Noel |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-09 | move the rest of OpenGL VCL code all to one place | Luboš Luňák |
2020-12-09 | remove isVCLOpenGLEnabled() settings, add DisableOpenGL option | Luboš Luňák |
2020-12-07 | remove OpenGL VCL backend code | Luboš Luňák |
2020-10-19 | use tools::Long in vcl | Noel |
2020-08-30 | Goodbye O[U]StringView, welcome O[U]String::Concat | Stephan Bergmann |
2020-08-04 | loplugin:flatten in vcl | Noel Grandin |
2020-07-10 | replace usage of blacklist with denylist | Thorsten Behrens |
2020-07-02 | Upcoming improved loplugin:staticanonymous -> redundantstatic: vcl | Stephan Bergmann |
2020-04-07 | reap the glxtest child even if OpenGL is not used | Luboš Luňák |
2020-03-25 | make sure only VCL-Skia or VCL-OpenGL is enabled (tdf#131543) | Luboš Luňák |
2020-03-16 | Revert "loplugin:constfields in vcl" | Noel Grandin |
2020-02-13 | make OpenGL blacklist file code generic and use it for Skia/Vulkan | Luboš Luňák |
2020-02-07 | merge OpenGLZone and OpenCLZone into one generic code | Luboš Luňák |
2020-02-03 | make some headers private | Caolán McNamara |
2019-12-24 | sal_Char->char in vcl | Noel Grandin |