summaryrefslogtreecommitdiff
path: root/gnome-settings-daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 555553 – format not a string literal and no format argumentsChristian Persch2008-10-123-4/+4
* Patch by: Simon Zheng <simon.zheng@sun.com>Jens Granseuer2008-09-101-5/+5
* stop all plugins on shutdownJens Granseuer2008-05-271-1/+10
* 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 profiling points to plugins.William Jon McCann2008-03-241-2/+25
* Fix a refcounting bug. Add a few more checks. Fix up a leak. Fixes #524183William Jon McCann2008-03-242-22/+39
* Add missing files. Add some more profiling points.William Jon McCann2008-03-244-2/+131
* Add some profiling code. Must specify --enable-profiling to configure.William Jon McCann2008-03-244-18/+74
* Disable debug by default again.William Jon McCann2008-02-291-1/+1
* minor clean-upJens Granseuer2008-02-291-6/+2
* When dbus activated only load the plugins when requested instead of atWilliam Jon McCann2008-02-294-38/+84
* Add --debug command line option. Only print DEBUG level messages ifWilliam Jon McCann2008-02-251-3/+28
* Don't debug msg on missing priority since we don't recommend that it beWilliam Jon McCann2008-02-251-1/+0