summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann1-7/+0
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski2-25/+23
2022-10-10tdf#151314 add Betterbird to Thunderbird-like mail clients in senddoc.shMartin Schumann1-2/+2
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin2-2/+2
2022-09-15tdf#42982 Improved UNO API error reportingMahdi Tizabi1-2/+2
2022-08-30Inline some macro wizardryMike Kaganski1-13/+7
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann4-4/+4
2022-07-27tdf#150161: senddoc: use corrected name url: original can be a file pathVasily Melenchuk1-1/+1
2022-07-22elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-06-27tdf#126263: do not try to delete non-temporary filesMike Kaganski3-15/+35
2022-06-27tdf#126263: make sure to convert system path to file URLsMike Kaganski1-1/+5
2022-06-09tdf#140886: Make "Do you really want to open it?" more reliableStephan Bergmann2-9/+15
2022-05-11Library_syssh must link against expat when using StaticLibrary_shell_xmlparserStephan Bergmann1-0/+4
2022-05-05Just use Any ctor instead of makeAny (Linux, sequel)Stephan Bergmann3-17/+17
2022-05-04Just use Any ctor instead of makeAny (macOS)Stephan Bergmann2-33/+33
2022-05-04Just use Any ctor instead of makeAny in shellStephan Bergmann1-8/+8
2022-04-26Extend UNO API for custom jump listsSamuel Mehrbrodt1-22/+202
2022-04-15loplugin:stringviewparamStephan Bergmann1-16/+22
2022-04-15loplugin:stringviewparamStephan Bergmann1-7/+10
2022-04-10Various loplugin warnings (in new Windows-only code)Stephan Bergmann1-17/+15
2022-03-31Remove execution bits from data filesAndrea Gelmini3-0/+0
2022-03-30Add UNO API for custom Jump ListsSamuel Mehrbrodt4-0/+409
2022-03-24loplugin:trivialconstructorStephan Bergmann1-1/+0
2022-03-03Handle symlinksStephan Bergmann1-3/+3
2022-02-24add to suffix denylistCaolán McNamara1-0/+2
2022-02-23add to suffix denylistCaolán McNamara1-2/+6
2022-02-22sort these alphabeticallyCaolán McNamara1-2/+2
2022-02-22Better handling of msiRenwa Hiwa1-1/+1
2022-02-17Better handling of terminalsRenwa Hiwa1-1/+2
2022-02-09Revert "add webloc and url extensions"Caolán McNamara1-3/+1
2022-02-09add webloc and url extensionsCaolán McNamara1-1/+3
2022-02-09Better handling of inetlocsRenwa Hiwa1-0/+1
2022-02-03rhbz#2047319 drop the SolarMutex before QApplication::init()Caolán McNamara2-8/+16
2022-01-20WASM open links in new browser tabsJan-Marek Glogowski3-0/+58
2022-01-08Use WindowsErrorString instead of FormatMessageWMike Kaganski1-12/+5
2022-01-05tdf#146554: use GetModuleHandleExW instead of GetModuleHandleWMike Kaganski6-10/+25
2022-01-03lngconvex is just a build-tool for WindowsJan-Marek Glogowski1-2/+2
2021-12-13Refactor some buildsytem stuff (mostly whitespace)Jan-Marek Glogowski1-1/+1
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann9-10/+10
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in shellMike Kaganski2-9/+9
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet1-2/+1
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-1/+1
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): shellStephan Bergmann4-11/+11
2021-09-24GError::message is UTF-8Stephan Bergmann1-1/+3
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin2-3/+1
2021-08-10drop final boost::noncopyable useCaolán McNamara1-3/+5
2021-08-10Missing includeStephan Bergmann1-0/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin2-2/+2
2021-07-23do not use "using namespace std" in headersCollabora2-5/+3