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

GIF support #4620

Merged
merged 23 commits into from
Jun 19, 2024
Merged

GIF support #4620

merged 23 commits into from
Jun 19, 2024

Commits on Jun 5, 2024

  1. gif image loader

    JustFrederik committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    690de99 View commit details
    Browse the repository at this point in the history
  2. github action issues

    JustFrederik committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1394873 View commit details
    Browse the repository at this point in the history
  3. add doc to include_gif!

    JustFrederik committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    271f276 View commit details
    Browse the repository at this point in the history
  4. clippy

    JustFrederik committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    bd97db4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0c9b91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b3be1b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    8696074 View commit details
    Browse the repository at this point in the history
  2. fix copy paste mistake

    JustFrederik committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9dc2e68 View commit details
    Browse the repository at this point in the history
  3. gif requested changes

    JustFrederik committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    fecfd65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceaa44f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0039b66 View commit details
    Browse the repository at this point in the history
  6. byte loader support

    JustFrederik committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    339a045 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Update crates/egui/src/widgets/image.rs

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    JustFrederik and emilk authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8d4c57a View commit details
    Browse the repository at this point in the history
  2. requested changes

    JustFrederik committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    db96f8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28c8664 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    ec415e0 View commit details
    Browse the repository at this point in the history
  2. Update crates/egui/src/widgets/image.rs

    Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
    JustFrederik and emilk authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    75d73f8 View commit details
    Browse the repository at this point in the history
  3. requested changes

    JustFrederik authored and frederik-uni committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c339abc View commit details
    Browse the repository at this point in the history
  4. clippy

    JustFrederik committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d89413d View commit details
    Browse the repository at this point in the history
  5. slightly better error message

    emilk authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    95ab674 View commit details
    Browse the repository at this point in the history
  6. Use &[u8] instead of Bytes

    emilk authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7020eeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5194ac9 View commit details
    Browse the repository at this point in the history
  8. remove redundant import

    JustFrederik committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c79b277 View commit details
    Browse the repository at this point in the history