summaryrefslogtreecommitdiff
path: root/desktop/unx
AgeCommit message (Expand)AuthorFilesLines
2011-06-27valgrind: fix leaksCaolán McNamara1-1/+12
2011-06-26Close file descriptorThomas Arnhold1-0/+1
2011-06-09disable splash build completely for MacMichael Meeks1-5/+9
2011-05-26fix crash when tracing with -splash-pipe=0Michael Meeks1-0/+4
2011-05-24remove erroneous FIXMEs when re-starting oosplash.binMichael Meeks1-2/+6
2011-05-24surely the name should be LibreOfficeDavid Tardon1-1/+1
2011-05-24handle NULL display gracefullyDavid Tardon1-1/+5
2011-05-20do we really need to be so noisy when nothing is actually wrongCaolán McNamara1-6/+6
2011-05-20valgrind: leak in debugging codeCaolán McNamara1-4/+6
2011-05-17fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497Michael Meeks1-2/+5
2011-05-09WaE unused method (Mac)/use REL_PATH in both places, not only once (non-Mac)Christian Lohmaier1-3/+5
2011-05-06kill standalone pagein, it is now an integral part of oosplash.binMichael Meeks4-1/+397
2011-05-04fix fdo#36838 by avoiding -L argument to pageinMichael Meeks2-18/+32
2011-05-05removed dead codeTakeshi Abe1-15/+0
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet1-4/+2
2011-04-06Merge branch 'libreoffice-3-4' of ssh://git.freedesktop.org/git/libreoffice/l...Petr Mladek1-3/+3
2011-04-05pass pOrigPath (strdup'd) to dirname(3) instead of pPath to avoid double freeRobert Nagy1-3/+3
2011-04-05Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4Petr Mladek1-1/+2
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito3-0/+0
2011-03-26honour svp plugin tooCaolán McNamara1-0/+5
2011-03-24there might not be one set of courseCaolán McNamara1-4/+4
2011-03-23Really disable use of pagein on MacThorsten Behrens2-0/+7
2011-03-23fix various leaksCaolán McNamara2-22/+50
2011-03-23valgrind: don't close invalid fdCaolán McNamara1-1/+2
2011-03-23fixup paths to pagein filesMichael Meeks1-1/+9
2011-03-22You want to fill all arg slots, not overwrite the initial onesCaolán McNamara1-2/+4
2011-03-22fix misc. Mac build problems anywayMichael Meeks2-1/+2
2011-03-22disable pagein and oosplash.bin compile/install for MacMichael Meeks1-0/+7
2011-03-22WaE: unused variablesCaolán McNamara1-4/+0
2011-03-21add missing .component fileMichael Meeks1-0/+7
2011-03-21misc fixes, and un-conditionally enable the splash reporting componentMichael Meeks10-425/+328
2011-03-21split out argument parsing to clean it upMichael Meeks4-133/+217
2011-03-21re-work start process to enable earlier splash and faster startMichael Meeks3-66/+268
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens11-0/+0
2011-02-26Remove "using namespace ::rtl"Julien Nabet2-2/+3
2011-02-15crashing oosplash and malformed picture (bnc#652562)Petr Mladek1-1/+2
2011-02-11oops, correct commit fa8cfcd45225d55d567e5ad05900c36700549d5dNoel Power1-1/+1
2011-02-11companion ( or even part 2 ) of a fix for fdo#30879Noel Power1-3/+19
2011-02-08oops, correct commit fa8cfcd45225d55d567e5ad05900c36700549d5dNoel Power1-1/+1
2011-02-08companion ( or even part 2 ) of a fix for fdo#30879Noel Power1-3/+19
2011-01-31Some cppcheck cleaningJulien Nabet2-4/+2
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara1-1/+1
2011-01-18build with libpng 1.5.0 (fdo#33231)Luboš Luňák1-2/+2
2011-01-11WaE: sal_Int32 is a %SAL_PRIdINT32 when printfedCaolán McNamara1-1/+1
2011-01-11Use --splash-pipe instead of -splash-pipe.Kohei Yoshida2-4/+4
2010-12-12cppcheck: silence warningCaolán McNamara1-3/+2
2010-12-03callcatcher: drop big pile of uncalled and uncallable codeCaolán McNamara2-20/+0
2010-11-11WaE, unused parametersCaolán McNamara1-2/+2
2010-11-11WaE, unused argumentCaolán McNamara1-1/+1
2010-11-08Restart soffice.bin when necessary.Jan Holesovsky2-27/+49