summaryrefslogtreecommitdiffstats
path: root/desktop/unx/source/start.c
Commit message (Expand)AuthorAgeFilesLines
* Clean upStephan Bergmann2014-11-281-32/+5
* Fold URE: Linux ure/bin/* -> program/Stephan Bergmann2014-11-281-1/+1
* coverity#982159 silence Unchecked return value from libraryCaolán McNamara2014-10-281-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-131-3/+1
* Be less verbose in a plain debug buildTor Lillqvist2013-09-091-3/+3
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-2/+5
* coverity#982969 Resource leakNorbert Thiebaud2013-05-141-2/+4
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-23/+4
* Need relative path to where exithelper.h isTor Lillqvist2013-03-121-1/+1
* Use symbolic names instead of magic literal constantsTor Lillqvist2013-03-121-2/+3
* Fix typo "fuction" -> "function"Julien Nabet2013-02-231-1/+1
* Never pass -env: arguments across OfficeIPC connectionStephan Bergmann2013-01-181-2/+3
* startup: more reliable startup of multiple instancesPierre-Eric Pelloux-Prayer2012-12-131-4/+13
* loplugin: fixed busted indentCaolán McNamara2012-11-201-10/+12
* Clean up option processingStephan Bergmann2012-09-261-11/+15
* deb#681185: wait for InternalIPC::ProcessingDone in oosplashStephan Bergmann2012-09-061-0/+11
* coverity: ensure the string is null-terminatedDavid Tardon2012-07-031-1/+1
* oosplash: improve signal handlers:Michael Stahl2012-04-191-3/+13
* oosplash: handle SIGTERM by killing soffice.binMichael Stahl2012-04-141-0/+16
* Resolves rhbz#804437, do not rtl_uString_release(NULL)Stephan Bergmann2012-03-201-1/+4
* fdo#46434: Always send command line arguments as UTF-8Stephan Bergmann2012-02-291-1/+9
* fdo#46434: No need to turn arguments into absolute file URLs when sendingStephan Bergmann2012-02-291-39/+0
* Typo bInhibitJavaLdx -> bInhibitPageinStephan Bergmann2012-02-291-1/+1
* WaE: exec_javaldx defined but not used (javaless build)David Tardon2012-02-181-0/+4
* WaE and build errors with OSL_DEBUG_LEVEL == 2Caolán McNamara2012-01-051-1/+4
* Instead of returning out of function just skip its calling.Tomas Chvatal2011-11-151-3/+2
* Revert "oosplash - daemonize to help mutt users recover their sanity"Stephan Bergmann2011-11-091-7/+0
* Properly check sscanf return value.Stephan Bergmann2011-11-081-1/+2
* don't demonize if we are passed an --accept line for UNO remote controlMichael Meeks2011-11-081-3/+6
* oosplash - daemonize to help mutt users recover their sanityMichael Meeks2011-11-081-0/+4
* remove leftover comment regarding removed Mac OSX conditionalChristian Lohmaier2011-11-081-2/+1
* oosplash: remove redundant mac conditionals - we don't build on OS/XMichael Meeks2011-11-081-6/+0
* chmod -xTor Lillqvist2011-10-261-0/+0
* Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseIn...Stephan Bergmann2011-10-241-1/+1
* WaE: ISO C90 forbids mixed declarations and codeDavid Tardon2011-10-111-19/+27
* refactor start.c and splash.c. de-couple the 2 sources and avoid globalsNorbert Thiebaud2011-09-251-141/+11
* Undo basis/brand split: move dynamic libraries from basis to brand.Stephan Bergmann2011-09-231-3/+3
* Ensure a failing soffice.bin makes oosplash fail.Stephan Bergmann2011-09-211-2/+4
* Simplify code by letting get_app_path always include a final slash.Stephan Bergmann2011-09-211-11/+19
* Just return, not return 0; as it is void function.Tomas Chvatal2011-09-181-1/+1
* Return soon if build with --without-java, as no checks are needed.Tomas Chvatal2011-09-171-0/+3
* WaE: declaration of 'index' shadows a global declarationDavid Tardon2011-09-151-3/+3
* No need to bark about G_SLICE on stderr.Stephan Bergmann2011-09-141-6/+1
* don't reply on ../ure to find javaldx, use proper ../basis-link/ure-linkRene Engelhard2011-09-111-1/+1
* oosplash.bin - handle EINTR and failed reads more elegantlyMichael Meeks2011-07-131-2/+6
* valgrind: fix leaksCaolán McNamara2011-06-271-1/+12
* remove erroneous FIXMEs when re-starting oosplash.binMichael Meeks2011-05-241-2/+6
* do we really need to be so noisy when nothing is actually wrongCaolán McNamara2011-05-201-6/+6
* valgrind: leak in debugging codeCaolán McNamara2011-05-201-4/+6
* WaE unused method (Mac)/use REL_PATH in both places, not only once (non-Mac)Christian Lohmaier2011-05-091-3/+5