Age | Commit message (Expand) | Author |
2023-02-28 | BaseMutex->std::mutex in oglcanvas::TextLayout | Noel Grandin |
2023-02-24 | BaseMutex->std::mutex in vclcanvas::TextLayout | Noel Grandin |
2023-02-24 | BaseMutex->std::mutex in oglcanvas::CanvasFont | Noel Grandin |
2023-02-24 | BaseMutex->std::mutex in CanvasFont | Noel Grandin |
2023-02-24 | BaseMutex->std::mutex in cairocanvas::TextLayout | Noel Grandin |
2023-02-22 | BaseMutex->std::mutex in canvas::CachedPrimitiveBase | Noel Grandin |
2023-02-07 | improve readability of VirtualDevice constructor | Noel Grandin |
2023-01-16 | The third "depth argument is unused | Caolán McNamara |
2023-01-11 | rename BitmapEx::GetAlpha to GetAlphaMask | Noel Grandin |
2023-01-05 | Revert all the recent loplugin:unocast changes | Stephan Bergmann |
2022-12-23 | loplugin:unocast (vclcanvas::TextLayout) | Stephan Bergmann |
2022-12-23 | loplugin:unocast (vclcanvas::CanvasFont) | Stephan Bergmann |
2022-12-23 | loplugin:unocast (CairoColorSpace) | Stephan Bergmann |
2022-12-23 | loplugin:unocast (canvas::ParametricPolyPolygon) | Stephan Bergmann |
2022-12-23 | loplugin:unocast (vclcanas::CanvasBitmap) | Stephan Bergmann |
2022-12-22 | loplugin:unocast (canvas::tools' StandardColorSpace, StandardNoAlphaColorSpace) | Stephan Bergmann |
2022-12-18 | loplugin:unocast (cairocanvas::SurfaceProvider) | Stephan Bergmann |
2022-12-18 | loplugin:unocast (cairocanvas::CanvasBitmap) | Stephan Bergmann |
2022-12-18 | loplugin:unocast (cairocanvas::TextLayout) | Stephan Bergmann |
2022-12-18 | loplugin:unocast (cairocanvas::CanvasFont) | Stephan Bergmann |
2022-12-17 | loplugin:unocast (cairocanvas::RepaintTarget) | Stephan Bergmann |
2022-12-15 | Consistently use comphelper::getSomethingImpl<I>(aIdentifier, this) | Stephan Bergmann |
2022-12-14 | loplugin:unocast (vclcanvas::RepaintTarget) | Stephan Bergmann |
2022-12-02 | tdf#152094 retain more accuracy from RefDevMode::MSO1 | Caolán McNamara |
2022-12-01 | we only need aOffsets if maLogicalAdvancements.hasElements() is true | Caolán McNamara |
2022-11-29 | New loplugin:crosscast | Stephan Bergmann |
2022-11-15 | tdf#145416 canvas: fix rotated, not zero-sized bitmap, which is not rendered | Miklos Vajna |
2022-10-18 | tdf#42982 Make UNO error reporting more descriptive | Calvince Otieno |
2022-10-17 | tdf#145538 - Use range based for loops | OmkarAcharekar |
2022-09-11 | basegfx: replace typedef with a class B2DSize based on Size2D | Tomaž Vajngerl |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-14 | tdf#104921: Cleanup Kashida insertion logic | Khaled Hosny |
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 |