summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2020-10-02Use the new single-instance="true" attribute in shellStephan Bergmann2-5/+3
2020-09-17fix LTO+mergedlibs on windowsNoel Grandin1-0/+10
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski1-1/+10
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-09-05Improve QString to OUString conversionStephan Bergmann1-7/+16
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-21Fix typoAndrea Gelmini2-2/+2
2020-08-21loplugin:stringstatic (clang-cl)Stephan Bergmann1-25/+12
2020-08-11loplugin:flattenNoel Grandin1-13/+13
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann1-1/+1
2020-07-23shell/wininet: create instances with uno constructorsNoel Grandin5-100/+14
2020-07-21shell/simplemail: create instances with uno constructorsNoel Grandin4-90/+16
2020-07-21shell/syssh: create instances with uno constructorsNoel Grandin4-74/+9
2020-07-20compact namespace declNoel Grandin1-10/+1
2020-07-17shell/sessioninstall: create instances with uno constructorsNoel Grandin5-40/+33
2020-07-16shell/desktop: create instances with uno constructorsNoel Grandin2-30/+12
2020-07-16shell/kf5: create instances with uno constructorsNoel Grandin2-30/+9
2020-07-15shell/locale: create instances with uno constructorsNoel Grandin5-99/+14
2020-07-15shell/syssh: create instances with uno constructorsNoel Grandin4-78/+12
2020-07-14shell/cmdmail: create instances with uno constructorsNoel Grandin4-81/+11
2020-07-14shell/macbe1: create instances with uno constructorsNoel Grandin5-104/+13
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-2/+2
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: shellStephan Bergmann3-3/+3
2020-06-10tdf#42949 Fix IWYU warnings in shell/Gabor Kelemen18-47/+36
2020-06-07Use o3tl::safeCoInitializeEx/safeCoUninitializeReinit (shell/SysShExec)Julien Nabet2-3/+11
2020-06-05Upcoming loplugin:elidestringvar: shellStephan Bergmann1-2/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet1-1/+1
2020-05-21use for-range on Sequence in sfx2..swNoel Grandin1-6/+6
2020-05-10compact namespace in sal..svgioNoel Grandin1-2/+2
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-2/+0
2020-03-20Fix passing RT_RCDATA into FindResourceWStephan Bergmann1-1/+1
2020-03-12Revert "loplugin:constfields in shell"Noel Grandin3-4/+4
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák2-0/+4
2020-02-03loplugin:stringadd (clang-cl)Stephan Bergmann1-2/+2
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann1-3/+5
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-2/+2
2020-01-28tdf#88205: - Adapt uses of css::uno::Sequence to use initializer_list ctoriakarsu1-3/+1
2020-01-28Simplify the codeMike Kaganski1-34/+13
2020-01-28tdf#130216: normalize paths with .. segmentsMike Kaganski1-11/+23
2020-01-17Clean up computation of preprocessed_command passed to ShellExecuteExWStephan Bergmann1-92/+1
2020-01-15Remove a fragment from a file URL early onStephan Bergmann1-2/+4
2020-01-11loplugin:finalclasses in starmathNoel Grandin1-1/+1
2019-12-22sal_Char->char in sfx2..slideshowNoel Grandin9-10/+10
2019-12-10loplugin:unusedmember (clang-cl)Stephan Bergmann1-22/+10
2019-12-06loplugin:external (macOS)Stephan Bergmann1-4/+3
2019-12-05loplugin:external (clang-cl)Stephan Bergmann4-7/+12
2019-12-03remove some useless comment linesNoel Grandin5-5/+0
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann2-12/+12