summaryrefslogtreecommitdiff
path: root/atspi
Commit message (Collapse)AuthorAgeFilesLines
* Fix atspi_table_get_column_headerMike Gorse2011-03-151-1/+1
|
* Fix a possible sign issue with state setsMike Gorse2011-03-091-1/+1
|
* Avoid setting enum values to 0x80000000Mike Gorse2011-03-031-2/+2
| | | | | Change ATSPI_CACHE_ALL and ATSPI_CACHE_UNDEFINED, since ATSPI_CACHE_UNDEFINED was set to 0x80000000 and throwing an exception with pygobject.
* bug 643384 - atspi_register_keystroke_listener() should take a bitmask not ↵Trevor Saunders2011-03-012-2/+2
| | | | AtspiKeyListenerSyncType.
* GetNSelections has an out parameter, not an inMike Gorse2011-02-251-1/+1
|
* Device events now use uint32 for hw_code and modifiers in the IPCMike Gorse2011-02-241-5/+6
| | | | | | | Changed device event IPC to use uint32 for hw_code and modifiers, to be more consistent with the rest of the API. Kept AT-SPI struct using gushorts to avoid ABI break, and the registry daemon will continue to accept the old API as well as the new for now.
* Change a couple of enums and types from 16-bit to 32-bit to match specMike Gorse2011-02-172-3/+3
|
* Fix atspi_selection_get_n_selected_childrenMike Gorse2011-02-151-1/+1
|
* Avoid returning uninitialized data for some IPC errorsMike Gorse2011-02-154-6/+6
|
* Fix atspi_selection_get_selected_childMike Gorse2011-02-041-3/+5
|
* Fix some possible crashes and a memory leakMike Gorse2011-02-022-3/+5
|
* Add missing return valuesFrederic Crozat2011-02-011-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=641164
* Have atspi_accessible_get_interfaces explicitly return the Accessible interfaceMike Gorse2011-02-011-0/+1
|
* Fix a crashMike Gorse2011-02-011-0/+1
|
* Add ATSPI_CACHE_NONEMike Gorse2011-01-311-0/+1
|
* Update copyright and add some missing license infoMike Gorse2011-01-3134-37/+79
|
* Add atspi_accessible_set_cache_maskMike Gorse2011-01-318-20/+79
|
* Install public headersMike Gorse2011-01-311-1/+32
|
* Add setters for component extents/size/positionMike Gorse2011-01-312-1/+123
|
* Change a couple of g_error calls to call g_warningMike Gorse2011-01-281-2/+2
|
* Fix most compiler warnings and various miscellaneous problemsMike Gorse2011-01-2812-93/+61
|
* Add a NULL check into atspi_event_listener_register_from_callbackMike Gorse2011-01-281-0/+6
|
* More error handling fixesMike Gorse2011-01-246-35/+54
| | | | | | Set the GError in some more cases where we were previously printing warnings. Also added an error parameter to event register/deregister functions, as it makes calls over the wire.
* Fix atspi_editable_text_set_text_contentsMike Gorse2011-01-241-1/+1
|
* Fix crash in atspi_image_get_image_descriptionDan Winship2011-01-211-1/+1
| | | | | | | | If the remote object didn't define this property then the function would return stack garbage, which the caller would eventually try to free. https://bugzilla.gnome.org/show_bug.cgi?id=640198
* Check whether an accessible object implements the 'Hyperlink' interface.Mario Sanchez Prada2011-01-201-0/+18
|
* Fix stupid 32 -> 64-bit casting problems with state setsMike Gorse2011-01-101-4/+4
|
* Fix passing of coordType for some text methodsMike Gorse2011-01-091-5/+5
|
* Set error if an error is returned while fetching a propertyMike Gorse2011-01-091-2/+13
|
* Fix keystroke deregister method.Eitan Isaacson2011-01-072-8/+22
|
* Update the cache before raising an event to a listener, not afterMike Gorse2011-01-071-1/+2
| | | | | | When a children-changed, property-change, or state-changed event is fired, update the cache before calling callbacks rather than after. This ensures that queries will return the correct information.
* Fix some more memory leaksMike Gorse2011-01-061-1/+7
|
* Fix some memory leaksMike Gorse2011-01-062-3/+14
|
* Add another NULL-app check for get_parentMike Gorse2011-01-041-1/+1
|
* Return exceptions for errors rather than printing warningsMike Gorse2011-01-045-15/+37
|
* Fix another crash with disposed applicationsMike Gorse2011-01-031-0/+4
|
* Fix storing and freeing of hyperlink pathsMike Gorse2011-01-012-3/+2
|
* Fix a couple of crashes, and temporarily work around another oneMike Gorse2010-12-311-1/+2
|
* Fix a couple of crashesMike Gorse2010-12-312-1/+11
|
* Fix some return valuesMike Gorse2010-12-302-6/+15
|
* Return a state set with STATE_DEFUNCT for disposed objectsMike Gorse2010-12-301-0/+8
|
* Fix atspi_rect_copy and atspi_point_copyMike Gorse2010-12-301-6/+14
|
* Fix a crash when calling an object from a disposed applicationMike Gorse2010-12-301-0/+7
|
* Initial pass at adding i18n and proper object disposalMike Gorse2010-12-2911-78/+214
| | | | | | | Objects are now "disposed" when RemoveAccessible is received or the application goes away. This allows the objects to be dereferenced and properly cleaned up. Also fix some related bugs and add i18n. Some reference leaks remain, however.
* Revert "Send an event type as a struct rather than a concatenated string"Mike Gorse2010-12-295-131/+78
| | | | This reverts commit 1e08268e94a4143f4b6f4bd29e08c9f1a868bb45.
* Revert "Fix a crash when deregistering event listeners"Mike Gorse2010-12-291-1/+1
| | | | This reverts commit 2354dedb6141cfcb36a8f4e7ce1e1a55d36e5c50.
* Fix a crash when deregistering event listenersMike Gorse2010-12-291-1/+1
|
* Send an event type as a struct rather than a concatenated stringMike Gorse2010-12-295-78/+131
|
* Add error message for events with the wrong signatureMike Gorse2010-12-291-3/+7
|
* Fix crash with event listener deregistrationMike Gorse2010-12-291-1/+6
|