summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changes to introspection generation to remove DOCTYPE and XMLMark Doffman2008-05-161-6/+5
* Adapt prototypes/includesMike Gorse2008-05-163-2/+4
* First pass at an adaptation. This compiles and runs but is otherwise untestedMike Gorse2008-05-168-1330/+705
* Remove "unImplemented" methodsMike Gorse2008-05-161-50/+3
* Add #ifndef to prevent double inclusion of generated headerMike Gorse2008-05-161-0/+3
* Remove some unused codeMike Gorse2008-05-161-95/+0
* spi_dbus_emit -> spi_dbus_emit_valistMike Gorse2008-05-162-1/+20
* Add registrydMike Gorse2008-05-161-0/+1
* Rework functions related to device eventsMike Gorse2008-05-161-29/+38
* Add registrydMike Gorse2008-05-161-30/+1
* Remove <node> elementMike Gorse2008-05-161-0/+3
* Add missing introspection-loader files.Mark Doffman2008-05-162-0/+115
* Changes to enable new introspection format.Mark Doffman2008-05-168-89/+130
* Remove unused functionsMike Gorse2008-05-121-20/+0
* Add some accessibility structures into accessible.h (for now, anyway; we real...Mike Gorse2008-05-123-51/+121
* Fix syntax and other sundry errors in intropsectable.cMark Doffman2008-05-081-27/+21
* NOT TESTED. Adds an implementation of the D-BusMark Doffman2008-05-071-0/+178
* NOT TESTED. Partial work to update DRoute.Mark Doffman2008-05-0716-587/+149
* Changes to python test code to reflect an update inMark Doffman2008-05-074-43/+54
* Add spi_dbus_object_is_knownMike Gorse2008-05-053-49/+29
* Removed update flag and added separate array of objects to be removed for Upd...Mike Gorse2008-05-051-26/+7
* Added atk-bridge-log.patch and corresponding READMEMike Gorse2008-05-022-0/+55
* Send UpdateTree signal as appropriateMike Gorse2008-05-012-4/+171
* Have register_object and deregister_object queue objects for a cache update.Mike Gorse2008-05-011-3/+6
* Move bus from SpiAppData into DrouteData so that cache functions will get it ...Mike Gorse2008-05-012-21/+25
* Correct update flagMike Gorse2008-04-301-1/+4
* Fix emission of text insert/delete signalsMike Gorse2008-04-301-1/+1
* spi_atk_bridge_signal_listener: convert - to _ in signal nameMike Gorse2008-04-301-1/+3
* Change interface name to org.freedesktop.atspi.TreeMike Gorse2008-04-301-10/+19
* Merge branch 'mdoff' of ssh://git.codethink.co.uk/git/atspi-dbus into mgorseMike Gorse2008-04-306-0/+848
|\
| * 2008-04-30 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-04-306-0/+848
| * Merge branch 'mgorse' of ssh://git.codethink.co.uk/git/atspi-dbusMark Doffman2008-04-292-304/+150
| |\
* | | Set / as the "parent" path of the root objectMike Gorse2008-04-301-1/+1
* | | Update for most recent spec: add parent and remove sub-structMike Gorse2008-04-291-14/+15
* | | Use calloc when allocating app dataMike Gorse2008-04-291-2/+3
* | | Merge branch 'mdoff' of ssh://git.codethink.co.uk/git/atspi-dbus into mgorseMike Gorse2008-04-293-0/+881
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 'mgorse' of ssh://git.codethink.co.uk/git/atspi-dbusMark Doffman2008-04-2943-291/+424
| |\
| * | 2008-04-29 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-04-293-0/+881
* | | Send some signalsMike Gorse2008-04-291-303/+148
* | | Have spi_dbus_get_path check for NULLMike Gorse2008-04-291-1/+2
| |/ |/|
* | Add AccessibleTreeMike Gorse2008-04-253-9/+169
* | Change prototype of spi_dbus_get_path to return a gcharMike Gorse2008-04-252-2/+3
* | Make get_datum optional; assume that an interface is always enabled if it is ...Mike Gorse2008-04-251-5/+10
* | Check before casting to interfacesMike Gorse2008-04-2411-11/+11
* | Correct case of DBus in interface nameMike Gorse2008-04-241-20/+38
* | Dynamically allocate hash keysMike Gorse2008-04-241-4/+11
* | accessible -> atspi in interface namesMike Gorse2008-04-2436-47/+56
* | Fix bugs with object -> path hashMike Gorse2008-04-241-2/+9
* | Add atk-bridgeMike Gorse2008-04-241-0/+1
* | Initial move to dbus. Signals are still unimplemented.Mike Gorse2008-04-241-200/+125