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

wxGrid: implement basic accessibility / screen reader support #24368

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    b5d2845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4887f28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5e0f2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61b47ac View commit details
    Browse the repository at this point in the history
  5. use nullptr

    DietmarSchwertberger committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    6ea38f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3965a95 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

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

Commits on May 13, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    46c906d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c558212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ad258f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0208b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60c735d View commit details
    Browse the repository at this point in the history
  6. Some minor cleanup

    Remove some redundant initializations.
    
    Remove dtor which is not needed any more.
    
    Make the member variables that never change const.
    vadz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    61101da View commit details
    Browse the repository at this point in the history
  7. Rename child id-related functions to have more symmetric names

    Also add some comments.
    vadz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d73a7ee View commit details
    Browse the repository at this point in the history
  8. Remove leftover wxGridAccessible dtor declaration

    This should have been part of the grandparent commit.
    vadz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5d7e768 View commit details
    Browse the repository at this point in the history
  9. space removed

    DietmarSchwertberger committed May 20, 2024
    Configuration menu
    Copy the full SHA
    cc3b3e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a78a03 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. insert check

    DietmarSchwertberger committed May 21, 2024
    Configuration menu
    Copy the full SHA
    14644c2 View commit details
    Browse the repository at this point in the history