summaryrefslogtreecommitdiff
path: root/gnome-settings-daemon
Commit message (Expand)AuthorAgeFilesLines
...
* all: build cleanly with GCC 4.6Cosimo Cecchi2011-02-072-30/+7
* 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
* all: Only call g_bus_own_name() onceBastien Nocera2010-11-231-13/+17
* daemon: Remove Python loader left-oversBastien Nocera2010-11-231-97/+11
* 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
* 2.91.3GNOME_SETTINGS_DAEMON_2_91_3Bastien Nocera2010-11-171-1/+0
* daemon: Don't forget to unown the D-Bus nameBastien Nocera2010-11-171-0/+5
* daemon: Never had Python supportBastien Nocera2010-11-171-9/+0
* daemon: Remove gnome-settings-client.hBastien Nocera2010-11-171-2/+0
* daemon: Port to GDBusBastien Nocera2010-11-173-77/+110
* daemon: s/"/'/ to make it easier to embedBastien Nocera2010-11-171-10/+10
* 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-152-1/+8
* daemon: Port to GDBusBastien Nocera2010-11-081-181/+75
* Don't choke if there are old plugins laying aroundWilliam Jon McCann2010-10-142-12/+43
* daemon: Use g_timeout_add_secondsBastien Nocera2010-10-131-1/+1
* daemon: Fix cut'n'paste errorBastien Nocera2010-10-131-1/+1
* plugins: Cleanup macro magic in plugin.hPaolo Borelli2010-10-131-115/+11
* 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: Set priority for plugins based on settingsBastien Nocera2010-10-132-1/+8
* daemon: Remove use of settings_prefixBastien Nocera2010-10-135-95/+4
* Use --settings-prefix as command line argument for gnome-settings-daemonRodrigo Moya2010-10-111-5/+5
* Migrate gnome-settings-daemon settings (/apps/gnome/gnome_settings_daemon) to...Rodrigo Moya2010-10-053-75/+37
* Fix include directory to match API versionBastien Nocera2010-09-221-1/+1
* Silence build by defaultBastien Nocera2010-09-201-2/+2
* Miscellaneous string fixesPhilip Withnall2010-05-021-1/+1
* Add timed exit optionWilliam Jon McCann2010-01-091-0/+13
* revert build patch from r763Jens Granseuer2009-03-181-10/+11
* Based on patch by: Christopher Taylor <christophth@tiscali.it>Jens Granseuer2009-03-071-11/+10
* also install the plugin header file because it is needed for customJens Granseuer2009-03-021-2/+4
* 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
* Preload gconf dirs when feasible (bug #559167)Behdad Esfahbod2008-11-032-13/+17
* Improve performance logging annotations (bug #559162)Behdad Esfahbod2008-11-032-12/+6
* Get rid of libgnome (bug #557808).Jens Granseuer2008-10-291-24/+0