summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-152-6/+6
* Related fdo#60338: Do not use umask(3) in a MT programStephan Bergmann2014-05-131-7/+6
* This code is not linked against salStephan Bergmann2014-05-122-14/+0
* fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre2014-05-122-4/+8
* remove globally disabled warnings from source filesThomas Arnhold2014-05-101-3/+0
* remove presys.h and postsys.hThomas Arnhold2014-05-091-9/+2
* shell: sal_Bool->boolNoel Grandin2014-04-302-58/+58
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-3/+3
* Use boost::noncopyableStephan Bergmann2014-04-032-4/+5
* Explicitly mark overriding destructors as "virtual," Mac OS X reduxStephan Bergmann2014-04-011-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* loplugin:saloverrideStephan Bergmann2014-03-301-10/+10
* coverity#982766 Dereference null return valueCaolán McNamara2014-03-281-4/+8
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2610-99/+99
* coverity#708176 Uninitialized scalar fieldCaolán McNamara2014-03-221-2/+3
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-1/+1
* Blind Windows build fixTor Lillqvist2014-03-071-0/+7
* SimplifyTor Lillqvist2014-03-071-4/+1
* Why would we need GNOME and KDE scripts on OS X?Tor Lillqvist2014-03-071-4/+2
* shell: get rid of separate Library_syssh_win.mkMichael Stahl2014-03-033-37/+21
* std::exception retrofit sequelStephan Bergmann2014-02-272-15/+15
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2614-135/+135
* KDE: don't throw on TemplatePathVariableMaxim Monastirsky2014-02-262-2/+2
* Remove visual noise from shellAlexander Wilms2014-02-2626-140/+140
* Resolves: rhbz#1065807 use xdg ~/Templates for default Template locationCaolán McNamara2014-02-253-18/+47
* Revert partially "Replace deprecated std::auto_ptr with boost::scoped_ptr"Takeshi Abe2014-02-251-2/+2
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-251-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-2337-358/+358
* cppcheck: redundantAssignmentJulien Nabet2014-02-161-1/+1
* Don't call pclose(NULL)Stephan Bergmann2014-02-101-1/+2
* Properly encode cmd line for popenStephan Bergmann2014-02-101-25/+65
* instdir/program/senddoc lacks executable mode bitsStephan Bergmann2014-02-101-0/+0
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-203-6/+6
* typo fixesAndras Timar2013-12-201-1/+1
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-1712-24/+24
* Clean-up uno/lbnames.hStephan Bergmann2013-12-164-4/+0
* Looks like the Windows tag is still LANG_ORIYAStephan Bergmann2013-12-121-1/+1
* Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara2013-12-111-1/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-222-40/+20
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-2010-39/+16
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-193-4/+4
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-3/+0
* -Werror,-Wunused-exception-parameterStephan Bergmann2013-11-141-1/+1
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-111-14/+14
* remove unnecessary use of OUString constructor in SHELL moduleNoel Grandin2013-11-086-14/+14
* fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza2013-11-071-3/+1
* include <stack>Takeshi Abe2013-11-062-0/+2
* Drop unnecessary #includesTakeshi Abe2013-11-061-1/+0
* windows: remove _CRTIMP and _NTSDK definitionsThomas Arnhold2013-11-059-12/+0
* fixincludeguards.sh: shellThomas Arnhold2013-11-0543-89/+89