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

Event stream IPC #453

Merged
merged 15 commits into from
Sep 2, 2024
Merged

Event stream IPC #453

merged 15 commits into from
Sep 2, 2024

Commits on Aug 26, 2024

  1. ipc: Read only a single line on the client

    Allow extensibility.
    YaLTeR committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a62594a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Remove unused function

    YaLTeR committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    eca6387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c6ae4 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Animate focus-workspace by idx/back and forth/previous

    Deleting the test because it only made sense when no-animation was
    special cased.
    YaLTeR committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    5550728 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    b4d2266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e487eea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c35c9c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11d4372 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8861309 View commit details
    Browse the repository at this point in the history
  6. Change IdCounter to be backed by an AtomicU64

    Let's see if anyone complains.
    YaLTeR committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    155f6a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5cc8b3 View commit details
    Browse the repository at this point in the history
  8. Add niri msg windows

    YaLTeR committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1cecc15 View commit details
    Browse the repository at this point in the history
  9. Fix spelling mistake

    YaLTeR committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    40ffa81 View commit details
    Browse the repository at this point in the history
  10. Implement by-id workspace action addressing

    It's not added to clap because there's no convenient mutually-exclusive
    argument enum derive yet (to have either the current <REFERENCE> or an
    --id <ID>). It's not added to config parsing because I don't see how it
    could be useful there. As such, it's only accessible through raw IPC.
    YaLTeR committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1844a41 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff7e0e0 View commit details
    Browse the repository at this point in the history