summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-11Strength-reduce some OUStringToOString("..."+...)Stephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-30loplugin:stringviewparam (Library_kf5be1)Stephan Bergmann
2020-11-27RegCreateKeyExW etc. return LSTATUSStephan Bergmann
2020-11-27GetShortPathNameW returns DWORDStephan Bergmann
2020-11-27Windows InterlockedIncrement/Decrement use LONGStephan Bergmann
2020-11-26ZipFile::GetFileLongestFileNameLength is unusedStephan Bergmann
2020-11-25Better handling of Java filesStephan Bergmann
2020-11-19tdf#123936 Formatting files in module shell with clang-formatPhilipp Hofer
2020-10-02Use the new single-instance="true" attribute in shellStephan Bergmann
2020-09-17fix LTO+mergedlibs on windowsNoel Grandin
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-09-05Improve QString to OUString conversionStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-21Fix typoAndrea Gelmini
2020-08-21loplugin:stringstatic (clang-cl)Stephan Bergmann
2020-08-11loplugin:flattenNoel Grandin
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann
2020-07-23shell/wininet: create instances with uno constructorsNoel Grandin
2020-07-21shell/simplemail: create instances with uno constructorsNoel Grandin
2020-07-21shell/syssh: create instances with uno constructorsNoel Grandin
2020-07-20compact namespace declNoel Grandin
2020-07-17shell/sessioninstall: create instances with uno constructorsNoel Grandin
2020-07-16shell/desktop: create instances with uno constructorsNoel Grandin
2020-07-16shell/kf5: create instances with uno constructorsNoel Grandin
2020-07-15shell/locale: create instances with uno constructorsNoel Grandin
2020-07-15shell/syssh: create instances with uno constructorsNoel Grandin
2020-07-14shell/cmdmail: create instances with uno constructorsNoel Grandin
2020-07-14shell/macbe1: create instances with uno constructorsNoel Grandin
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: shellStephan Bergmann
2020-06-10tdf#42949 Fix IWYU warnings in shell/Gabor Kelemen
2020-06-07Use o3tl::safeCoInitializeEx/safeCoUninitializeReinit (shell/SysShExec)Julien Nabet
2020-06-05Upcoming loplugin:elidestringvar: shellStephan Bergmann
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet
2020-05-21use for-range on Sequence in sfx2..swNoel Grandin
2020-05-10compact namespace in sal..svgioNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-20Fix passing RT_RCDATA into FindResourceWStephan Bergmann
2020-03-12Revert "loplugin:constfields in shell"Noel Grandin
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2020-02-03loplugin:stringadd (clang-cl)Stephan Bergmann
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-28tdf#88205: - Adapt uses of css::uno::Sequence to use initializer_list ctoriakarsu
2020-01-28Simplify the codeMike Kaganski