fix for non-navigatable end call window in call-ui application, by Mr Shin-Woo Kim
[platform/upstream/at-spi2-core.git] / atspi /
2016-12-06 Radoslaw Cybulskifix for non-navigatable end call window in call-ui... 11/102911/1 accepted/tizen/3.0/common/20161208.153601 accepted/tizen/3.0/ivi/20161208.063154 accepted/tizen/3.0/mobile/20161208.062802 accepted/tizen/3.0/tv/20161208.063041 accepted/tizen/3.0/wearable/20161208.063049 submit/tizen_3.0/20161207.102526
2015-10-26 Lukasz Stanislawskicomponent: add component highlight index getter. 89/50189/1 accepted/tizen/common/20160203.160738 submit/tizen_common/20160126.063639
2015-10-26 Zbigniew KosinskiImplement GrabHighlight and ClearHighligh methods. 88/50188/1
2015-10-23 Lukasz Stanislawskiintroduce new HIGHLIGHTABLE and HIGHLIGHTED states. 89/49789/2
2015-10-23 Shinwoo Kim[Prevent] 85/49785/2
2015-03-23 Dieter VerfaillieFix GTK-Doc comment blocks
2015-01-26 Joanmarie DiggsAdd new roles for fractions, roots, subscripts, and...
2015-01-21 Mario Sanchez PradaDeprecate atspi_text_get_text_{before,at,after}_offset()
2015-01-15 Joanmarie DiggsAdd ATSPI_STATE_READ_ONLY
2015-01-13 Michael CatanzaroFix a typo in a crasher message
2014-12-15 Mike GorseFix atspi_table_cell_get_column_span prototype
2014-11-25 Alejandro PiñeiroReplaced deprecated "Rename to" GTK-Doc tag
2014-11-25 Mike GorseRevert "Replaced deprecated "Rename to" GTK-Doc tag"
2014-11-25 Alejandro PiñeiroReplaced deprecated "Rename to" GTK-Doc tag
2014-11-20 Alejandro Piñeirogi-annotations: get_relation_set returns a array of...
2014-11-19 Joanmarie DiggsAdd ATSPI_ROLE_STATIC and update documentation for...
2014-11-19 Joanmarie DiggsMake the documentation of ATSPI's STATE_ACTIVE consiste...
2014-09-11 Mike GorseUse app_hash to find app to remove in response to NameO...
2014-09-11 Daiki UenoCheck failure of dbus_connection_send_with_reply()
2014-08-16 Mike GorseFix a silly documentation issue
2014-08-16 Mike GorseCopy interfaces when creating a match rule
2014-07-19 Mike GorseFix lifecycle of an accessible's cache
2014-07-19 Mike GorseUnref an accessible's cache when destroying it
2014-07-19 Mike GorseUnref enum type classes when we're done with them
2014-07-19 Mike GorseFix various memory leaks when checking D-Bus signatures
2014-06-07 Evan NemersonUse git.mk to maintain .gitignore.
2014-06-07 Evan Nemersonintrospection: add some missing Returns: (nullable...
2014-04-22 Michal JagielloAdd GError setter in atspi_accessible_get_process_id...
2014-03-17 Alejandro PiñeiroAdd a check NULL of the source accessible handling...
2014-02-24 Mike GorseDon't pass empty property array to RegisterEvent
2014-02-18 Mike GorseAdd AtspitableCell, tracking the new atk interface
2014-02-17 Giovanni CampagnaFix a critical when processing deferred messages
2014-02-04 Alejandro PiñeiroAdded atspi-accessible-private.h
2014-02-04 Colin Waltersbuild: Fix srcdir != builddir from git
2014-02-01 Mike GorseAllow caching of data sent with events and requesting...
2014-01-16 Mike GorseFix crash when get_process_id called with an app no...
2013-12-02 Alejandro Piñeirodocument: add support to current page and page count
2013-11-20 Mike GorseFix atspi_text_get_bounded_ranges
2013-11-18 Alejandro Piñeirostates: add CHECKABLE and HAS_POPUP states
2013-11-18 Alejandro Piñeiroroles: new roles for ARIA roles
2013-11-08 Alejandro Piñeiroroles: add TITLE_BAR, BLOCK_QUOTE, VIDEO and AUDIO...
2013-10-23 Mike GorseFix atspi_component_contains
2013-10-11 Mike GorseUnref process_deferred_messages_source when clearing it
2013-10-10 Mike GorseFix a few more warnings
2013-10-10 Mike GorseSkip some non-introspectable functions
2013-10-10 Mike GorseRemove calls to g_type_init()
2013-10-10 Mike GorseDefine ATSPI_CACHE_DEFAULT on one line
2013-10-10 Mike GorseFix some warnings and documentation issues
2013-10-10 Mike GorseMake AtspiEventListenerCb not call for a const datum
2013-10-08 Mike GorseAdd prototype for atspi_device_event_get_type
2013-09-15 Mike GorseDocument that multiple attribute values can now be...
2013-09-05 Jasper St. Pierremisc: Simplify code flow in process_deferred_messages
2013-09-05 Jasper St. Pierremisc: Fix bad type
2013-09-05 Mike GorseMove the process_deferred_messages idle cb when switchi...
2013-09-02 Mike GorseInclude config.h in private header
2013-09-02 Mike GorseDon't dispatch while calling get_accessibility_bus_address
2013-08-29 Alejandro Piñeiroskipping atspi_event_listener_[register/deregister...
2013-08-27 Alejandro Piñeiroaccessible: remove an unneeded unref
2013-08-21 Mike GorseDispatch dbus messages after method calls when no main...
2013-08-19 Mike GorseAdd atspi_text_get_string_at_offset
2013-08-08 Mike GorseDo not query X unless DISPLAY or AT_SPI_DISPLAY are set
2013-08-08 Mike GorseAllow building without X11
2013-07-15 Mike GorseSkip atspi_(event|device)_listener_new_simple
2013-07-10 Mike GorseFix memory leak in atspi_accessible_get_role_name
2013-07-01 Mike GorseAdd atspi_set_main_context
2013-06-16 Mike GorseAdd atspi_is_initialized
2013-05-28 Mike GorseAdd template files to EXTRA_DIST
2013-05-22 Mike GorseReinstate atspi_role_get_name
2013-05-15 Mike GorseRename various functions to avoid name collisions
2013-05-14 Mike GorseAnnotate filter to allow none for device event listeners
2013-05-14 Mike Gorseneed to dup a role name when fetching it from a value
2013-05-10 Mike GorseMerge branch 'enum-types'
2013-02-27 Mike GorseAdd atspi_accessible_get_object_locale
2013-02-07 Mike GorseRemove DEBUG_REF_COUNTS define
2013-02-04 Mike GorseFix some warnings
2013-01-31 Mike GorseAdd ATSPI_ROLE_LEVEL_BAR
2013-01-16 Mike GorseFix various warnings
2013-01-15 Mike GorseCheck that message is non-NULL before calling libdbus
2013-01-14 Mike GorseFix ref count leaks in atspi_accessible_get_application
2013-01-14 Mike Gorse_atspi-dbus_call_partial: Check for error.
2012-12-27 Mike GorseFix some ref count issues
2012-12-17 Mike GorseA few documentation fixes
2012-12-17 Patrick WelcheMake documentation for atspi_event_listener_new() appear.
2012-12-14 Patrick WelcheDocumentation fix
2012-12-05 Mike GorseFix a crash when parsing events
2012-11-27 Rui Matosbuild: Use gobject-introspection's Makefile instead...
2012-11-26 Mike GorseFix atspi_device_listener_new_simple and some other...
2012-11-20 Mike GorseRe-register keystroke listeners if the registry goes...
2012-11-19 Mike GorseFix atspi_accessible_get_index_in_parent when the paren...
2012-11-14 Colin Waltersatspi: Readd dbus-1 to introspection generation
2012-11-14 Daiki UenoSome introspection fixes to make vapigen happy
2012-11-14 Daiki UenoFix gtk-doc for AtspiRegistry.
2012-10-26 Mike GorseOnly call an event listener once per event
2012-10-17 Mike GorseDon't output a warning when a p2p connection isn't...
2012-10-05 Mike GorseUpdate cache in response to role change notifications
2012-09-18 William Jon McCannDon't leak dbus connections
2012-09-17 Mike GorseDon't check for NULL when calling _atspi_application_new
2012-09-14 William Jon McCannDon't leak the display string
2012-09-14 William Jon McCannDon't leak errors
2012-09-04 Javier HernándezFixing 'atspi_accessible_get_id' annotation
next