summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Typo: wheter->whetherJulien Nabet2015-04-012-2/+2
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-2/+2
* loplugin:cstylecastStephan Bergmann2015-03-292-11/+11
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* Small fix for BSD.Pedro Giffuni2015-03-271-0/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* Typo: formated->formattedJulien Nabet2015-03-251-1/+1
* remove exit 0 at the end of a shell scriptPhillip Sz2015-03-255-9/+0
* Fix various Windows-only XServiceInfo implementationsStephan Bergmann2015-03-245-5/+5
* No need to use -I$(SRCDIR)/include/shellTor Lillqvist2015-03-191-5/+0
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-173-16/+4
* V512: we want the number of wide-chars here, not the number of bytesCaolán McNamara2015-03-111-7/+2
* leak on short readCaolán McNamara2015-03-111-0/+3
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-2/+0
* V801: Decreased performanceCaolán McNamara2015-03-092-2/+2
* shell: warning C4996 function call with parameters that may be unsafeMichael Stahl2015-03-051-1/+1
* gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl2015-03-058-8/+0
* shell: remove unnecessary explicit -D_WIN32_IEMichael Stahl2015-03-058-8/+0
* V813: Decreased performanceCaolán McNamara2015-03-047-15/+15
* unnecessary wstring -> char* -> wstring conversionMarkus Mohrhard2015-03-011-1/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-15/+15
* Add kde4-open-url scriptJan-Marek Glogowski2015-02-162-0/+28
* loplugin:deletedspecialStephan Bergmann2015-02-073-8/+11
* fdo#43368 Remove MapiLogon/Logoff calls so simplemail works with WLMAron Budea2015-02-071-27/+22
* remove unused typedefsNoel Grandin2015-01-281-2/+0
* Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl2015-01-233-0/+9
* Some more loplugin:cstylecast: shellStephan Bergmann2015-01-201-2/+2
* try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl2015-01-193-0/+15
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-082-8/+0
* spelling: attachement -> attachmentNoel Grandin2015-01-052-6/+6
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-231-2/+1
* shell: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-183-6/+6
* shell: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-151-14/+14
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-183-2/+5
* give all the open-url scripts the same starting permissionsCaolán McNamara2014-11-172-0/+0
* drop gnome-open-url binaryCaolán McNamara2014-11-174-142/+2
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* O_RDWR and O_CREAT are defined in fcntl.hRichard PALO2014-11-111-1/+1
* Do as for Linux, borrowed from Gabriele Bulfon <gabriele.bulfon at sonicle.com>Richard PALO2014-11-111-0/+8
* that stuff seems to be totally unusedMarkus Mohrhard2014-11-102-18/+0
* Don't add toolkit related shell packages with headless buildRiccardo Magliocchetti2014-11-071-0/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-062-5/+6
* fdo#82038: senddoc, uri-encode got lost on MacStephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-062-6/+5
* scp2: move unix/gnome executables to AutoInstallMichael Stahl2014-10-311-1/+1
* Removed duplicated includesAndrea Gelmini2014-10-311-1/+0
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-297-8/+1
* back out more wrong and confusing tools::Time comment changesEike Rathke2014-10-081-1/+1
* shell (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-024-4/+4