Build fixes.
[platform/upstream/at-spi2-core.git] / atspi /
2011-05-14 Patrick WelcheBuild fixes.
2011-05-06 Mike GorseCall g_error if unable to find the accessibility bus
2011-05-06 Mike GorseFix memory leaks in get_toolkit_name and get_toolkit_ve...
2011-05-05 Mike GorseRemove some redundant out-of-memory checks
2011-05-05 Mike GorseDon't translate g_warning messages
2011-05-04 Mike GorseFix a possible crash when an application is short-lived
2011-04-25 Daiki UenoRemove doc about non-existent ATSPI_KEYSET_ALL_KEYS.
2011-04-18 Mike GorseAdd atspi_accessible_get_id
2011-04-18 Mike GorseFix for BGO#648130: event host_application should retur...
2011-04-18 Mike GorseFix a crash introduced in last commit
2011-04-18 Mike GorseFix for BGO#648059: get_application should return somet...
2011-04-08 Michael Meeksfix atk_text_get_text leak
2011-03-29 Mike Gorsedbus-glib-1 -> dbus-1 in AT-SPI GIR flags
2011-03-21 Mike GorseAdd some missing prototypes
2011-03-21 Mario Sanchez PradaPass the right parameter to _atspi_dbus_call() from...
2011-03-21 Mike GorseBump version, remove dbus-glib dependency, and add...
2011-03-21 Mike GorseMove atspi_get_a11y_bus back into libatspi and publicly...
2011-03-18 Colin Waltersbus: Rewrite a11y bus management, don't fall back to...
2011-03-15 Mike GorseFix atspi_table_get_column_header
2011-03-09 Mike GorseFix a possible sign issue with state sets
2011-03-03 Mike GorseAvoid setting enum values to 0x80000000
2011-03-01 Trevor Saundersbug 643384 - atspi_register_keystroke_listener() should...
2011-02-25 Mike GorseGetNSelections has an out parameter, not an in
2011-02-24 Mike GorseDevice events now use uint32 for hw_code and modifiers...
2011-02-17 Mike GorseChange a couple of enums and types from 16-bit to 32...
2011-02-15 Mike GorseFix atspi_selection_get_n_selected_children
2011-02-15 Mike GorseAvoid returning uninitialized data for some IPC errors
2011-02-04 Mike GorseFix atspi_selection_get_selected_child
2011-02-02 Mike GorseFix some possible crashes and a memory leak
2011-02-01 Frederic CrozatAdd missing return values
2011-02-01 Mike GorseHave atspi_accessible_get_interfaces explicitly return...
2011-02-01 Mike GorseFix a crash
2011-01-31 Mike GorseAdd ATSPI_CACHE_NONE
2011-01-31 Mike GorseUpdate copyright and add some missing license info
2011-01-31 Mike GorseAdd atspi_accessible_set_cache_mask
2011-01-31 Mike GorseInstall public headers
2011-01-31 Mike GorseAdd setters for component extents/size/position
2011-01-28 Mike GorseChange a couple of g_error calls to call g_warning
2011-01-28 Mike GorseFix most compiler warnings and various miscellaneous...
2011-01-28 Mike GorseAdd a NULL check into atspi_event_listener_register_fro...
2011-01-24 Mike GorseMore error handling fixes
2011-01-24 Mike GorseFix atspi_editable_text_set_text_contents
2011-01-21 Dan WinshipFix crash in atspi_image_get_image_description
2011-01-20 Mario Sanchez PradaCheck whether an accessible object implements the ...
2011-01-10 Mike GorseFix stupid 32 -> 64-bit casting problems with state...
2011-01-09 Mike GorseFix passing of coordType for some text methods
2011-01-09 Mike GorseSet error if an error is returned while fetching a...
2011-01-07 Eitan IsaacsonFix keystroke deregister method.
2011-01-07 Mike GorseUpdate the cache before raising an event to a listener...
2011-01-06 Mike GorseFix some more memory leaks
2011-01-06 Mike GorseFix some memory leaks
2011-01-04 Mike GorseAdd another NULL-app check for get_parent
2011-01-04 Mike GorseReturn exceptions for errors rather than printing warnings
2011-01-03 Mike GorseFix another crash with disposed applications
2011-01-01 Mike GorseFix storing and freeing of hyperlink paths
2010-12-31 Mike GorseFix a couple of crashes, and temporarily work around...
2010-12-31 Mike GorseFix a couple of crashes
2010-12-30 Mike GorseFix some return values
2010-12-30 Mike GorseReturn a state set with STATE_DEFUNCT for disposed...
2010-12-30 Mike GorseFix atspi_rect_copy and atspi_point_copy
2010-12-30 Mike GorseFix a crash when calling an object from a disposed...
2010-12-30 Mike GorseInitial pass at adding i18n and proper object disposal
2010-12-29 Mike GorseRevert "Send an event type as a struct rather than...
2010-12-29 Mike GorseRevert "Fix a crash when deregistering event listeners"
2010-12-29 Mike GorseFix a crash when deregistering event listeners
2010-12-29 Mike GorseSend an event type as a struct rather than a concatenat...
2010-12-29 Mike GorseAdd error message for events with the wrong signature
2010-12-29 Mike GorseFix crash with event listener deregistration
2010-12-29 Mike GorseFix image locale and description
2010-12-28 Mike GorseAdd some verbosity to the warning displayed when GetIte...
2010-12-28 Mike GorseAdd a stub GetItems implementation into at-spi2-registryd
2010-12-28 Mike GorseFix building from a separate build directory
2010-12-28 Mike GorseFix atspi_accessible_get_description
2010-12-22 Mike GorseRemove some dead code
2010-12-21 Mike GorseFix a few warnings and documentation issues
2010-12-21 Mike GorseTable fixes
2010-12-21 Mike GorseAdd a trailing colon for focus events
2010-12-20 Mike GorseFix a couple of typos with table functions
2010-12-09 Mike GorseSome attribute-related fixes
2010-12-09 Mike GorseRename text to content in AtspiTextRange to match origi...
2010-12-09 Mike GorseFix atspi_text_get_default_attributes
2010-12-06 Mike GorseFix atspi_hyperlink_get_(start|end)_index
2010-12-06 Mike GorseFix updating cache from events
2010-12-04 Mike GorseAdd a check for a NULL message
2010-12-04 Mike GorseUse peer-to-peer connections when available
2010-12-03 Mike GorseChange some error return values to match AT-SPI-CORBA...
2010-12-03 Mike GorseSeveral cache-related fixes
2010-12-02 Mike GorseHypertext and hyperlink fixes
2010-12-02 Mike GorseFix copying of event any_data
2010-12-02 Mike GorseRemove old accessible data before adding from an iter
2010-12-01 Mike GorseAdd get_interfaces, and fetch interface/stateset over...
2010-12-01 Mike GorseAdd time-out, and support inspecting our own app
2010-12-01 Mike GorseFix uninitialized variable in get_index_in_parent
2010-11-29 Mike GorseRelease v1.91.3 AT_SPI2_CORE_1_91_3
2010-11-29 Mike GorseVarious fixes
2010-11-28 Mike GorseReally commit fixes; make unit tests pass
2010-11-28 Mike GorseAdded relation set and various other fixes
2010-11-24 Mike GorseState and action fixes
2010-11-23 Mike GorseAdd first pass at MatchRule/Collection implementation
2010-11-20 Mike GorseAdd Hypertext and Hyperlink and some refactoring to...
next