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

Beta update to latest iced main branch changes. #251

Merged
merged 30 commits into from
Jun 27, 2024
Merged

Beta update to latest iced main branch changes. #251

merged 30 commits into from
Jun 27, 2024

Commits on May 17, 2024

  1. attempt to update to latest master changes

    genusistimelord committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c57aa81 View commit details
    Browse the repository at this point in the history
  2. allow workspace for iced to use default features since iced no longer…

    … is built with a renderer
    genusistimelord committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6575b71 View commit details
    Browse the repository at this point in the history
  3. removed uneeded or unused widgets due to iced replacements

    genusistimelord committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4e0efa1 View commit details
    Browse the repository at this point in the history
  4. update readme and style.rs

    genusistimelord committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f150192 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. updated Card

    genusistimelord committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f215636 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. updated number input to newest style

    genusistimelord committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b802445 View commit details
    Browse the repository at this point in the history
  2. Create an Extended Catalog for number input

    genusistimelord committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b1ef368 View commit details
    Browse the repository at this point in the history
  3. remove uneeded functions from the extended Catalog

    genusistimelord committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3fb57b2 View commit details
    Browse the repository at this point in the history
  4. add class function to currently fixed widgets

    genusistimelord committed May 21, 2024
    Configuration menu
    Copy the full SHA
    63247c8 View commit details
    Browse the repository at this point in the history
  5. upgraded Date Picker to newest iced changes

    genusistimelord committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3e5603d View commit details
    Browse the repository at this point in the history
  6. updated Color input for latest ICed changes

    genusistimelord committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e2da929 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. updated some examples that dont use theme styles, Also updated select…

    …ion list to new Iced Theme Requirements
    genusistimelord committed May 22, 2024
    Configuration menu
    Copy the full SHA
    64deedb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. upgrade time picker to latest iced style changes

    genusistimelord committed May 28, 2024
    Configuration menu
    Copy the full SHA
    72d466e View commit details
    Browse the repository at this point in the history
  2. updated tababr to newest iced theme layout

    genusistimelord committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fcf3b59 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    genusistimelord committed May 28, 2024
    Configuration menu
    Copy the full SHA
    35fa694 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. updated to the next teir of changes to Operations and Program to Appl…

    …ication
    genusistimelord committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b94fe1d View commit details
    Browse the repository at this point in the history
  2. Updated tabs

    genusistimelord committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2eef504 View commit details
    Browse the repository at this point in the history
  3. Fixed Tab_bar colors

    genusistimelord committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4eb561d View commit details
    Browse the repository at this point in the history
  4. fix example of tabs

    genusistimelord committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    153aa09 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. update to the newest font fix in iced

    genusistimelord committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bb2e27c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. updated Context Menu to newest Iced master branch

    genusistimelord committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    961c9a9 View commit details
    Browse the repository at this point in the history
  2. working on menu...

    genusistimelord committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    521bb4b View commit details
    Browse the repository at this point in the history
  3. Menu works but Theme is not complete.

    genusistimelord committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3b4b301 View commit details
    Browse the repository at this point in the history
  4. fixed menu example!

    genusistimelord committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9ef6717 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9263e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dfb6a2 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'Beta' of github.com:iced-rs/iced_aw into Beta

    genusistimelord committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f68a19f View commit details
    Browse the repository at this point in the history
  8. update workflows

    genusistimelord committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    32814bf View commit details
    Browse the repository at this point in the history
  9. add iced cargo lints in place of clippy

    genusistimelord committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4faf414 View commit details
    Browse the repository at this point in the history
  10. try with just clippy nothing else

    genusistimelord committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a6faf72 View commit details
    Browse the repository at this point in the history