2012-02-24 |
Mike Gorse | Send key events to listeners assumed to be hung, but... |
tree | commitdiff |
2012-02-23 |
Mike Gorse | Expect a signed int for GetIndexInParent, per the spec |
tree | commitdiff |
2012-02-13 |
Mike Gorse | If a keystroke listener does not respond, disable until... |
tree | commitdiff |
2012-01-05 |
Mike Gorse | Allow applications to query keyboard and mouse listeners |
tree | commitdiff |
2011-12-28 |
Mike Gorse | Revert part of last commit |
tree | commitdiff |
2011-12-27 |
Mike Gorse | Add some type checks for dbus messages, and remove... |
tree | commitdiff |
2011-10-06 |
Mike Gorse | BGO#660947: Gracefully exit when already running, rathe... |
tree | commitdiff |
2011-09-15 |
Mike Gorse | Add some defensive checks to prevent problems with... |
tree | commitdiff |
2011-09-09 |
Mike Gorse | Fix crash when handling event listeners |
tree | commitdiff |
2011-09-05 |
Mike Gorse | Fix crash when unregistering device listeners |
tree | commitdiff |
2011-08-29 |
Mike Gorse | Clean up device listeners from disconnected applications |
tree | commitdiff |
2011-07-28 |
Mike Gorse | Remove support for relocated CORBA, as discussed at... |
tree | commitdiff |
2011-05-14 |
Patrick Welche | Build fixes. |
tree | commitdiff |
2011-04-01 |
Matthias Clasen | registry: Use correct signature for EndSessionResponse |
tree | commitdiff |
2011-03-22 |
Alejandro Piñeiro | Removing not required dbus-glib related includes |
tree | commitdiff |
2011-03-21 |
Mike Gorse | Add some missing prototypes |
tree | commitdiff |
2011-03-21 |
Mike Gorse | Bump version, remove dbus-glib dependency, and add... |
tree | commitdiff |
2011-03-21 |
Mike Gorse | Move atspi_get_a11y_bus back into libatspi and publicly... |
tree | commitdiff |
2011-03-21 |
Mike Gorse | Port registryd session management code from dbus-glib... |
tree | commitdiff |
2011-03-19 |
Mike Gorse | Do not free a key listener's bus name and path twice |
tree | commitdiff |
2011-03-18 |
Colin Walters | bus: Rewrite a11y bus management, don't fall back to... |
tree | commitdiff |
2011-03-08 |
Frederic Crozat | Fix missing NULL argument to g_strconcat. |
tree | commitdiff |
2011-03-07 |
Mike Gorse | Fix for BGO#643454: Kill the accessibility bus daemon... |
tree | commitdiff |
2011-02-24 |
Mike Gorse | Fix error parsing old DeviceEvent API introduced in... |
tree | commitdiff |
2011-02-24 |
Mike Gorse | Device events now use uint32 for hw_code and modifiers... |
tree | commitdiff |
2011-02-21 |
Mike Gorse | Remove event listeners from an AT that has disconnected... |
tree | commitdiff |
2011-02-21 |
jhbuild | Fix a few memory leaks in at-spi2-registryd |
tree | commitdiff |
2011-02-10 |
Mike Gorse | BGO#641869: Remove --enable-relocate |
tree | commitdiff |
2011-02-02 |
Mike Gorse | signal_filter in registryd should return NOT_YET_HANDLE... |
tree | commitdiff |
2011-02-01 |
Frederic Crozat | Ensure variable is initialized |
tree | commitdiff |
2011-02-01 |
Frederic Crozat | Add missing return values |
tree | commitdiff |
2011-02-01 |
Frederic Crozat | Add missing standard headers |
tree | commitdiff |
2011-01-08 |
Mike Gorse | Fix a memory leak when emitting some signals from the... |
tree | commitdiff |
2011-01-04 |
Mike Gorse | Have the registry daemon return an error when fetching... |
tree | commitdiff |
2011-01-04 |
Mike Gorse | Add support for ToolkitName and TOolkitVersion into... |
tree | commitdiff |
2010-12-29 |
Mike Gorse | Fix arg type for mouse events |
tree | commitdiff |
2010-12-28 |
Mike Gorse | Add a stub GetItems implementation into at-spi2-registryd |
tree | commitdiff |
2010-12-02 |
Mike Gorse | Return ChildCount property as a variant, per DBus spec |
tree | commitdiff |
2010-11-08 |
Mike Gorse | Merge branch 'master' into gi |
tree | commitdiff |
2010-11-08 |
Mike Gorse | Have the desktop object return ROLE_DESKTOP_FRAME |
tree | commitdiff |
2010-08-23 |
Mike Gorse | Remove unused default-atspi-introspection-path configur... |
tree | commitdiff |
2010-08-20 |
Kjartan Maraas | Link to '-ldl' |
tree | commitdiff |
2010-08-17 |
Patrick Welche | Build fixes |
tree | commitdiff |
2010-08-16 |
Mike Gorse | Add GetRegisteredEvents and EventListenerRegistered... |
tree | commitdiff |
2010-08-09 |
Mike Gorse | Notify registry of event registrations and use to start... |
tree | commitdiff |
2010-06-15 |
Mike Gorse | Add GetChildren to desktop introspection |
tree | commitdiff |
2010-05-31 |
Mike Gorse | Fix crash if GetChildAtIndex is called with an invalid... |
tree | commitdiff |
2010-05-28 |
Mike Gorse | Make device event listener notifications reentrant |
tree | commitdiff |
2010-05-25 |
Mike Gorse | Fix functions missing return values |
tree | commitdiff |
2010-05-15 |
Mark Doffman | Make sure that disconnecting applications send their... |
tree | commitdiff |
2010-04-30 |
Mike Gorse | Remove debugging code. |
tree | commitdiff |
2010-04-30 |
Mike Gorse | Remove duplicate function |
tree | commitdiff |
2010-04-29 |
Mike Gorse | Set an application's id when registering it |
tree | commitdiff |
2010-04-29 |
Mike Gorse | Set an application's id when registering it |
tree | commitdiff |
2010-03-24 |
Mike Gorse | Add g_type_init |
tree | commitdiff |
2010-03-14 |
Mike Gorse | Quit if at-spi-dbus is disabled |
tree | commitdiff |
2010-02-12 |
Mark Doffman | Modify the interface name from org.freedesktop.atspi to |
tree | commitdiff |
2010-02-12 |
Mark Doffman | Make the desktop object and deviceeventcontroller intro... |
tree | commitdiff |
2010-02-04 |
Mark Doffman | Move the application argument to the end of the event... |
tree | commitdiff |
2010-02-03 |
Mark Doffman | Fix mouse click events. They were not being sent with... |
tree | commitdiff |
2010-02-02 |
Mike Gorse | Return Parent as a variant |
tree | commitdiff |
2010-02-03 |
Mark Doffman | Return the address of the registry from the socket... |
tree | commitdiff |
2010-01-26 |
Mark Doffman | Fix wrong bus name being sent whan children are removed. |
tree | commitdiff |
2010-01-22 |
Mark Doffman | Fix marshalling issues with the desktop Component,... |
tree | commitdiff |
2010-01-20 |
Mark Doffman | Make the registry implement the accessible interface... |
tree | commitdiff |
2010-01-11 |
Mike Gorse | Fix mouse:button events |
tree | commitdiff |
2010-01-04 |
Mike Gorse | Fix build errors |
tree | commitdiff |
2009-12-24 |
Mark Doffman | Remove GDK dependency from registry daemon. |
tree | commitdiff |
2009-12-10 |
Mark Doffman | Add command line option to enable interaction with... |
tree | commitdiff |
2009-12-08 |
Mark Doffman | Use the new 'Accessibility' bus if the bus address... |
tree | commitdiff |
2009-11-30 |
Mark Doffman | Add participation in gnome session management. |
tree | commitdiff |
2009-11-16 |
Mike Gorse | Merge branch 'master' into mgorse |
tree | commitdiff |
2009-11-16 |
Mike Gorse | More method name fixes |
tree | commitdiff |
2009-11-10 |
Mike Gorse | Add string.h |
tree | commitdiff |
2009-11-09 |
Mark Doffman | Correct error in D-Bus message matching. |
tree | commitdiff |
2009-11-07 |
Mark Doffman | Remove the dbind and droute libraries. |
tree | commitdiff |
2009-10-30 |
Mike Gorse | Update to correspond with dbus spec |
tree | commitdiff |
2009-10-28 |
Mark Doffman | 2009-28-10 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-10-26 |
Mark Doffman | 2009-26-10 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-10-07 |
Mark Doffman | 2009-07-10 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-08-21 |
Mark Doffman | 2009-08-21 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-08-21 |
Mark Doffman | 2009-08-21 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-08-06 |
Mark Doffman | 2009-08-06 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-08-04 |
Mark Doffman | 2009-08-04 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-07-22 |
Mark Doffman | 2009-06-08 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-07-22 |
Mark Doffman | 2009-06-08 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-07-22 |
Mark Doffman | 2009-06-18 Li Yuan <liyuan@liyuan-desktop.(none)> |
tree | commitdiff |
2009-07-05 |
Mark Doffman | 2009-07-05 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-07-05 |
Mark Doffman | 2009-07-05 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-07-05 |
Mark Doffman | 2009-07-06 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-06-11 |
Mark Doffman | 2009-06-20 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-06-08 |
Mark Doffman | 2009-06-08 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-05-14 |
Mike Gorse | 2009-05-14 Mike Gorse <mgorse@novell.com> |
tree | commitdiff |
2009-04-23 |
Mark Doffman | 2009-04-23 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-04-21 |
Mike Gorse | 2009-04-15 Mike Gorse <mgorse@novell.com> |
tree | commitdiff |
2009-04-21 |
Mike Gorse | 2009-04-15 Mike Gorse <mgorse@novell.com> |
tree | commitdiff |
2009-04-21 |
Mike Gorse | 2009-04-15 Mike Gorse <mgorse@novell.com> |
tree | commitdiff |
2009-04-21 |
Mark Doffman | 2009-03-10 Mark Doffman <mark.doffman@codethink.co.uk> |
tree | commitdiff |
2009-04-15 |
Mike Gorse | Merge branch 'master' of git+ssh://git.freedesktop... |
tree | commitdiff |
2009-04-15 |
Mike Gorse | 2009-04-15 Mike Gorse <mgorse@novell.com> |
tree | commitdiff |
next |