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

Components are widgets #316

Merged
merged 18 commits into from
May 10, 2022
Merged

Components are widgets #316

merged 18 commits into from
May 10, 2022

Commits on May 9, 2022

  1. Remove Widget: Any (and 'static) bounds

    Allows impl of Widget for &mut W where W: Widget
    dhardy committed May 9, 2022
    Configuration menu
    Copy the full SHA
    578abd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f8cd7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c048130 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    946e9d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6995666 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    519ff63 View commit details
    Browse the repository at this point in the history
  7. TextButton: use AccelLabel

    dhardy committed May 9, 2022
    Configuration menu
    Copy the full SHA
    e70dc7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14bf443 View commit details
    Browse the repository at this point in the history
  9. make_layout: remove support for glob syntax

    Note: only the gallery example is updated; most others will fail!
    dhardy committed May 9, 2022
    Configuration menu
    Copy the full SHA
    79f0e28 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    18da31b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    35230c8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    93e19f6 View commit details
    Browse the repository at this point in the history
  13. Update examples: place widgets in layout

    Also uses a slightly more compact layout for data-list examples
    dhardy committed May 9, 2022
    Configuration menu
    Copy the full SHA
    6b640ff View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4df9ed2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    29eed6f View commit details
    Browse the repository at this point in the history
  16. Fix doc link

    dhardy committed May 9, 2022
    Configuration menu
    Copy the full SHA
    f2136a5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6e59aea View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

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