summaryrefslogtreecommitdiff
path: root/vcl/source/helper
AgeCommit message (Expand)Author
2024-08-23vcl: WhitespaceToSpace() spurious -Werror=maybe-uninitialized (gcc14)Julien Nabet
2024-05-10loplugin:ostr in vclNoel Grandin
2024-05-03WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-19loplugin:constantparam in vclNoel Grandin
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski
2024-03-31tdf#146619 Drop unused 'using namespace' in: vcl/Gabor Kelemen
2024-03-25Relax SolarMutexReleaser precondition to not require SolarMutex lockMike Kaganski
2024-03-14Make sure we hold the solar mutex before trying to release itMike Kaganski
2024-03-01add accessibility to --enable-mergedlibs=moreNoel Grandin
2024-02-29vcl: separate scanline direction from ScanlineFormatTomaž Vajngerl
2024-01-29reserve a TaskPriority for testtool IdleTaskCaolán McNamara
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl)Julien Nabet
2023-10-26tdf#153519 use new IdleTask::waitUntilIdleDispatchedNoel Grandin
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-08-30make IAccessibleBrowseBox extend cppu::WeakImplHelperNoel Grandin
2023-08-30make IAccessibleTableControl extend cppu::WeakImplHelperNoel Grandin
2023-08-16no need for mutex locking hereNoel Grandin
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-06ScanlineFormat::N1BitLsbPal is unusedNoel Grandin
2023-06-01WaE: WhitespaceToSpace() spurious -Werror=maybe-uninitializedCaolán McNamara
2023-01-12drop internal support for 1-bit imagesNoel Grandin
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2023-01-07remove dead codeNoel Grandin
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-22loplugin:unocast (vcl::unotools::VclCanvasBitmap)Stephan Bergmann
2022-11-09don't need to ctor and assign, just ctorCaolán McNamara
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-06-09Accessibility for IconViewMike Kaganski
2022-05-23vcl: WhitespaceToSpace() spurious -Werror=maybe-uninitializedMichael Stahl
2022-05-02Silence -Werror=maybe-uninitializedStephan Bergmann
2022-05-01use string_view in WhitespaceToSpaceNoel Grandin
2022-03-24forcepoint#85 Conditional jump or move depends on uninitialised valueCaolán McNamara
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2022-01-12use std::optional::operator* rather than value()Luboš Luňák
2022-01-12do not force pixel reading in VclCanvasBitmap ctorLuboš Luňák
2021-12-21no point in release solar mutex before calling PostUserEventNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-09-30loplugin:unusedcapturedefault (clang-cl)Stephan Bergmann
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-20osl::Mutex->std::mutex in DisplayConnectionDispatchNoel Grandin
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin
2021-06-11Simplify Sequences initializations (vcl)Julien Nabet