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

Support UI Automation custom annotations such as notes in MS Excel #12861

Merged
merged 19 commits into from
Oct 20, 2021

Commits on Sep 16, 2021

  1. Add registerUIAAnnotationType to nvdasHelperLocal.dll which uses wind…

    …ows.ui.uiAutomation.core.CoreAutomationRegistrar.
    
    Only available on Windows 11 and above.
    michaelDCurran committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    7105c27 View commit details
    Browse the repository at this point in the history
  2. Add infrastructure for UIA custom annotation types.

    Only available on Windows 11 and above.
    michaelDCurran committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    f1cdc26 View commit details
    Browse the repository at this point in the history
  3. Add STATE_HASNOTE

    michaelDCurran committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    b6f338f View commit details
    Browse the repository at this point in the history
  4. Excel with UIA: announce the existance of notes

    Only available on Windows 11 and above.
    michaelDCurran committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    1631b27 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

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

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    321b123 View commit details
    Browse the repository at this point in the history
  2. Update source/_UIACustomAnnotations.py

    Improve docstring.
    
    Co-authored-by: Reef Turner <feerrenrut@users.noreply.github.com>
    michaelDCurran and feerrenrut committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f57560b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fe71fa View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

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

Commits on Oct 5, 2021

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

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    208a981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    565a273 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Word with UIA: register draft comment and resolved comment UIA custom…

    … annotations.
    
    Report existance of draft and resolved comments in MS Word with UIA enabled.
    michaelDCurran committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    17f1542 View commit details
    Browse the repository at this point in the history
  2. Announce bookmarks within Microsoft Word documents (with UIA).

    Add a report bookmarks setting to Document formatting category.
    michaelDCurran committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    bbd756d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f5f816 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c80c52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1317d8e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    3ee5fed View commit details
    Browse the repository at this point in the history
  2. Update what's new

    michaelDCurran committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    7770526 View commit details
    Browse the repository at this point in the history