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: Refactor Providers #2414

Merged
merged 5 commits into from
Aug 20, 2019
Merged

Commits on Aug 12, 2019

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

Commits on Aug 15, 2019

  1. WindowsTerminal's ScreenInfoUiaProvider --> TermControlUiaProvider

    UiaTextRange now has a com_ptr reference to its parent
    ScreenInfoUiaProvider's CreateUTRs and GetSelectionRangeUTRs got renamed
    WindowUiaProvider TODO comment fixes + remove layering violation
    carlos-zamora committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    9b857de View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Merge branch 'master' into dev/cazamor/acc-providers

    Fix merge conflicts regarding refacroting of IRenderData
    
    # Conflicts:
    #	src/cascadia/TerminalControl/TermControlAutomationPeer.cpp
    #	src/cascadia/TerminalCore/Terminal.hpp
    #	src/cascadia/TerminalCore/terminalrenderdata.cpp
    #	src/host/renderData.cpp
    #	src/host/renderData.hpp
    #	src/interactivity/win32/ut_interactivity_win32/UiaTextRangeTests.cpp
    #	src/interactivity/win32/windowUiaProvider.cpp
    #	src/renderer/inc/IRenderData.hpp
    #	src/types/ScreenInfoUiaProviderBase.cpp
    #	src/types/ScreenInfoUiaProviderBase.h
    #	src/types/UiaTextRangeBase.cpp
    #	src/types/UiaTextRangeBase.hpp
    carlos-zamora committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    1f771a2 View commit details
    Browse the repository at this point in the history
  2. PR Feedback

    - RETURN_HR_IF(E_INVALIDARG, ppProvider == nullptr) checks
    carlos-zamora committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    5738188 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. PR change nit

    carlos-zamora committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    f56e1dc View commit details
    Browse the repository at this point in the history