summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2021-05-28tdf#108591 Don't hardcode xdg-open pathLinus Heckemann2-1/+3
2021-05-20shell : use std::mutex in CmdMailMsgArnaud Versini2-19/+19
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann2-8/+8
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann1-2/+2
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-20Better handling of filelocsStephan Bergmann1-0/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski1-7/+9
2021-02-16Improve checkExtensionStephan Bergmann1-12/+19
2021-02-08Remove unneeded breaksAndrea Gelmini1-3/+0
2021-01-18mac: don't put script files into Contents/MacOS or framework-bin directoryChristian Lohmaier1-0/+8
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-8/+10
2020-12-11Strength-reduce some OUStringToOString("..."+...)Stephan Bergmann1-1/+1
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen3-5/+0
2020-11-30loplugin:stringviewparam (Library_kf5be1)Stephan Bergmann2-15/+17
2020-11-27RegCreateKeyExW etc. return LSTATUSStephan Bergmann1-3/+3
2020-11-27GetShortPathNameW returns DWORDStephan Bergmann1-1/+1
2020-11-27Windows InterlockedIncrement/Decrement use LONGStephan Bergmann20-48/+48
2020-11-26ZipFile::GetFileLongestFileNameLength is unusedStephan Bergmann2-32/+0
2020-11-25Better handling of Java filesStephan Bergmann2-1/+6
2020-11-19tdf#123936 Formatting files in module shell with clang-formatPhilipp Hofer17-159/+111
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