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

Extend button resizing to include height #8562

Merged
merged 25 commits into from
Sep 18, 2024

Commits on Mar 18, 2024

  1. Button height

    zenseii committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f9d11d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    0f0bef9 View commit details
    Browse the repository at this point in the history
  2. Address clang analyzer

    Remove unnecessary additions to offsets
    zenseii committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    11d22de View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Add heightening and widening buttons

    Add good/evil and pressed/released instances. Add Todos and comments for work that is still in progress.
    General cleanup
    zenseii committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3fe0be0 View commit details
    Browse the repository at this point in the history
  2. Code style

    zenseii committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fb493be View commit details
    Browse the repository at this point in the history
  3. Typo

    zenseii committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    073e742 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66a8407 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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

    zenseii committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    568bfd5 View commit details
    Browse the repository at this point in the history
  3. Add last button specific values

    Add assertion for unexpected button modifying
    zenseii committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3abeeef View commit details
    Browse the repository at this point in the history
  4. Increase max button size

    zenseii committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    14c15d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c5069e View commit details
    Browse the repository at this point in the history
  6. Small adjustments to unify good and evil

    button values
    zenseii committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a0c0051 View commit details
    Browse the repository at this point in the history
  7. Code style

    zenseii committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    66d734a View commit details
    Browse the repository at this point in the history
  8. Remove Todos, add assertions

    zenseii committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    09d18b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    7ae834a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c5c1b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Readd empty line

    zenseii committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e527353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b53b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Use cached original width and height

    Rename centralPlace to centralPosition
    zenseii committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e843381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    849f702 View commit details
    Browse the repository at this point in the history
  3. move resize and reset calls

    zenseii committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7a4e255 View commit details
    Browse the repository at this point in the history
  4. Cache released state buttons

    zenseii committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d3d39ae View commit details
    Browse the repository at this point in the history