summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans
AgeCommit message (Expand)Author
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-13tdf#124176 Use pragma once in vclsarynasser
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-02-26dummy clipboard for unit testsNoel Grandin
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-11-11convert more long -> tools::LongNoel
2020-11-04Fix typosAndrea Gelmini
2020-10-19use tools::Long in vclNoel
2020-08-04loplugin:flatten in vcl/unxNoel Grandin
2020-07-25inline some use-once constantsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-05-15tdf#133053 reset after clear so avoid later assertCaolán McNamara
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-01-26rename some local variablesNoel Grandin
2019-12-24sal_Char->char in vclNoel Grandin
2019-12-22cppcheck: SelectionManager::m_EndThreadPipe not initialized in ctrJulien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-25tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/Gabor Kelemen
2019-09-16tdf#42949 Fix IWYU warnings in vcl/unx/generic/*Gabor Kelemen
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-08-09Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann
2019-06-20gen vclplug crash on startupCaolán McNamara
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2019-02-11loplugin:indentation in vclNoel Grandin
2018-12-13loplugin:constantparamNoel Grandin
2018-12-07remove unused ConfigItemMode::DelayedUpdateNoel Grandin
2018-11-28loplugin:unusedfieldsNoel Grandin
2018-11-06convert some macros to local functionsNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-14Simplify containers iterations in vclArkadiy Illarionov
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-19inline X11_freeBmpNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-10No more need for extra local variablesStephan Bergmann
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:stringloop in vclNoel Grandin
2018-07-10tdf#118661 LibreOffice remains in background after closing itNoel Grandin
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle