summaryrefslogtreecommitdiff
path: root/desktop/unx
AgeCommit message (Collapse)Author
2011-10-26chmod -xTor Lillqvist
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-11WaE: ISO C90 forbids mixed declarations and codeDavid Tardon
2011-10-08add more component prefixesMatúš Kukan
2011-10-05remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks
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-21Ensure a failing soffice.bin makes oosplash fail.Stephan Bergmann
2011-09-21Simplify code by letting get_app_path always include a final slash.Stephan Bergmann
2011-09-18Just return, not return 0; as it is void function.Tomas Chvatal
2011-09-17Return soon if build with --without-java, as no checks are needed.Tomas Chvatal
2011-09-15gbuildize desktopDavid Tardon
2011-09-15WaE: declaration of 'index' shadows a global declarationDavid Tardon
2011-09-15WaE: declaration of 'i' shadows a previous localDavid Tardon
2011-09-15WaE: declaration of 'j' shadows a previous localDavid Tardon
2011-09-14No need to bark about G_SLICE on stderr.Stephan Bergmann
2011-09-11don't reply on ../ure to find javaldx, use proper ../basis-link/ure-linkRene Engelhard
2011-07-31Some cppcheck cleaningJulien Nabet
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-06-27valgrind: fix leaksCaolán McNamara
2011-06-26Close file descriptorThomas Arnhold
2011-06-09disable splash build completely for MacMichael Meeks
2011-05-26fix crash when tracing with -splash-pipe=0Michael Meeks
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-20do we really need to be so noisy when nothing is actually wrongCaolán McNamara
2011-05-20valgrind: leak in debugging codeCaolán McNamara
2011-05-17fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497Michael Meeks
2011-05-09WaE unused method (Mac)/use REL_PATH in both places, not only once (non-Mac)Christian Lohmaier
2011-05-06kill standalone pagein, it is now an integral part of oosplash.binMichael Meeks
2011-05-04fix fdo#36838 by avoiding -L argument to pageinMichael Meeks
2011-05-05removed dead codeTakeshi Abe
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet
2011-04-06Merge branch 'libreoffice-3-4' of ↵Petr Mladek
ssh://git.freedesktop.org/git/libreoffice/libs-core into libreoffice-3-4
2011-04-05pass pOrigPath (strdup'd) to dirname(3) instead of pPath to avoid double freeRobert Nagy
from the dirname(3) manual: Both dirname() and basename() may modify the contents of path, so copies should be passed to these functions. Furthermore, dirname() and basename() may return pointers to statically allocated memory which may be overwritten by subsequent calls.
2011-04-05Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4Petr Mladek
Conflicts: basic/source/runtime/dllmgr.cxx drawinglayer/source/processor2d/vclpixelprocessor2d.cxx editeng/inc/editeng/boxitem.hxx editeng/source/items/frmitems.cxx sfx2/workben/custompanel/makefile.mk
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-26honour svp plugin tooCaolán McNamara
2011-03-24there might not be one set of courseCaolán McNamara
2011-03-23Really disable use of pagein on MacThorsten Behrens
- there was a 2nd dir re-using that pagein object file
2011-03-23fix various leaksCaolán McNamara
2011-03-23valgrind: don't close invalid fdCaolán McNamara
2011-03-23fixup paths to pagein filesMichael Meeks
2011-03-22You want to fill all arg slots, not overwrite the initial onesCaolán McNamara
2011-03-22fix misc. Mac build problems anywayMichael Meeks