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

update atspi v0.22.0 #149

Merged
merged 35 commits into from
May 30, 2024
Merged

update atspi v0.22.0 #149

merged 35 commits into from
May 30, 2024

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    ac469e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eac59eb View commit details
    Browse the repository at this point in the history
  3. children_num i32 -> usize

    Clippy
    TTWNO committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    11e1c28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2522e1 View commit details
    Browse the repository at this point in the history
  5. i32 -> usize for string positioning

    Adapt to i32 -> usize changes
    
    fmt
    TTWNO committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    00244c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83df5ac View commit details
    Browse the repository at this point in the history
  7. Fix clippy issues

    TTWNO committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2c24792 View commit details
    Browse the repository at this point in the history
  8. Fix test compiles

    TTWNO committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a6cf72e View commit details
    Browse the repository at this point in the history
  9. Fix deps

    TTWNO committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    af3766c View commit details
    Browse the repository at this point in the history
  10. Remove the old code in state

    TTWNO committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4dc666f View commit details
    Browse the repository at this point in the history
  11. Fix tests

    TTWNO committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bcc54e1 View commit details
    Browse the repository at this point in the history
  12. formatting

    TTWNO committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6592710 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Various cleanups

    - Rename `get_children_caret` to `get_children_from_cursor`
    - Remove `async_trait` in favour of dep-less solution.
    TTWNO committed May 8, 2024
    Configuration menu
    Copy the full SHA
    371145e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0a9830 View commit details
    Browse the repository at this point in the history
  3. Remove unused trait

    TTWNO committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f8f0849 View commit details
    Browse the repository at this point in the history
  4. Remove unused dep

    TTWNO committed May 8, 2024
    Configuration menu
    Copy the full SHA
    40300f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd20e58 View commit details
    Browse the repository at this point in the history
  6. Thank clippy for its service

    TTWNO committed May 8, 2024
    Configuration menu
    Copy the full SHA
    15363e0 View commit details
    Browse the repository at this point in the history
  7. Update notify for latest atspi

    TTWNO committed May 8, 2024
    Configuration menu
    Copy the full SHA
    cbbc034 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Remove atspi-client from deps

    TTWNO committed May 13, 2024
    Configuration menu
    Copy the full SHA
    94ecfc4 View commit details
    Browse the repository at this point in the history
  2. Remove atspi-client from deps

    TTWNO committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5dce87c View commit details
    Browse the repository at this point in the history
  3. Update to latest traits

    TTWNO committed May 13, 2024
    Configuration menu
    Copy the full SHA
    cf5bf16 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Upgrade to new atspi traits

    TTWNO committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d627688 View commit details
    Browse the repository at this point in the history
  2. Update cargo lock

    TTWNO committed May 23, 2024
    Configuration menu
    Copy the full SHA
    66a9734 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Fix test message building

    TTWNO committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0bf03de View commit details
    Browse the repository at this point in the history
  2. default_features -> default-features

    Remove async fn in trait thing
    TTWNO committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ec98d6a View commit details
    Browse the repository at this point in the history
  3. Fix doc issues

    TTWNO committed May 24, 2024
    Configuration menu
    Copy the full SHA
    831afee View commit details
    Browse the repository at this point in the history
  4. fmt

    TTWNO committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7c6c8e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c565bd6 View commit details
    Browse the repository at this point in the history
  6. Remove unused feature

    TTWNO committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3f0dc6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aaf214d View commit details
    Browse the repository at this point in the history
  8. Remove unused deps

    TTWNO committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2562501 View commit details
    Browse the repository at this point in the history
  9. fmt

    TTWNO committed May 24, 2024
    Configuration menu
    Copy the full SHA
    910d537 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    a8f20b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a20b3c2 View commit details
    Browse the repository at this point in the history