summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
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
2011-09-21Ensure a failing soffice.bin makes oosplash fail.Stephan Bergmann
2011-09-21Improved some error reporting.Stephan Bergmann
2011-09-21include dp_gui_theextmgr.hxx only onceAndras Timar
2011-09-21Fixes for MSVC buildCaolán McNamara
2011-09-21Simplify code by letting get_app_path always include a final slash.Stephan Bergmann
2011-09-21ah, not windows only of courseCaolán McNamara
2011-09-21get it to link with msvc at leastCaolán McNamara
2011-09-21do not localize files in this directoryAndras Timar
2011-09-21WaE: fall through to final returnCaolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-20Removed unused BOXT feature.Stephan Bergmann
2011-09-20Rename guistdio to crashrep.com.Jan Holesovsky
2011-09-20Build unopkg.exe directly.Jan Holesovsky
2011-09-20Create unopkg.com directly.Jan Holesovsky
2011-09-20Create unopkg.bin directly.Jan Holesovsky
2011-09-20Fix manifest creation.Jan Holesovsky
2011-09-20I think this is supposed to be a so-called GUI executableTor Lillqvist
2011-09-20unopkgio should be a console executableTor Lillqvist
2011-09-20Avoid officeloader -> soffice renaming dance, build that directly.Jan Holesovsky
2011-09-20Deliver basis-link and ure-link.Jan Holesovsky
2011-09-20soffice.sh should not be delivered on MacOSDavid Tardon
2011-09-19Make 'desktop' build again with MinGW.Jan Holesovsky
2011-09-19get quickstart to link on windowsCaolán McNamara
2011-09-19Fix endless loop during building soffice.exe deps on Windows.Jan Holesovsky
2011-09-19progress to link stage of loader2Caolán McNamara
2011-09-19despite its name, it appears not to be a gui appCaolán McNamara