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

Accessibility: Finalized Shared UIA Tree Model #1915

Merged
merged 5 commits into from
Jul 16, 2019

Commits on Jul 1, 2019

  1. Moved IScreenInfoUiaProvider into shared space.

    Both projects must now implement the virtual functions.
    ConHost should be MOSTLY set up.
    WT needs a way to implement these (need access to Terminal info)
    
    NEXT: Fix IScreenInfoUiaProvider's references to Selection and UiaTextRange
    carlos-zamora committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    607742e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Fixed ConHost (mostly)

    TODOs:
    - bugfix: get rects for Min/Max/Close buttons
    - Clean public/protected/private functions from UIA Providers (some are in wrong place)
    - re-attach tracing
    - Hook up Windows Terminal
    carlos-zamora committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    9e5390d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Renamed RenderData's FindText to SearchForText

    Got WindowsTerminal UIA Tree up and running again
    
    TODO ConHost:
    - bugfix: get rects for Caption buttons
    - re-attach tracing
    
    TODO WT:
    - attach ScreenInfoUiaProvider to TermControl
    carlos-zamora committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    076cf36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e983e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Most PR Changes

    carlos-zamora committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    821fba6 View commit details
    Browse the repository at this point in the history