summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann6-7/+7
2019-11-19loplugin:indentation (clang-cl)Stephan Bergmann1-1/+1
2019-11-15tdf#128538: Open filesystem directories in Finder after allStephan Bergmann1-3/+10
2019-11-12tdf#54204 File URLs with fragment need toIUri conversionTünde Tóth1-0/+5
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann1-2/+2
2019-10-17Remove some memset callsMike Kaganski4-6/+3
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann4-16/+16
2019-10-01-Werror,-Wswitch (clang-cl)Stephan Bergmann1-0/+2
2019-10-01loplugin:returnconstval (clang-cl)Stephan Bergmann6-6/+6
2019-10-01loplugin:sequenceloop (clang-cl)Stephan Bergmann1-1/+2
2019-10-01loplugin:data (clang-cl)Stephan Bergmann4-8/+8
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann3-3/+3
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-1/+1
2019-09-27cid#1448334 silence Untrusted value as argumentCaolán McNamara1-0/+1
2019-09-24tdf#127710: fix sending documents to Claws MailJulien Nabet1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-31Add version resource to executables where it was missingMike Kaganski1-0/+2
2019-08-30Introduce gb_Executable_add_default_nativeres to add version resourceMike Kaganski1-0/+2
2019-08-22kf5backend.cxx: Use 'free()' instead of 'delete'Michael Weghorn1-1/+1
2019-08-15loplugin:sequenceloop in shell..sotNoel Grandin1-3/+3
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann1-1/+1
2019-08-01tdf#126641: don't fail on file URLs with fragmentMike Kaganski1-1/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): shellStephan Bergmann5-6/+6
2019-07-30tdf#126597 don't use modeless dialog for senddoc.exeJan-Marek Glogowski1-2/+3
2019-07-30Fix typosAndrea Gelmini1-1/+1
2019-07-28Fix typosAndrea Gelmini8-10/+10
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov1-9/+6
2019-07-21tdf#125922 rename kde5 to kf5 + plasma5Jan-Marek Glogowski7-32/+30
2019-07-18cid#1448418 Unchecked return valueCaolán McNamara1-1/+1