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

Overlay support and PickList widget #444

Merged
merged 31 commits into from
Jul 16, 2020
Merged

Overlay support and PickList widget #444

merged 31 commits into from
Jul 16, 2020

Commits on Jul 8, 2020

  1. Introduce Widget::overlay 🎉

    hecrj committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    c901f40 View commit details
    Browse the repository at this point in the history
  2. Introduce Layer trait

    hecrj committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    f064f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1afadf View commit details
    Browse the repository at this point in the history
  4. Draft ComboBox and Menu layer

    hecrj committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    afd9274 View commit details
    Browse the repository at this point in the history
  5. Implement Overlay::translate

    hecrj committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    f7a370b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ada8d7c View commit details
    Browse the repository at this point in the history
  7. Render arrow icon in ComboBox

    hecrj committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    e29feef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f655d9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a264236 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ff5a02 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    61f22b1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    625979b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9fa0b4d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7a105ad View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1c12bad View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    69ac47f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aa0ec28 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    105c0fe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    21b583c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    33e6682 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    ce8cb22 View commit details
    Browse the repository at this point in the history
  2. Rename overlay::Content trait to Overlay

    The `Overlay` struct is now `overlay::Element`.
    hecrj committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    1070b61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f24e03e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    dc0e423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2118a72 View commit details
    Browse the repository at this point in the history
  3. Rename ComboBox to PickList

    hecrj committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    73b8ae8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b64e0ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94383d8 View commit details
    Browse the repository at this point in the history
  6. Simplify pick_list example

    hecrj committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    26fbc9a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Update README of examples

    hecrj committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    73d1353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c30fe View commit details
    Browse the repository at this point in the history