summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Collapse)Author
2012-03-18mingw: allow use of system zlibDavid Tardon
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2012-03-12WaE: missing initializer for memberDavid Tardon
2012-03-12WaE: deprecated conversion from string constant to 'LPSTR'David Tardon
2012-03-12WaE: deprecated conversion from string constant to 'char*'David Tardon
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon
2012-03-12WaE: variable 'hr' set but not usedDavid Tardon
2012-03-12WaE: variable 'bRet' set but not usedDavid Tardon
2012-03-12WaE: defined but not usedDavid Tardon
2012-03-12WaE: deprecated conversion from string constant to 'LPSTR'David Tardon
2012-03-12WaE: deleting object of abstract class type with non-virt. destuctorDavid Tardon
2012-03-12WaE: variable 'hr' set but not usedDavid Tardon
2012-03-12suppress errors with -WerrorDavid Tardon
2012-03-12WaE: "_WIN32_WINNT" redefinedDavid Tardon
2012-03-12WaE: invalid conversion from 'const char*' to 'LPSTR'David Tardon
2012-03-12WaE: value computed is not usedDavid Tardon
2012-03-12WaE: deprecated conversion from string constant to 'char*''David Tardon
2012-03-12WaE: initialization orderDavid Tardon
2012-03-12WaE: "_WIN32_WINNT" redefinedDavid Tardon
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18Fix typos in commentsElton Chung
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-01-27Decrease verbiage a little bitTor Lillqvist
2012-01-23make shell ByteString freeCaolán McNamara
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-20Fix spelling typoJesús Corrius
2012-01-11Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot
Part XXXIV Modules shell, slideshow, sot, starmath
2011-12-26catch exception by constant referenceTakeshi Abe
2011-11-29tkr41: #117828# office crash fixed . (null pointer) + add unit testmst
* found as LGPLv3-only fix at svn rev 1172105 (http://svn.apache.org/viewvc?view=revision&revision=1172105)
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from shellNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-27s/infomation/information/Korrawit Pruegsanusak
2011-11-26Bypass more stuff on non-desktop OSes and enforce "lib" prefix for AndroidTor Lillqvist
2011-11-24upstream open-url-support-iceanimals.diff from libreoffice/buildBjoern Michaelsen
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-15fdo#42865: shell: no mapfileMichael Stahl
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in librecentfile.so, build it with hidden visibility.
2011-10-24Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann
2011-10-07cppcheck reduce scope of var in shell/...gconfaccess.cxxPierre-André Jacquod
2011-10-06Undo basis/brand split: move some auxiliary executables from basis to brand.Stephan Bergmann
2011-10-05Removed dead code.Stephan Bergmann
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26cppcheck: unused variablesKorrawit Pruegsanusak
2011-09-23Undo basis/brand split: move dynamic libraries from basis to brand.Stephan Bergmann
2011-09-17Better management of exceptionJulien Nabet
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-08-31Work around compilation errors with mingw-w64 and --enable-debugTor Lillqvist
2011-08-22Make a dbgutil build of the Explorer extension succeedTor Lillqvist
Take notice of USE_DEBUG_RUNTIME also in set_wntx64.mk. Don't unset USE_DEBUG_RUNTIME and don't hardcode the non-debugging msvcprt.lib when building the Explorer extension. Undefine OSL_DEBUG_LEVEL in its source files that would otherwise drag in the diagnosing functions from sal. We don't link the Explorer extension with sal. As such it might not make much sense to actually *use* a shell extension built with assertions in the C++ library, against the debugging C/C++ runtime. You don't want assertions to fire in Explorer, do you? On the other hand, one could be debugging an Explorer extension remotely. Maybe even locally, I don't know if some lower levels of Windows get upset if Explorer is unresponsive due to being debugged, or something. But anyway, the main point for now is to make an --enable-dbgutil build succeed. Alternatively we could also make sure USE_DEBUG_RUNTIME is unset in *all* makefiles in shell.
2011-08-22chmod -xTor Lillqvist