Age | Commit message (Expand) | Author |
2024-05-03 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara |
2024-04-19 | loplugin:constantparam in vcl | Noel Grandin |
2024-04-17 | Drop FRound, and use generalized basegfx::fround | Mike Kaganski |
2024-03-31 | tdf#146619 Drop unused 'using namespace' in: vcl/ | Gabor Kelemen |
2024-03-25 | Relax SolarMutexReleaser precondition to not require SolarMutex lock | Mike Kaganski |
2024-03-14 | Make sure we hold the solar mutex before trying to release it | Mike Kaganski |
2024-03-01 | add accessibility to --enable-mergedlibs=more | Noel Grandin |
2024-02-29 | vcl: separate scanline direction from ScanlineFormat | Tomaž Vajngerl |
2024-01-29 | reserve a TaskPriority for testtool IdleTask | Caolán McNamara |
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-10-26 | tdf#153519 use new IdleTask::waitUntilIdleDispatched | Noel Grandin |
2023-10-15 | Repurpose loplugin:stringstatic for O[U]String vars that can be constexpr | Stephan Bergmann |
2023-08-30 | make IAccessibleBrowseBox extend cppu::WeakImplHelper | Noel Grandin |
2023-08-30 | make IAccessibleTableControl extend cppu::WeakImplHelper | Noel Grandin |
2023-08-16 | no need for mutex locking here | Noel Grandin |
2023-07-25 | Convert internal vcl bitmap formats transparency->alpha (II) | Noel Grandin |
2023-07-06 | ScanlineFormat::N1BitLsbPal is unused | Noel Grandin |
2023-06-01 | WaE: WhitespaceToSpace() spurious -Werror=maybe-uninitialized | Caolán McNamara |
2023-01-12 | drop internal support for 1-bit images | Noel Grandin |
2023-01-11 | rename BitmapEx::GetAlpha to GetAlphaMask | Noel Grandin |
2023-01-07 | remove dead code | Noel Grandin |
2023-01-05 | Revert all the recent loplugin:unocast changes | Stephan Bergmann |
2022-12-22 | loplugin:unocast (vcl::unotools::VclCanvasBitmap) | Stephan Bergmann |
2022-11-09 | don't need to ctor and assign, just ctor | Caolán McNamara |
2022-09-14 | move ErrCode to comphelper and improve debug output string | Noel Grandin |
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-07-13 | clang-tidy modernize-pass-by-value in vcl | Noel Grandin |
2022-07-11 | tools: rename getHeight/Width() to GetOpenHeight/Width() | Chris Sherlock |
2022-06-09 | Accessibility for IconView | Mike Kaganski |
2022-05-23 | vcl: WhitespaceToSpace() spurious -Werror=maybe-uninitialized | Michael Stahl |
2022-05-02 | Silence -Werror=maybe-uninitialized | Stephan Bergmann |
2022-05-01 | use string_view in WhitespaceToSpace | Noel Grandin |
2022-03-24 | forcepoint#85 Conditional jump or move depends on uninitialised value | Caolán McNamara |
2022-01-20 | WASM --enable-wasm-strip now skips lots of LO code | Armin Le Grand (Allotropia) |
2022-01-12 | use std::optional::operator* rather than value() | Luboš Luňák |
2022-01-12 | do not force pixel reading in VclCanvasBitmap ctor | Luboš Luňák |
2021-12-21 | no point in release solar mutex before calling PostUserEvent | Noel Grandin |
2021-11-01 | Prepare for removal of non-const operator[] from Sequence in vcl | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-09-30 | loplugin:unusedcapturedefault (clang-cl) | Stephan Bergmann |
2021-09-06 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-07-29 | rtl::Static -> static local | Noel Grandin |
2021-07-20 | osl::Mutex->std::mutex in DisplayConnectionDispatch | Noel Grandin |
2021-07-02 | convert AccessibleBrowseBoxObjType to scoped enum | Noel Grandin |
2021-06-11 | Simplify Sequences initializations (vcl) | Julien Nabet |
2021-05-03 | loplugin:unnecessaryparen small improvement | Noel Grandin |
2021-04-26 | drop mask from BitmapEx | Noel Grandin |