Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Basic Unix platform adapter #198

Merged
merged 69 commits into from Jan 5, 2023
Merged

Commits on Dec 27, 2022

  1. AT-SPI adapter scaffolding

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    64aef00 View commit details
    Browse the repository at this point in the history
  2. Major refactoring

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    9770914 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d122c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2505ca7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    065b451 View commit details
    Browse the repository at this point in the history
  6. Implement role translation

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    438002e View commit details
    Browse the repository at this point in the history
  7. Improve node state

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    a5081c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc197fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61d6611 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d55ea1d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    705bcb6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dd72c22 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1f55b5f View commit details
    Browse the repository at this point in the history
  14. Run cargo fmt

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    59009e0 View commit details
    Browse the repository at this point in the history
  15. Refactor node state method

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    447aa60 View commit details
    Browse the repository at this point in the history
  16. Various fixes after rebase

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    992ef70 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0514517 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3e63b01 View commit details
    Browse the repository at this point in the history
  19. cargo fmt

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    1be5dda View commit details
    Browse the repository at this point in the history
  20. Improve Interfaces

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    c3a89b5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a019089 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5e50f51 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f8da04c View commit details
    Browse the repository at this point in the history
  24. Refactor and improve events

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    1cb6005 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e9b9a12 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    33e6793 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5aa4015 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8daa161 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    95c5953 View commit details
    Browse the repository at this point in the history
  30. Get rid of Drop for Bus to avoid accidentally unembedding, AT-SPI see…

    …ms to not need it anyway
    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    44c7511 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4a54c2f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0966b96 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    90923b4 View commit details
    Browse the repository at this point in the history
  34. Update deps

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    aec46ab View commit details
    Browse the repository at this point in the history
  35. Rebase

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    19551a4 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0dae57a View commit details
    Browse the repository at this point in the history
  37. Various cleanups

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    a7e601e View commit details
    Browse the repository at this point in the history
  38. Start using the atspi crate

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    e204ef9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    56d26ef View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    92cf00f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    6f45b19 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    366bbc2 View commit details
    Browse the repository at this point in the history
  43. Rebase

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    aa589ec View commit details
    Browse the repository at this point in the history
  44. Refactor node positioning

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    d8acda1 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0acef5f View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    2b85e23 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    ae7ae16 View commit details
    Browse the repository at this point in the history
  48. Update to latest accesskit

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    8e1de32 View commit details
    Browse the repository at this point in the history
  49. Add a README

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    c223cb5 View commit details
    Browse the repository at this point in the history
  50. cargo fmt

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    c83b3c4 View commit details
    Browse the repository at this point in the history
  51. Please clippy

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    e2f2350 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5528004 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    36c442c View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    cb4ef83 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    806e1aa View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    30ba2ca View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    c762bbb View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    480932f View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    0105122 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    0a29994 View commit details
    Browse the repository at this point in the history
  61. Drop dependency on strum

    DataTriny committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    c2253ff View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    3000187 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    c077ed9 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    afcdf42 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    8f12d91 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Raise events asynchronously

    DataTriny committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    988ccfd View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    79776dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b48aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55ea3c9 View commit details
    Browse the repository at this point in the history