summaryrefslogtreecommitdiff
path: root/shell/source
AgeCommit message (Expand)AuthorFilesLines
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2-40/+20
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold2-7/+0
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin3-4/+4
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-3/+0
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-14/+14
2013-11-08remove unnecessary use of OUString constructor in SHELL moduleNoel Grandin6-14/+14
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-3/+1
2013-11-05fixincludeguards.sh: shellThomas Arnhold22-47/+47
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt1-1/+1
2013-10-31shell: mapix.h is not needed at allThomas Arnhold1-5/+0
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza7-98/+14
2013-10-17fdo#69462 Properly escape URL in Mozilla -remote openURL(...) commandStephan Bergmann1-1/+3
2013-10-17Quoting clean-upStephan Bergmann1-2/+2
2013-10-17Remove unused run_browser()Stephan Bergmann1-16/+0
2013-10-14fdo#56007 - Read more bytes on Zip read (for thumbnails)Mathieu Parent1-26/+38
2013-10-11cppcheck: reduce scopeJulien Nabet1-4/+2
2013-10-11fdo#56007 - fast zip directory find to accelerate Windows Explorer thumbnail.Michael Meeks1-11/+40
2013-10-04fdo#67534: try to avoid file locking in Explorer shell extensionsTor Lillqvist1-1/+2
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-08-30eliminated yet another language-country parserEike Rathke1-34/+11
2013-08-30and another one for fdo#68740Eike Rathke1-1/+1
2013-08-30attempt to roughly fix fdo#68740Eike Rathke1-1/+1
2013-08-21valueOf is deprecatedLuboš Luňák1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-3/+3
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist3-4/+10
2013-07-16bnc#829017 fix issue with negative seeks in win32 shell extensionFridrich Štrba1-2/+2
2013-07-01remove obsolete CDE integration, and make TDE launcher conditional.Pader Rezso1-30/+0
2013-06-29remove OUString wrap for string literalsThomas Arnhold6-6/+6
2013-06-24fdo#43460 shell,vcl,xmlreader: use isEmpty()Jelle van der Waa1-1/+1
2013-06-07Resolves: #i93995# Allow setting Body of a simple mail messageAriel Constenla-Haile7-51/+83
2013-06-05use uno::Reference#clear() method...Noel Grandin2-2/+0
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-1/+1
2013-04-19use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XXIvan Timofeev2-2/+2
2013-04-18WaE: g_type_init has been deprecated since GLib 2.36Ivan Timofeev2-0/+4
2013-04-17-Werror=unused-macros (MinGW, shell)Stephan Bergmann1-8/+0
2013-04-15prefix all component_getFactory methodsPeter Foley2-2/+2
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-10fdo#62096: Replaced some OUString 'compareTo' with '=='Prashant Pandey4-4/+4
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák35-365/+347
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann2-2/+3
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold4-8/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold5-32/+16
2013-03-18quote URI_ENCODEEike Rathke1-1/+1
2013-03-18i82660 - SimpleCommandMail: fix options passed to ThunderbirdAriel Constenla-Haile1-5/+5
2013-03-18i82660 - SimpleCommandMail: fix options passed to KmailAriel Constenla-Haile1-4/+13
2013-03-11fdo#60701: Properly quote shell parameter expansionsStephan Bergmann1-19/+18
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1