summaryrefslogtreecommitdiff
path: root/gnome-settings-daemon/main.c
Commit message (Expand)AuthorAgeFilesLines
* all: build cleanly with GCC 4.6Cosimo Cecchi2011-02-071-4/+0
* main: remove call to gdk_enable_multidevice()Cosimo Cecchi2010-12-151-2/+0
* daemon: properly handle gnome-session EndSession signalsCosimo Cecchi2010-11-291-3/+73
* daemon: Don't pass NULL strings to g_variant_new()Bastien Nocera2010-11-261-1/+1
* daemon: Register with gnome-sessionBastien Nocera2010-11-231-2/+30
* daemon: use a warning instead of debug when losing bus nameWilliam Jon McCann2010-11-231-1/+2
* daemon: add debugging information for shutdown pathWilliam Jon McCann2010-11-231-0/+6
* build: Require libnotifyBastien Nocera2010-11-161-5/+0
* daemon: Fix build without libnotify presentBastien Nocera2010-11-161-0/+5
* housekeeping: use a notification for low space warningWilliam Jon McCann2010-11-151-0/+3
* daemon: Port to GDBusBastien Nocera2010-11-081-181/+75
* daemon: Use g_timeout_add_secondsBastien Nocera2010-10-131-1/+1
* Use Gdk to get events about input devices being addedBastien Nocera2010-10-131-0/+2
* daemon: Never daemonise the "daemon"Bastien Nocera2010-10-131-92/+0
* daemon: Remove use of settings_prefixBastien Nocera2010-10-131-9/+1
* Use --settings-prefix as command line argument for gnome-settings-daemonRodrigo Moya2010-10-111-5/+5
* Miscellaneous string fixesPhilip Withnall2010-05-021-1/+1
* Add timed exit optionWilliam Jon McCann2010-01-091-0/+13
* Patch by: Frederic Peters <fpeters@0d.be>Jens Granseuer2008-12-281-0/+4
* Shutdown properly when bus goes away. Previously we were just lettingRay Strode2008-12-171-1/+21
* Shutdown properly when killed.Ray Strode2008-12-171-0/+50
* Rename pipefds to daemon_pipe_fds. This fits the naming style of theRay Strode2008-12-171-7/+7
* Don't call umask (bug #563543)Behdad Esfahbod2008-12-071-1/+0
* Fix --no-daemon (bug #562175)Behdad Esfahbod2008-11-241-13/+38
* Check return value of pipe().Behdad Esfahbod2008-11-101-2/+5
* Fork before gtk_init (bug #559695)Behdad Esfahbod2008-11-101-35/+59
* Use a pipe to communicate between child and parent process instead of aBehdad Esfahbod2008-11-041-7/+11
* Don't close stderr. Otherwise we just lose all our warnings that will notBehdad Esfahbod2008-11-041-17/+15
* Make parent wait for initialization in children to finish beforeBehdad Esfahbod2008-11-031-2/+63
* Get rid of libgnome (bug #557808).Jens Granseuer2008-10-291-24/+0
* Bug 555553 – format not a string literal and no format argumentsChristian Persch2008-10-121-1/+1
* Patch by: Simon Zheng <simon.zheng@sun.com>Jens Granseuer2008-09-101-5/+5
* listen to "SessionOver" D-Bus signal from Session Manager to know when toLucas Rocha2008-05-271-10/+59
* Patch by: Brian Cameron <brian.cameron@sun.com>Jens Granseuer2008-05-051-1/+10
* DBus API has been stable for a while; don't defineJens Granseuer2008-04-121-1/+0
* fix a few small leaksJens Granseuer2008-04-121-9/+8
* turn into a daemon by default and make --no-daemon workJens Granseuer2008-04-111-1/+1
* mark string for translationJens Granseuer2008-03-291-1/+1
* Add missing files. Add some more profiling points.William Jon McCann2008-03-241-0/+5
* Add some profiling code. Must specify --enable-profiling to configure.William Jon McCann2008-03-241-0/+9
* Disable debug by default again.William Jon McCann2008-02-291-1/+1
* When dbus activated only load the plugins when requested instead of atWilliam Jon McCann2008-02-291-17/+20
* Add --debug command line option. Only print DEBUG level messages ifWilliam Jon McCann2008-02-251-3/+28
* mark string as translatableJens Granseuer2008-02-161-1/+1
* update the default GConf prefix to match the changes from r112 or bugJens Granseuer2008-02-101-2/+2
* Based on a patch by: Damien Carberry <damien carberry@sun.com>Jens Granseuer2008-02-051-0/+244