summaryrefslogtreecommitdiff
path: root/registryd
Commit message (Expand)AuthorAgeFilesLines
* Build fixes.Patrick Welche2011-05-141-2/+1
* registry: Use correct signature for EndSessionResponseMatthias Clasen2011-04-011-1/+1
* Removing not required dbus-glib related includesAlejandro PiƱeiro2011-03-222-2/+0
* Add some missing prototypesMike Gorse2011-03-214-4/+7
* Bump version, remove dbus-glib dependency, and add pc fileMike Gorse2011-03-212-3/+3
* Move atspi_get_a11y_bus back into libatspi and publicly exportMike Gorse2011-03-214-223/+3
* Port registryd session management code from dbus-glib to gdbusMike Gorse2011-03-212-55/+65
* Do not free a key listener's bus name and path twiceMike Gorse2011-03-181-2/+5
* bus: Rewrite a11y bus management, don't fall back to session busColin Walters2011-03-184-130/+223
* 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 error parsing old DeviceEvent API introduced in last commitMike Gorse2011-02-241-3/+10
* Device events now use uint32 for hw_code and modifiers in the IPCMike Gorse2011-02-243-7/+9
* Remove event listeners from an AT that has disconnected from the busMike Gorse2011-02-211-1/+1
* Fix a few memory leaks in at-spi2-registrydjhbuild2011-02-212-1/+10
* BGO#641869: Remove --enable-relocateMike Gorse2011-02-101-8/+0
* signal_filter in registryd should return NOT_YET_HANDLED for non-signalsMike Gorse2011-02-011-1/+1
* Ensure variable is initializedFrederic Crozat2011-02-011-1/+1
* Add missing return valuesFrederic Crozat2011-02-011-5/+6
* Add missing standard headersFrederic Crozat2011-02-011-0/+1
* Fix a memory leak when emitting some signals from the registryMike Gorse2011-01-081-0/+1
* Have the registry daemon return an error when fetching an invalid propertyMike Gorse2011-01-041-0/+10
* Add support for ToolkitName and TOolkitVersion into the registry daemonMike Gorse2011-01-042-0/+19
* Fix arg type for mouse eventsMike Gorse2010-12-291-2/+2
* Add a stub GetItems implementation into at-spi2-registrydMike Gorse2010-12-282-0/+65
* Return ChildCount property as a variant, per DBus specMike Gorse2010-12-021-1/+8
* Have the desktop object return ROLE_DESKTOP_FRAMEMike Gorse2010-11-081-3/+3
* Remove unused default-atspi-introspection-path configure optionMike Gorse2010-08-231-10/+0
* Link to '-ldl'Kjartan Maraas2010-08-201-1/+2
* Build fixesPatrick Welche2010-08-171-15/+20
* Add GetRegisteredEvents and EventListenerRegistered/Deregistered signalsMike Gorse2010-08-164-19/+192
* Notify registry of event registrations and use to start polling of mouseMike Gorse2010-08-095-4/+207
* Add GetChildren to desktop introspectionMike Gorse2010-06-151-0/+3
* Fix crash if GetChildAtIndex is called with an invalid indexMike Gorse2010-05-311-2/+7
* Make device event listener notifications reentrantMike Gorse2010-05-282-17/+69
* Fix functions missing return valuesMike Gorse2010-05-251-10/+14
* Make sure that disconnecting applications send their root path in theMark Doffman2010-05-151-5/+6
* Remove debugging code.Mike Gorse2010-04-301-2/+0
* Remove duplicate functionMike Gorse2010-04-301-24/+0
* Set an application's id when registering itMike Gorse2010-04-291-0/+24
* Set an application's id when registering itMike Gorse2010-04-292-0/+29
* Add g_type_initMike Gorse2010-03-241-0/+2
* Quit if at-spi-dbus is disabledMike Gorse2010-03-141-0/+53
* Modify the interface name from org.freedesktop.atspi toMark Doffman2010-02-118-65/+65
* Make the desktop object and deviceeventcontroller introspectable.Mark Doffman2010-02-115-26/+984
* Move the application argument to the end of the event structureMark Doffman2010-02-032-9/+16
* Fix mouse click events. They were not being sent with their application.Mark Doffman2010-02-031-1/+8
* Return Parent as a variantMike Gorse2010-02-021-1/+6
* Return the address of the registry from the socket/Embed methodMark Doffman2010-02-021-1/+10
* Fix wrong bus name being sent whan children are removed.Mark Doffman2010-01-251-2/+1