summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of size() == 0Elton Chung2012-02-192-3/+3
|
* Fix typos in commentsElton Chung2012-02-181-1/+1
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
|
* Decrease verbiage a little bitTor Lillqvist2012-01-275-5/+13
|
* make shell ByteString freeCaolán McNamara2012-01-231-6/+6
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-6/+13
| | | | | | | | | 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.
* Fix spelling typoJesús Corrius2012-01-201-1/+1
|
* Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot2012-01-114-16/+16
| | | | | | Part XXXIV Modules shell, slideshow, sot, starmath
* catch exception by constant referenceTakeshi Abe2011-12-263-3/+3
|
* tkr41: #117828# office crash fixed . (null pointer) + add unit testmst2011-11-291-1/+2
| | | | * found as LGPLv3-only fix at svn rev 1172105 (http://svn.apache.org/viewvc?view=revision&revision=1172105)
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove include of pch header from shellNorbert Thiebaud2011-11-2762-115/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* s/infomation/information/Korrawit Pruegsanusak2011-11-272-5/+5
|
* Bypass more stuff on non-desktop OSes and enforce "lib" prefix for AndroidTor Lillqvist2011-11-266-2/+22
|
* upstream open-url-support-iceanimals.diff from libreoffice/buildBjoern Michaelsen2011-11-241-2/+2
|
* remove various EraseLeadingAndTrailingCharsCaolán McNamara2011-11-232-4/+7
|
* fdo#42865: shell: no mapfileMichael Stahl2011-11-154-8/+6
| | | | | In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in librecentfile.so, build it with hidden visibility.
* Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann2011-10-242-3/+3
|
* cppcheck reduce scope of var in shell/...gconfaccess.cxxPierre-André Jacquod2011-10-071-82/+70
|
* Undo basis/brand split: move some auxiliary executables from basis to brand.Stephan Bergmann2011-10-065-6/+8
|
* Removed dead code.Stephan Bergmann2011-10-054-382/+0
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-1/+1
|
* cppcheck: unused variablesKorrawit Pruegsanusak2011-09-261-2/+0
|
* Undo basis/brand split: move dynamic libraries from basis to brand.Stephan Bergmann2011-09-231-1/+1
|
* Better management of exceptionJulien Nabet2011-09-171-2/+2
|
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-164-0/+11
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-164-11/+0
|
* Work around compilation errors with mingw-w64 and --enable-debugTor Lillqvist2011-08-311-0/+23
|
* Make a dbgutil build of the Explorer extension succeedTor Lillqvist2011-08-227-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* chmod -xTor Lillqvist2011-08-2228-0/+0
|
* No need to mention msvcprt.lib here, wntmsc.mk does thatTor Lillqvist2011-08-221-9/+0
| | | | | Besides, hardcoding msvcprt.lib breaks a dbgutil build where we use msvcprtd.lib.
* Move Win32-only code under source/win32 for clarityTor Lillqvist2011-08-2217-4/+4
|
* Drop OS/2 linesTor Lillqvist2011-08-221-5/+0
|
* Cleanup/remove CommandLine-related methods in lngconvex.Jan Holesovsky2011-08-082-115/+4
|
* No need for lngconvex for non-desktop OSesTor Lillqvist2011-07-231-0/+5
|
* Kill dtwm/cdeThomas Arnhold2011-07-221-6/+0
|
* Remove component_getImplementationEnvironment methodsMatúš Kukan2011-07-1214-115/+0
|
* Hardcode browser list: remove netscape, add chromeFrancois Tigeot2011-07-051-1/+1
|
* Update the hardcoded list of browsersFrancois Tigeot2011-07-041-1/+1
|
* Bypass for MinGW for nowTor Lillqvist2011-06-272-0/+12
|
* use sal_uInt16 instead of USHORT on unixMichael Meeks2011-06-241-3/+3
|
* Do build and deliver lngconvex on Unix, tooTor Lillqvist2011-06-243-2/+24
|
* Attempt to make this build with MinGWTor Lillqvist2011-06-2413-3/+50
|
* ause130: #i117218# don't export INCLUDE in a local makefile.mkHans-Joachim Lankenau2011-06-1712-15/+14
|
* ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-171-1/+1
|
* Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
|
* Don't build this for iOS or Android eitherTor Lillqvist2011-06-121-3/+3
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-31/+31
|
* Drop OS2Tor Lillqvist2011-05-2111-74/+4
|