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

add new example: stopwatch #503

Merged
merged 35 commits into from
Oct 9, 2020
Merged

add new example: stopwatch #503

merged 35 commits into from
Oct 9, 2020

Commits on Sep 20, 2020

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

Commits on Sep 21, 2020

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

Commits on Sep 22, 2020

  1. better match function

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    586e614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bf442d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a85b73 View commit details
    Browse the repository at this point in the history
  4. remove unsed imports

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    1bd2a64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1f6bab View commit details
    Browse the repository at this point in the history
  6. no need to own

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    71d0669 View commit details
    Browse the repository at this point in the history
  7. remove the fixed width

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    258daca View commit details
    Browse the repository at this point in the history
  8. working timer

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    96a0fbb View commit details
    Browse the repository at this point in the history
  9. this won't work

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    2fd22a6 View commit details
    Browse the repository at this point in the history
  10. laps

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    bad48c4 View commit details
    Browse the repository at this point in the history
  11. improve precision

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    8fd04b6 View commit details
    Browse the repository at this point in the history
  12. on_stop is working

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    8262a7f View commit details
    Browse the repository at this point in the history
  13. fix gyscos#503 (comment)

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    9cff334 View commit details
    Browse the repository at this point in the history
  14. show laps optionally

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    1521803 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    00c2166 View commit details
    Browse the repository at this point in the history
  16. refactor

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    5888427 View commit details
    Browse the repository at this point in the history
  17. more docs

    TianyiShi2001 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    f8f3a8f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    cc13465 View commit details
    Browse the repository at this point in the history
  2. reduce funtionality

    TianyiShi2001 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    03b4f23 View commit details
    Browse the repository at this point in the history
  3. more comments

    TianyiShi2001 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    3c54ac5 View commit details
    Browse the repository at this point in the history
  4. remove cloning

    TianyiShi2001 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    2f90337 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fc4faf View commit details
    Browse the repository at this point in the history
  6. fixed

    TianyiShi2001 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    ad14207 View commit details
    Browse the repository at this point in the history
  7. .

    TianyiShi2001 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    761d738 View commit details
    Browse the repository at this point in the history
  8. add info of my crate

    TianyiShi2001 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    f954e87 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. minimize

    TianyiShi2001 committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    da2731e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. simplify

    TianyiShi2001 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    f7ce122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8875418 View commit details
    Browse the repository at this point in the history
  3. Improved the select example. (gyscos#501)

    Now the `OnEventView.on_pre_event_inner()` calls return
    `Some(EventResult::Consumed(Some(Callback)))` instead of
    `Some(EventResult::Consumed(None))`.
    This follows the guidelines from documentation of methods returning a
    `Callback`, which say that it should be ran on the `Cursive`.
    While in this example this doesn't make a difference, the previous
    version created confusion for new users who might not realize you can
    pass the `Callback`s to the `Cursive` this way.
    LunarEclipse363 authored and TianyiShi2001 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    4b86afc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a3d906 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d90e36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7712beb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ff936a View commit details
    Browse the repository at this point in the history