summaryrefslogtreecommitdiff
path: root/shell/source/win32
AgeCommit message (Expand)Author
2023-11-15avoid double map lookupNoel Grandin
2023-04-30Use getXWeak in shellMike Kaganski
2023-04-25Add script to find unused using declarationsGabor Kelemen
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen
2023-04-17Normalize line endingsMike Kaganski
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-07-27tdf#150161: senddoc: use corrected name url: original can be a file pathVasily Melenchuk
2022-06-27tdf#126263: do not try to delete non-temporary filesMike Kaganski
2022-06-27tdf#126263: make sure to convert system path to file URLsMike Kaganski
2022-06-09tdf#140886: Make "Do you really want to open it?" more reliableStephan Bergmann
2022-04-26Extend UNO API for custom jump listsSamuel Mehrbrodt
2022-04-15loplugin:stringviewparamStephan Bergmann
2022-04-10Various loplugin warnings (in new Windows-only code)Stephan Bergmann
2022-03-31Remove execution bits from data filesAndrea Gelmini
2022-03-30Add UNO API for custom Jump ListsSamuel Mehrbrodt
2022-02-23add to suffix denylistCaolán McNamara
2022-02-22sort these alphabeticallyCaolán McNamara
2022-02-22Better handling of msiRenwa Hiwa
2022-01-08Use WindowsErrorString instead of FormatMessageWMike Kaganski
2022-01-05tdf#146554: use GetModuleHandleExW instead of GetModuleHandleWMike Kaganski
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): shellStephan Bergmann
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-06-25-Werror,-Wunused-but-set-parameter (clang-cl 13 trunk)Stephan Bergmann
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski
2021-02-16Improve checkExtensionStephan Bergmann
2021-02-08Remove unneeded breaksAndrea Gelmini
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-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan 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-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann
2020-07-21shell/simplemail: create instances with uno constructorsNoel Grandin
2020-07-21shell/syssh: create instances with uno constructorsNoel Grandin
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2020-06-10tdf#42949 Fix IWYU warnings in shell/Gabor Kelemen
2020-06-07Use o3tl::safeCoInitializeEx/safeCoUninitializeReinit (shell/SysShExec)Julien Nabet
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet
2020-05-21use for-range on Sequence in sfx2..swNoel Grandin