summaryrefslogtreecommitdiff
path: root/registryd/registry-main.c
Commit message (Expand)AuthorAgeFilesLines
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-126/+136
* Decouple the construction of SpiDEController and SpiRegistryFederico Mena Quintero2022-11-111-2/+2
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
* Fix outdated FSF addressMike Gorse2019-08-271-2/+2
* Ensure that we register with the session manager only onceDavid Liang2014-06-071-0/+18
* registryd: Wait for session manager to start before registering with itDavid Liang2014-04-271-11/+13
* registryd: Remove some unused codeMike Gorse2014-02-171-9/+0
* Check returned error before using when registering with session managerMike Gorse2013-10-231-2/+5
* Remove calls to g_type_init()Mike Gorse2013-10-101-2/+0
* Don't leak dbus connectionsWilliam Jon McCann2012-09-171-0/+6
* Don't leak errorsWilliam Jon McCann2012-09-141-3/+4
* BGO#660947: Gracefully exit when already running, rather than SIGABRTMike Gorse2011-10-061-1/+1
* Remove support for relocated CORBA, as discussed at the a11y meetingMike Gorse2011-07-281-43/+0
* registry: Use correct signature for EndSessionResponseMatthias Clasen2011-04-011-1/+1
* Removing not required dbus-glib related includesAlejandro PiƱeiro2011-03-221-1/+0
* Add some missing prototypesMike Gorse2011-03-211-1/+1
* Bump version, remove dbus-glib dependency, and add pc fileMike Gorse2011-03-211-1/+1
* Move atspi_get_a11y_bus back into libatspi and publicly exportMike Gorse2011-03-211-2/+2
* Port registryd session management code from dbus-glib to gdbusMike Gorse2011-03-211-55/+63
* bus: Rewrite a11y bus management, don't fall back to session busColin Walters2011-03-181-130/+2
* Fix missing NULL argument to g_strconcat.Frederic Crozat2011-03-081-1/+1
* Fix for BGO#643454: Kill the accessibility bus daemon with the GNOME sessionMike Gorse2011-03-071-0/+29
* Fix a few memory leaks in at-spi2-registrydjhbuild2011-02-211-0/+2
* BGO#641869: Remove --enable-relocateMike Gorse2011-02-101-8/+0
* Ensure variable is initializedFrederic Crozat2011-02-011-1/+1
* Remove unused default-atspi-introspection-path configure optionMike Gorse2010-08-231-10/+0
* Add g_type_initMike Gorse2010-03-241-0/+2
* Quit if at-spi-dbus is disabledMike Gorse2010-03-141-0/+53
* Fix build errorsMike Gorse2010-01-041-1/+1
* Remove GDK dependency from registry daemon.Mark Doffman2009-12-241-3/+1
* Add command line option to enable interaction with the gnome sessionMark Doffman2009-12-091-12/+13
* Use the new 'Accessibility' bus if the bus address is available onMark Doffman2009-12-081-3/+106
* Add participation in gnome session management.Mark Doffman2009-11-301-1/+136
* Remove the dbind and droute libraries.Mark Doffman2009-11-071-7/+3
* 2009-07-10 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-10-071-106/+0
* 2009-06-08 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-07-221-1/+107
|\
| * 2009-06-18 Li Yuan <liyuan@liyuan-desktop.(none)>Mark Doffman2009-07-221-1/+107
* | 2009-07-05 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-07-051-1/+1
* | 2009-07-06 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-07-051-1/+1
|/
* 2008-12-17 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-12-181-21/+14
* 2008-11-13 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-11-131-0/+1
|\
* | 2008-11-13 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-11-131-2/+27
|/
* 2008-10-11 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-10-111-6/+17
* 2008-07-23 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-07-231-44/+24
* Do not start if an instance already owns org.freedesktop.atspi.RegistryMike Gorse2008-06-261-2/+2
* 2008-05-16 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-05-161-0/+3
* First pass at an adaptation. This compiles and runs but is otherwise untestedMike Gorse2008-05-161-27/+9
* 2007-01-08 Li Yuan <li.yuan@sun.com>liyuan2007-01-081-2/+1
* Fix for bug #163132 - allows multi-user/remote access to thebillh2006-11-071-7/+38
* Added "#include <config.h>" to some source files just for completeness/style.billh2006-07-191-0/+1