summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
2011-07-30Some cppcheck cleaningJulien Nabet
2011-07-22Remove unused env XENVIRONMENTThomas Arnhold
2011-07-22windres is pickyTor Lillqvist
2011-07-21windres is pickyTor Lillqvist
2011-07-21We don't ship the rebase executables so bin the sources tooTor Lillqvist
2011-07-21Header filename case sensitivity fixesTor Lillqvist
2011-07-21product code of latest vcredist_x64.exeAndras Timar
Microsoft Visual C++ 2008 SP1 Redistributable Package ATL Security Update ProductName = Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148 ProductCode = {4B6C7001-C7D6-3710-913E-5BC23FCE91E6}
2011-07-20Splash screen fix for multi-head on Linux (fdo#33214)Josh Heidenreich
Uses xinerama to get the size of the primary screen
2011-07-13oosplash.bin - handle EINTR and failed reads more elegantlyMichael Meeks
2011-07-13null the display pointer after closing the display, fixes fdo#37579Michael Meeks
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan
2011-07-12Do not pass the request for command line help to oosplashMichal Svec
- both of these work now: 'libreoffice -h' and 'libreoffice --help' - added two more options: 'libreoffice -V' and 'libreoffice --version' - all of these options work even if there are instances running - there's no 1s delay between startup and actual output
2011-07-07Remove unused bChechOkMatúš Kukan
MacOSX 10.6.7 Intel no-moz was failing because of this
2011-07-07Remove socomp library related codeMatus Kukan
2011-07-07Remove productregistration.jar library related codeMatus Kukan
2011-07-02Remove accidentally kept unused filesMatus Kukan
2011-06-30build id isn't massively helpful hereCaolán McNamara
2011-06-27valgrind: fix leaksCaolán McNamara
2011-06-26Close file descriptorThomas Arnhold
2011-06-24valgrind --log-file=valgrind.log does not work well with --trace-children=yesPetr Mladek
redirect output of the stdout and stderr
2011-06-24vagrind -> valgrindCaolán McNamara
2011-06-23Make .rc files compatible with the MinGW windresTor Lillqvist
2011-06-22use --trace-children-skip=*/java with valgrind >= 3.6Petr Mladek
thanks Caolan for hint
2011-06-22remove the obsolete valgring support in the soffice wrapperPetr Mladek
2011-06-22add --backtrace, --strace, and --valgring option to soffice wrapperPetr Mladek
the change is only for Linux; it will help users to provide the needed debug info; thanks Kendy for the idea
2011-06-21update product code of vcredist_x64.exeAndras Timar
2011-06-21catch by const referenceCaolán McNamara
2011-06-20fix fdo#37110 --quickstart shouldn't show start centerRobert Nagy
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-17Related: rhbz#702833 addEventListener without removeEventListenerCaolán McNamara
2011-06-17add GLIBCXX_FORCE_NEW for memcheckCaolán McNamara
2011-06-13default config location has changed, look in old config dir when migratingNoel Power
A previous patch (boostrap:25bd2eec77ed774a37d1cddd0d72312e23d5e9fd) changed the default configuration directory location ( on unix ) When evaluating user configurations for migration we need to search the old default config dir and not the new default config directory,
2011-06-09disable splash build completely for MacMichael Meeks
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-06-01tweak these a bit to allow better templateCaolán McNamara
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
Conflicts: basic/source/app/app.cxx basic/source/runtime/iosys.cxx desktop/unx/source/start.c sfx2/source/appl/appdata.cxx sfx2/source/appl/appinit.cxx sfx2/source/inc/appdata.hxx svx/AllLangResTarget_svx.mk sysui/desktop/productversion.mk sysui/desktop/share/makefile.mk
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-coreJan Holesovsky
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
Conflicts: basic/source/classes/sbunoobj.cxx basic/source/inc/runtime.hxx basic/source/runtime/step1.cxx desktop/source/deployment/dp_services.cxx drawinglayer/prj/d.lst drawinglayer/source/primitive2d/makefile.mk sfx2/source/appl/appinit.cxx sfx2/source/appl/appquit.cxx sfx2/source/inc/appdata.hxx sfx2/source/view/viewfrm.cxx svx/source/fmcomp/gridctrl.cxx vbahelper/source/vbahelper/vbahelper.cxx
2011-05-26fix crash when tracing with -splash-pipe=0Michael Meeks
2011-05-25add salhelper::LinkResolverCaolán McNamara
2011-05-24remove erroneous FIXMEs when re-starting oosplash.binMichael Meeks
2011-05-24surely the name should be LibreOfficeDavid Tardon
2011-05-24handle NULL display gracefullyDavid Tardon
2011-05-21Drop OS2Tor Lillqvist
2011-05-20search for sc_helperdialog in res/Matus Kukan
2011-05-20Sanity checks that fix crash (fdo#36495)Tor Lillqvist
Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Fridrich Strba <fridrich.strba@graduateinstitute.ch> Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-05-20don't be so noisyCaolán McNamara
2011-05-20adjust for return by ref instead of pointerCaolán McNamara
2011-05-20valgrind: use non-leaky singleton pattern hereCaolán McNamara
2011-05-20valgrind: use non-leaky singleton pattern hereCaolán McNamara