Age | Commit message (Expand) | Author |
2022-05-21 | clang-tidy modernize-pass-by-value in canvas | Noel Grandin |
2022-05-19 | loplugin:redundantcast | Stephan Bergmann |
2022-05-09 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | Pragat Pandya |
2022-05-05 | Just use Any ctor instead of makeAny in canvas | Stephan Bergmann |
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-02-01 | adjust gradient drawing in vclcanvas (tdf#144073) | Luboš Luňák |
2022-01-13 | Recheck modules [a-c]* with IWYU | Gabor Kelemen |
2022-01-12 | gbuild: build static LO / link static executables | Jan-Marek Glogowski |
2021-12-25 | pass unique_lock as param in WeakComponentImplHelperBase::disposing | Noel Grandin |
2021-12-24 | use comphelper::WeakComponentImplHelper in ParametricPolyPolygon | Noel Grandin |
2021-12-22 | loplugin:unusedvariablecheck | Stephan Bergmann |
2021-12-21 | loplugin:flatten in canvas..cui | Noel Grandin |
2021-12-13 | Refactor some buildsytem stuff (mostly whitespace) | Jan-Marek Glogowski |
2021-12-10 | Revert "Re-Enable DrawTransformBitmapExDirect for render backends" | Armin Le Grand |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-12-07 | Re-Enable DrawTransformBitmapExDirect for render backends | Armin Le Grand (Allotropia) |
2021-11-19 | Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversions | Mike Kaganski |
2021-11-19 | Use M_PI* instead of F_PI* | Mike Kaganski |
2021-11-17 | stop vclcanvas from ruining alpha of bitmaps in Skia mode | Luboš Luňák |
2021-10-31 | add o3tl::span ctor from std::vector | Luboš Luňák |
2021-10-30 | Another tools::Long->sal_Int32 in the DX array | Mike Kaganski |
2021-10-30 | tools::Long->sal_Int32 in the DX arrays | Noel Grandin |
2021-10-29 | pass DX array around using o3tl::span instead of pointer | Noel Grandin |
2021-10-29 | Prepare for removal of non-const operator[] from Sequence in canvas | Mike Kaganski |
2021-10-15 | Simplify vector initialization in canvas | Julien Nabet |
2021-10-12 | loplugin:unusedmethods | Noel Grandin |
2021-10-11 | loplugin:moveparam in canvas | Noel Grandin |
2021-10-01 | loplugin:constparams | Noel Grandin |
2021-09-28 | vcl: rename OutDevState to Stack | Chris Sherlock |
2021-08-28 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-18 | undo changes to TextAlign | Caolán McNamara |
2021-08-17 | rtl::Static -> thread-safe static local | Noel Grandin |
2021-08-16 | Drop tools::Rectangle::getX/getY, which are just duplicates of Left/Top | Mike Kaganski |
2021-08-08 | use some forward declares | Caolán McNamara |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
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 |