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

Updates; kas_view; #335

Merged
merged 28 commits into from
Jul 16, 2022
Merged

Updates; kas_view; #335

merged 28 commits into from
Jul 16, 2022

Commits on Jul 14, 2022

  1. Update ron

    dhardy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b071eb6 View commit details
    Browse the repository at this point in the history
  2. Remove stack_dst dependency

    This is premature optimization
    dhardy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    14ff8fd View commit details
    Browse the repository at this point in the history
  3. Update usvg, resvg

    dhardy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8140c72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dea45cd View commit details
    Browse the repository at this point in the history
  5. kas-macros/widget: unify derive and non-derive trait impls

    Result: derive impls now support user-override of individual methods
    dhardy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    dd19f1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    719d028 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c2e391 View commit details
    Browse the repository at this point in the history
  8. Bump MSRV to 1.62.0

    dhardy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    14eca73 View commit details
    Browse the repository at this point in the history
  9. Use bool::then_some

    dhardy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    422e14e View commit details
    Browse the repository at this point in the history
  10. Clippy fixes

    dhardy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    78e6cad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    90bf39f View commit details
    Browse the repository at this point in the history
  12. examples/sync-counter: use Spinner widget

    Also fix message-handling of driver::Spinner/Slider
    dhardy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5fe0454 View commit details
    Browse the repository at this point in the history
  13. TextClass::EditShort; let EditField change text class

    Spinner is now shorter by default
    dhardy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    23dca5f View commit details
    Browse the repository at this point in the history
  14. Slider, Spinner: unpack RangeInclusive type

    First, because we want a Copy type; second because it
    actually stores a field we don't need.
    dhardy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    39332b3 View commit details
    Browse the repository at this point in the history
  15. Simplify examples/sync-counter

    dhardy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b45416d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    56e9fb3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fb91331 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    d41e3a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da31700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    830dbcb View commit details
    Browse the repository at this point in the history
  4. crates: use dep: syntax to avoid implicit features

    This allows us to document available features and avoid some
    unwanted implicit features. Requires rustc >= 1.60.
    dhardy committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d4f1e6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a40c788 View commit details
    Browse the repository at this point in the history
  6. Bump version: 0.11

    dhardy committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    71f4bfa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba3fa67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54eb1c2 View commit details
    Browse the repository at this point in the history
  9. Improve kas lib doc

    dhardy committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    76db6a6 View commit details
    Browse the repository at this point in the history
  10. Improve kas_view documentation

    dhardy committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    57c7b71 View commit details
    Browse the repository at this point in the history
  11. Clippy fixes

    dhardy committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    8c33fb3 View commit details
    Browse the repository at this point in the history