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

Use x11rb for event handling #3122

Closed
wants to merge 6 commits into from
Closed

Use x11rb for event handling #3122

wants to merge 6 commits into from

Commits on Dec 20, 2023

  1. Switch to using xim for IME

    This is broken until we start using x11rb for event lookups.
    
    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    5c9f1b2 View commit details
    Browse the repository at this point in the history
  2. Use x11rb for event handling

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9477514 View commit details
    Browse the repository at this point in the history
  3. Use XSetEventQueueOwner to indicate XCB

    I don't know what this actually does, but it can't hurt, right?
    
    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    39b5437 View commit details
    Browse the repository at this point in the history
  4. Remove superseded TODO comment

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4a30d0e View commit details
    Browse the repository at this point in the history
  5. Update for 0.29.3 changes

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1c65f70 View commit details
    Browse the repository at this point in the history
  6. Update to newest master

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d5240c4 View commit details
    Browse the repository at this point in the history