summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2015-07-01tdf#92269 fix Windows Explorer crash caused by shellextensionChristian Lohmaier1-1/+1
2015-05-18boost::shared_ptr -> std::shared_ptrStephan Bergmann1-4/+3
2015-05-13Implement some more XModify methodsStephan Bergmann2-41/+116
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-2/+2
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-6/+0
2015-04-17Don't throw UnknownPropertyException for givenname/sn from KDE backendsStephan Bergmann2-0/+6
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin24-69/+69
2015-04-13tdf#82695 allow to build with system collada2gltfDavid Tardon1-2/+1
2015-04-13loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-01Typo: wheter->whetherJulien Nabet2-2/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-2/+2
2015-03-29loplugin:cstylecastStephan Bergmann2-11/+11
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-27Small fix for BSD.Pedro Giffuni1-0/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-25remove exit 0 at the end of a shell scriptPhillip Sz5-9/+0
2015-03-24Fix various Windows-only XServiceInfo implementationsStephan Bergmann5-5/+5
2015-03-19No need to use -I$(SRCDIR)/include/shellTor Lillqvist1-5/+0
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann3-16/+4
2015-03-11V512: we want the number of wide-chars here, not the number of bytesCaolán McNamara1-7/+2
2015-03-11leak on short readCaolán McNamara1-0/+3
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-2/+0
2015-03-09V801: Decreased performanceCaolán McNamara2-2/+2
2015-03-05shell: warning C4996 function call with parameters that may be unsafeMichael Stahl1-1/+1
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl8-8/+0
2015-03-05shell: remove unnecessary explicit -D_WIN32_IEMichael Stahl8-8/+0
2015-03-04V813: Decreased performanceCaolán McNamara7-15/+15
2015-03-01unnecessary wstring -> char* -> wstring conversionMarkus Mohrhard1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-15/+15
2015-02-16Add kde4-open-url scriptJan-Marek Glogowski2-0/+28
2015-02-07loplugin:deletedspecialStephan Bergmann3-8/+11
2015-02-07fdo#43368 Remove MapiLogon/Logoff calls so simplemail works with WLMAron Budea1-27/+22
2015-01-28remove unused typedefsNoel Grandin1-2/+0
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl3-0/+9
2015-01-20Some more loplugin:cstylecast: shellStephan Bergmann1-2/+2
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl3-0/+15
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-8/+0
2015-01-05spelling: attachement -> attachmentNoel Grandin2-6/+6
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-18shell: Use appropriate OUString functions on string constantsStephan Bergmann3-6/+6
2014-12-15shell: Use appropriate OUString functions on string constantsStephan Bergmann1-14/+14
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl3-2/+5
2014-11-17give all the open-url scripts the same starting permissionsCaolán McNamara2-0/+0
2014-11-17drop gnome-open-url binaryCaolán McNamara4-142/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11O_RDWR and O_CREAT are defined in fcntl.hRichard PALO1-1/+1
2014-11-11Do as for Linux, borrowed from Gabriele Bulfon <gabriele.bulfon at sonicle.com>Richard PALO1-0/+8
2014-11-10that stuff seems to be totally unusedMarkus Mohrhard2-18/+0