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

External printer API rework #737

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Jan 30, 2024

  1. Rework external printer

    IanManske committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2d6fe65 View commit details
    Browse the repository at this point in the history
  2. Fix event polling

    IanManske committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    570546b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d8089e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fda063b View commit details
    Browse the repository at this point in the history
  5. Allow sending raw bytes

    IanManske committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2baf0ff View commit details
    Browse the repository at this point in the history
  6. Remove old comment

    IanManske committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1a548ca View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. Use std::sync::mpsc instead of crossbeam-channel

    In Rust 1.67, `crossbeam-channel` was merged into `std::sync::mpsc`.
    IanManske committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5ddee21 View commit details
    Browse the repository at this point in the history