summaryrefslogtreecommitdiff
path: root/vcl/source/helper
AgeCommit message (Expand)Author
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
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-15tdf#141269 Incorrect transparency after roundtripCaolán McNamara
2021-04-13loplugin:singlevalfieldsNoel Grandin
2021-03-31remove internal 4bit scanline formatsNoel
2021-03-31drop 4bpp image formatsNoel
2021-03-19cid#1474156 Logically dead codeCaolán McNamara
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-02-23convert internal bitmap formats transparency->alphaNoel Grandin
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-12transparency->alpha in tools::ColorNoel
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-05N8BitTcMask is unusedNoel
2020-10-19use tools::Long in vclNoel
2020-09-29make it possible to blacklist just "windows"Luboš Luňák
2020-09-22fix parsing of Vulkan version numbersLuboš Luňák
2020-09-08Simplify GetVendorNameFromId, returning std::string_viewStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-10replace usage of whitelist with allowlistThorsten Behrens
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-04-10dump info about Skia and Vulkan drivers to a log fileLuboš Luňák
2020-03-11tdf#125440 Allow raising text import dialog for pasteSamuel Mehrbrodt
2020-02-19work around a driver/card(?) problem with Skia and AA-ed polygonsLuboš Luňák
2020-02-18fix uninitialized memoryLuboš Luňák
2020-02-13remove 'ATI' from the driver listLuboš Luňák
2020-02-13make OpenGL blacklist file code generic and use it for Skia/VulkanLuboš Luňák