summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
12 daysmakefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier4-8/+8
2024-03-30tdf#146619 Drop unused 'using namespace' in: shell/Gabor Kelemen1-1/+0
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann1-1/+1
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski5-8/+15
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski1-6/+6
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski1-2/+2
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski1-1/+1
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski1-2/+2
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski1-2/+2
2024-02-26Remove an instance of MAX_PATHMike Kaganski2-7/+5
2024-02-26Remove an instance of MAX_PATH limitationMike Kaganski2-12/+5
2024-01-31Fix typoAndrea Gelmini1-2/+2
2024-01-31tdf#159307 Let non-URIS_ONLY execute() handle .app directories on macOSStephan Bergmann1-5/+25
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-3/+3
2024-01-22use portable "command -v" to detect installed programs, part 1Eli Schwartz1-14/+1
2023-11-16tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyNameMichael Stahl5-129/+7
2023-11-15avoid double map lookupNoel Grandin1-3/+4
2023-11-08loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann1-5/+5
2023-10-27Various -Werror,-Wvla-cxx-extensionStephan Bergmann1-3/+6
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann1-1/+1
2023-09-22tdf#143148: Use pragma once instead of include guardsMihai Vasiliu1-4/+1
2023-09-18Use less boost external headers dependency in shellGabor Kelemen6-10/+0
2023-04-30Use getXWeak in shellMike Kaganski8-22/+20
2023-04-25Add script to find unused using declarationsGabor Kelemen2-2/+0
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen1-2/+0
2023-04-17Normalize line endingsMike Kaganski1-28/+28
2023-04-11loplugin:stringaddStephan Bergmann1-2/+1
2023-01-27Remove support for AIXStephan Bergmann2-13/+1
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