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

Prototype for Windows Terminal: Use notifications instead of monitoring for new text #14047

Merged
merged 27 commits into from
Oct 25, 2022

Commits on Aug 25, 2022

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

    LeonarddeR authored and codeofdusk committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    60d4b36 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Bill Dengler <codeofdusk@gmail.com>
    LeonarddeR and codeofdusk committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5054d0c View commit details
    Browse the repository at this point in the history
  4. Fix imports

    LeonarddeR authored and codeofdusk committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f9771b3 View commit details
    Browse the repository at this point in the history
  5. Import ordering

    LeonarddeR authored and codeofdusk committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2cafc67 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    f39870b View commit details
    Browse the repository at this point in the history
  2. Remove Windows Terminal from textChangeUIAClassNames as it no longer …

    …requires textChange events.
    codeofdusk committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    1176505 View commit details
    Browse the repository at this point in the history
  3. Suppress more blanks

    codeofdusk committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9735811 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

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

Commits on Sep 29, 2022

  1. Merge branch 'master' into wtNotifications

    For now, consider WPFTermControl a suitable implementation for notification events. However, if we run int o a problem that requires an upstream update, we'll probably have to resort to diffing as WPFTermControl likely won't be updated.
    codeofdusk committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f79d0f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    a2bff15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40ca1e0 View commit details
    Browse the repository at this point in the history
  3. Remove dead code

    codeofdusk committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    73b5367 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Rename flag enum

    codeofdusk committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    497e3f3 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Sean Budd <seanbudd123@gmail.com>
    codeofdusk and seanbudd authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    2cba013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69f621e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Apply suggestions from code review

    Co-authored-by: Sean Budd <seanbudd123@gmail.com>
    codeofdusk and seanbudd authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    81fe5e0 View commit details
    Browse the repository at this point in the history
  2. Style

    codeofdusk committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    6a1bbb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Add types

    codeofdusk committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e043da9 View commit details
    Browse the repository at this point in the history
  2. Fix hyphen

    codeofdusk committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    b6620a7 View commit details
    Browse the repository at this point in the history
  3. Add alias

    codeofdusk committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f992db5 View commit details
    Browse the repository at this point in the history
  4. Use getattr

    codeofdusk committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    1b915a0 View commit details
    Browse the repository at this point in the history
  5. Update source/NVDAObjects/UIA/winConsoleUIA.py

    Co-authored-by: Sean Budd <seanbudd123@gmail.com>
    codeofdusk and seanbudd authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    715168b View commit details
    Browse the repository at this point in the history
  6. Rename

    codeofdusk committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    5139a56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b706a19 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    5fe8559 View commit details
    Browse the repository at this point in the history
  2. update changes

    seanbudd committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    f6f6563 View commit details
    Browse the repository at this point in the history