summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
2011-11-07add soffice.bin generation to the desktop/ module rule to fix win32Michael Meeks
2011-11-05Drop unnecessary inclusions of <sal/main.h>Tor Lillqvist
2011-11-04fix Win32 manifest linking: get dependencies the right way aroundMichael Meeks
the .bin depends on the _bin.exe and not vv. also -f is required for rm in phony clean rules
2011-11-04Further clean up of areas touched by previous commit.Stephan Bergmann
2011-11-04String->OUString, remove unused codeAugust Sodora
2011-11-01WaE: more windows tinderbox warning cleanupMichael Meeks
2011-11-01very,very ugly hack to get the soffice.bin nameBjoern Michaelsen
the previous solution couldnt work: - Packages are toplevel targets, so they need to be in a separate file - However, Packages should not be used here as it interferes with the pattern rules on $(OUTDIR)/bin - replacing those instead with explicit (non-pattern) rules for this exceptional case - depending from the regular target in $(OUTDIR) on the special one - depending from the special target on the $(WORKDIR) one
2011-10-31The -something switches are obsolete, use --something instead.Jan Holesovsky
2011-10-31Improved an OSL_FAIL.Stephan Bergmann
2011-10-26chmod -xTor Lillqvist
2011-10-26WaE: unreferenced formal parameterTor Lillqvist
2011-10-26WaE: unreachable codeTor Lillqvist
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-20Removed spurious "" around multi-word shell arg.Stephan Bergmann
2011-10-20Undo basis/brand split: moved ini files from basis program/ to brand program/.Stephan Bergmann
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis.
2011-10-11WaE: ISO C90 forbids mixed declarations and codeDavid Tardon
2011-10-08add more component prefixesMatúš Kukan
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann
2011-10-07WaE: win32 cleanupMichael Meeks
2011-10-07cppcheck scope reduction of var in desktop/win32/...setup.cppPierre-André Jacquod
2011-10-05remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks
2011-10-05cast goneCaolán McNamara
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04verbose error message pleaseCaolán McNamara
2011-10-03solve a cosmetic issue in Extension Manager windowAndras Timar
When the extension entry is not highlighted, replace LF to space in description text, so words do not stick together in one line view.
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-29WaE: suggest a space before ';' or explicit braces around empty body in ↵Tor Lillqvist
'while' statement
2011-09-29ByteString->rtl::OStringBufferCaolán McNamara
2011-09-29why use a pointer when a reference will doCaolán McNamara
2011-09-28Android now builds up to instsetoo_nativeThorsten Behrens
Last fixes - remove kludge from RepositoryFixes.mk, have redland build w/o threads for the while, and some hackery to exclude pointless code like oosplash from android build.
2011-09-27make WinResTarget's name independent of LinkTargetDavid Tardon
2011-09-26add resource filesDavid Tardon
2011-09-25make the case not ENABLE_QUICKSTART_LIBPNG work againNorbert Thiebaud
2011-09-25refactor start.c and splash.c. de-couple the 2 sources and avoid globalsNorbert Thiebaud
2011-09-23Undo basis/brand split: move dynamic libraries from basis to brand.Stephan Bergmann
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22Always link with user32Tor Lillqvist
2011-09-22Simplify the manifest danceTor Lillqvist
2011-09-22$(COM) == MSC => $(OS_FOR_BUILD) == WNT ;-)Jan Holesovsky
2011-09-22Fix manifest creation in the MinGW case (and hopefully not breaking native).Jan Holesovsky
2011-09-22Unify the MinGW / native Win temporary name here.Jan Holesovsky
2011-09-22A trailing "\0" on an ICON line is unnecessary and causes an errorTor Lillqvist
2011-09-22Small refactoring to avoid duplication of source file listTor Lillqvist
2011-09-22This should use a static C/C++ runtimeTor Lillqvist
2011-09-22Use libcmtd in a dbgutil MSVC buildTor Lillqvist
2011-09-22This is a GUI executableTor Lillqvist
2011-09-22No need to do -D_DEBUG here, done in windows.mkTor Lillqvist
2011-09-22Fix the MSVC build of unopkg.com, tooTor Lillqvist