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

Implementing HeadingLevel and IsDialog automation properties #4751

Merged
merged 44 commits into from
Jul 15, 2021

Commits on May 25, 2021

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

Commits on May 26, 2021

  1. adding None as the default result

    Felipe da Conceicao Guimaraes committed May 26, 2021
    Configuration menu
    Copy the full SHA
    9a5eb0e View commit details
    Browse the repository at this point in the history
  2. adding apicompat changes

    Felipe da Conceicao Guimaraes committed May 26, 2021
    Configuration menu
    Copy the full SHA
    0174765 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

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

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    0cf1bdc View commit details
    Browse the repository at this point in the history
  2. Fix reference assemblies

    ryalanms committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    03125c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Changing HeadingLevel enum to be in the correct way

    Felipe da Conceicao Guimaraes committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    edd1008 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. adding isdialog implementation

    Felipe da Conceicao Guimaraes committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    0bcb251 View commit details
    Browse the repository at this point in the history
  2. changing to isdialog from getisdialog

    Felipe da Conceicao Guimaraes committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    0e3ff1d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. improving isdialog implementation

    Felipe da Conceicao Guimaraes committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    3a8be23 View commit details
    Browse the repository at this point in the history
  2. Update src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/A…

    …utomation/AutomationProperties.cs
    
    Co-authored-by: ThomasGoulet73 <51839772+ThomasGoulet73@users.noreply.github.com>
    guimafelipe and ThomasGoulet73 authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    ac060ac View commit details
    Browse the repository at this point in the history
  3. Update src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/S…

    …ystem/Windows/Automation/AutomationElement.cs
    
    Co-authored-by: ThomasGoulet73 <51839772+ThomasGoulet73@users.noreply.github.com>
    guimafelipe and ThomasGoulet73 authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    e49e2b0 View commit details
    Browse the repository at this point in the history
  4. Update src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/Sy…

    …stem/Windows/Automation/AutomationElementIdentifiers.cs
    
    Co-authored-by: ThomasGoulet73 <51839772+ThomasGoulet73@users.noreply.github.com>
    guimafelipe and ThomasGoulet73 authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7393512 View commit details
    Browse the repository at this point in the history
  5. Update src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/A…

    …utomation/Peers/AutomationPeer.cs
    
    Co-authored-by: ThomasGoulet73 <51839772+ThomasGoulet73@users.noreply.github.com>
    guimafelipe and ThomasGoulet73 authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    81a1df3 View commit details
    Browse the repository at this point in the history
  6. Update src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/Sy…

    …stem/Windows/Automation/AutomationElementIdentifiers.cs
    
    Co-authored-by: ThomasGoulet73 <51839772+ThomasGoulet73@users.noreply.github.com>
    guimafelipe and ThomasGoulet73 authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    1ee85b4 View commit details
    Browse the repository at this point in the history
  7. Update src/Microsoft.DotNet.Wpf/src/Shared/System/Windows/InterOp/OSV…

    …ersionHelper.cs
    
    Co-authored-by: ThomasGoulet73 <51839772+ThomasGoulet73@users.noreply.github.com>
    guimafelipe and ThomasGoulet73 authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    cbbc720 View commit details
    Browse the repository at this point in the history
  8. adding headinglevel summary

    Felipe da Conceicao Guimaraes committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    3921923 View commit details
    Browse the repository at this point in the history
  9. removing empty lines and adding description

    Felipe da Conceicao Guimaraes committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    ba44bdd View commit details
    Browse the repository at this point in the history
  10. Update src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/A…

    …utomation/Peers/AutomationPeer.cs
    
    Co-authored-by: ThomasGoulet73 <51839772+ThomasGoulet73@users.noreply.github.com>
    guimafelipe and ThomasGoulet73 authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    118a26a View commit details
    Browse the repository at this point in the history
  11. Update src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/A…

    …utomation/Peers/AutomationPeer.cs
    
    Co-authored-by: Sam Bent <sambent@microsoft.com>
    guimafelipe and SamBent authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    f092113 View commit details
    Browse the repository at this point in the history
  12. suggested changes

    Felipe da Conceicao Guimaraes committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    d223aa8 View commit details
    Browse the repository at this point in the history
  13. removing unecessary comment and adding rs5 for isDialog

    Felipe da Conceicao Guimaraes committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    df19535 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. changing enum constant

    Felipe da Conceicao Guimaraes committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    df85bbd View commit details
    Browse the repository at this point in the history
  2. Adding window isdialogcore implementation

    Felipe da Conceicao Guimaraes committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    d01beaa View commit details
    Browse the repository at this point in the history
  3. overriding headinglevelcore in peers

    Felipe da Conceicao Guimaraes committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    a3ee3c1 View commit details
    Browse the repository at this point in the history
  4. editing override of isdialog

    Felipe da Conceicao Guimaraes committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    3944e81 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. changing values of enum for heading level so it correctly show in acc…

    …essibility insights
    Felipe da Conceicao Guimaraes committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    a2ad746 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. changing IsDialogCore() to virtual

    Felipe da Conceicao Guimaraes committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    fed5d29 View commit details
    Browse the repository at this point in the history
  2. adding prefix in automation properties

    Felipe da Conceicao Guimaraes committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    23cc6b6 View commit details
    Browse the repository at this point in the history
  3. changing location of automationheadinglevel.cs to fix api compat errors

    Felipe da Conceicao Guimaraes committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    0afb956 View commit details
    Browse the repository at this point in the history
  4. updating presentationcore return types for heading level

    Felipe da Conceicao Guimaraes committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    764d246 View commit details
    Browse the repository at this point in the history
  5. Revert "changing location of automationheadinglevel.cs to fix api com…

    …pat errors"
    
    This reverts commit 0afb956, as it creates some problems when running wpf
    Felipe da Conceicao Guimaraes committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    ee46685 View commit details
    Browse the repository at this point in the history
  6. maintaining the values of the enum as this for further testing

    Felipe da Conceicao Guimaraes committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    c203d9e View commit details
    Browse the repository at this point in the history
  7. Update src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Wind…

    …ows/Automation/Peers/WindowAutomationPeer.cs
    
    Co-authored-by: Sam Bent <sambent@microsoft.com>
    guimafelipe and SamBent authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    9ebec44 View commit details
    Browse the repository at this point in the history
  8. changing enums to start on 0 and fixing automaticalli added code

    Felipe da Conceicao Guimaraes committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    cdf3786 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. first try to add enum mapping

    Felipe da Conceicao Guimaraes committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    a4df4cd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. removing unreachable code

    Felipe da Conceicao Guimaraes committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    0b283ac View commit details
    Browse the repository at this point in the history
  2. moving the headinglevel conversion to automarionpeer.cs

    Felipe da Conceicao Guimaraes committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1ae4a20 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. removing api compat error

    Felipe da Conceicao Guimaraes committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    d29ff29 View commit details
    Browse the repository at this point in the history
  2. moving headinglevel ids enum to only the places where it is necessary

    Felipe da Conceicao Guimaraes committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    7ef5140 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. reverting baseline files

    Felipe da Conceicao Guimaraes committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f7f4ff4 View commit details
    Browse the repository at this point in the history
  2. removing disclaimer

    Felipe da Conceicao Guimaraes committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    1c09b7d View commit details
    Browse the repository at this point in the history
  3. removing switches

    Felipe da Conceicao Guimaraes committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    c113364 View commit details
    Browse the repository at this point in the history