summaryrefslogtreecommitdiff
path: root/droute/droute-pairhash.c
Commit message (Collapse)AuthorAgeFilesLines
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
| | | | Fixes https://gitlab.gnome.org/GNOME/at-spi2-atk/issues/2
* Fix old FSF addressMike Gorse2019-08-271-2/+2
|
* Fix org.freedesktop.DBus.Properties.GetAllMike Gorse2010-04-091-1/+1
|
* Add the droute and dbind libraries as static libraries within this repository.Mark Doffman2009-11-071-0/+87
| | | | Previously these were shared libraries in at-spi2-core.
* 2009-07-06 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-07-061-87/+0
| | | | | Re-organize the build configuration to use an external registryd, dbind and droute libraries from at-spi2-core.
* 2009-02-10 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-02-101-4/+4
| | | | | | Fix some warnings when -Wall used. These included non-void functions with no return values that caused make distcheck to fail.
* 2008-12-17 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-12-181-0/+6
| | | | | | | | | | | | | | | | | Mega commit that changes droute, adding an interface for creating a droute context and registering single, or multiple objects with the droute context. Modifies atk-adaptor and registryd to use the new interface. * droute/ New interface * atk-adaptor Use new droute interface * registryd Use new droute interface * pyatspi Bug fix, methods were using "null" interface.
* 2008-12-07 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-12-071-0/+81
* dbind/* droute/* Complete refactoring droute to add api for creating single objects and object classes. Minor refactor of dbind, adding interface for marshalling signals.