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

Rewrite bindings #132

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open

Rewrite bindings #132

wants to merge 37 commits into from

Commits on Apr 8, 2023

  1. Start rewriting bindings

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    e3d843d View commit details
    Browse the repository at this point in the history
  2. Dummy class

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    40d963a View commit details
    Browse the repository at this point in the history
  3. Remove debug prints

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    6ba219e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30d7b7a View commit details
    Browse the repository at this point in the history
  5. This seems to work

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    8a36709 View commit details
    Browse the repository at this point in the history
  6. Windows... yaaay!!!

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    64f93c6 View commit details
    Browse the repository at this point in the history
  7. Delete them

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    8669716 View commit details
    Browse the repository at this point in the history
  8. Add scroll events

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    2e73fc4 View commit details
    Browse the repository at this point in the history
  9. Remove unnecessary calls

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    d792cb2 View commit details
    Browse the repository at this point in the history
  10. Add windowmanager events

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    e864185 View commit details
    Browse the repository at this point in the history
  11. Virtual events

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    10e5bab View commit details
    Browse the repository at this point in the history
  12. Add state events

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    c76274c View commit details
    Browse the repository at this point in the history
  13. Events

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    10130fb View commit details
    Browse the repository at this point in the history
  14. get_event_handlers

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    14db88b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    86984c7 View commit details
    Browse the repository at this point in the history
  16. Add event aliases

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    e232a06 View commit details
    Browse the repository at this point in the history
  17. Isort

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    e5f4e8b View commit details
    Browse the repository at this point in the history
  18. Allow to bind widget classes

    rdbende committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    2e59fed View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Noticed a bug

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    e1727d9 View commit details
    Browse the repository at this point in the history
  2. Fix a bunch of stuff

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    dabec79 View commit details
    Browse the repository at this point in the history
  3. Add some simple tests

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    5a28a16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd8c8a6 View commit details
    Browse the repository at this point in the history
  5. Bit of mouse events

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    618986d View commit details
    Browse the repository at this point in the history
  6. Fix for Snake<3.10

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    6bb8af7 View commit details
    Browse the repository at this point in the history
  7. Whooops! lol

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    7fa6dd1 View commit details
    Browse the repository at this point in the history
  8. Fix bug

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    c56fa45 View commit details
    Browse the repository at this point in the history
  9. Fix stuff on Windows

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    a32e8e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e37fb4 View commit details
    Browse the repository at this point in the history
  11. Fix

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    6eb7a20 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d45d57e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    64bb536 View commit details
    Browse the repository at this point in the history
  14. This is fine though

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    07d3c86 View commit details
    Browse the repository at this point in the history
  15. Add bindtags

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    85c0428 View commit details
    Browse the repository at this point in the history
  16. Make it actually work

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    46b4c0f View commit details
    Browse the repository at this point in the history
  17. Add Mouse stuff

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    b487e90 View commit details
    Browse the repository at this point in the history
  18. Fix 3 bugs and optimize code

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    5c4cc39 View commit details
    Browse the repository at this point in the history
  19. Fix regexes

    rdbende committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    9fc702b View commit details
    Browse the repository at this point in the history