Skip to content
  1. May 24, 2015
  2. Mar 17, 2014
  3. Nov 11, 2013
  4. Oct 23, 2013
  5. Oct 14, 2013
  6. Oct 11, 2013
  7. Sep 23, 2013
  8. Sep 16, 2013
  9. Sep 15, 2013
  10. Sep 05, 2013
  11. Sep 02, 2013
  12. Aug 31, 2013
  13. Aug 29, 2013
  14. Aug 27, 2013
  15. Aug 26, 2013
  16. Aug 21, 2013
  17. Aug 19, 2013
  18. Aug 08, 2013
  19. Jul 29, 2013
  20. Jul 15, 2013
    • Mike Gorse's avatar
      Skip atspi_(event|device)_listener_new_simple · 37e0039b
      Mike Gorse authored
      These are intended as C convenience functions. Gjs doesn't support
      having a GDestroyNotify without a user_data and prints out a warning, so
      might as well skip for purposes of introspection.
      37e0039b
  21. Jul 10, 2013
    • Mike Gorse's avatar
      Cancel pending calls when giving up on them · 5c7e53d9
      Mike Gorse authored
      When timing out without having received a reply from a pending call,
      then
      cancel the call so that it will be removed from the DBusConnection's
      queue. This will hopefully prevent the call and the
      SpiReentrantCallClosure from being leaked.
      
      Note that this code is still behaving oddly (why isn't a notification
      being sent by libdbus when the specified amount of time has ellapsed?)
      5c7e53d9
    • Mike Gorse's avatar
      Fix memory leak in atspi_accessible_get_role_name · 5da70658
      Mike Gorse authored
      Only dup the string once.
      5da70658
  22. Jul 08, 2013
  23. Jul 01, 2013
    • Mike Gorse's avatar
      Add atspi_set_main_context · d402265f
      Mike Gorse authored
      Add a function to allow at-spi2-atk to set the main context that is used
      when adding idle handlers (ie, process_deferred_messages, which is used
      to prevent new events from being sent to the AT while other events are
      being processed).
      
      Also bump version to 2.9.4.
      d402265f
  24. Jun 17, 2013
  25. Jun 16, 2013
    • Mike Gorse's avatar
      Add atspi_is_initialized · e2dc5271
      Mike Gorse authored
      Added a function to query whether libatspi has been initialized. Used by
      at-spi2-atk. Also, bump version.
      e2dc5271
  26. May 28, 2013
  27. May 22, 2013
  28. May 15, 2013