-
Notifications
You must be signed in to change notification settings - Fork 245
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
Commits on Sep 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4121212 - Browse repository at this point
Copy the full SHA 4121212View commit details
Commits on Sep 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6578e31 - Browse repository at this point
Copy the full SHA 6578e31View commit details
Commits on Sep 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 586e614 - Browse repository at this point
Copy the full SHA 586e614View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf442d - Browse repository at this point
Copy the full SHA 5bf442dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a85b73 - Browse repository at this point
Copy the full SHA 1a85b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd2a64 - Browse repository at this point
Copy the full SHA 1bd2a64View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f6bab - Browse repository at this point
Copy the full SHA f1f6babView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d0669 - Browse repository at this point
Copy the full SHA 71d0669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 258daca - Browse repository at this point
Copy the full SHA 258dacaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a0fbb - Browse repository at this point
Copy the full SHA 96a0fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fd22a6 - Browse repository at this point
Copy the full SHA 2fd22a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bad48c4 - Browse repository at this point
Copy the full SHA bad48c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fd04b6 - Browse repository at this point
Copy the full SHA 8fd04b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8262a7f - Browse repository at this point
Copy the full SHA 8262a7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cff334 - Browse repository at this point
Copy the full SHA 9cff334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1521803 - Browse repository at this point
Copy the full SHA 1521803View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c2166 - Browse repository at this point
Copy the full SHA 00c2166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5888427 - Browse repository at this point
Copy the full SHA 5888427View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8f3a8f - Browse repository at this point
Copy the full SHA f8f3a8fView commit details
Commits on Sep 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc13465 - Browse repository at this point
Copy the full SHA cc13465View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b4f23 - Browse repository at this point
Copy the full SHA 03b4f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c54ac5 - Browse repository at this point
Copy the full SHA 3c54ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f90337 - Browse repository at this point
Copy the full SHA 2f90337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc4faf - Browse repository at this point
Copy the full SHA 8fc4fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad14207 - Browse repository at this point
Copy the full SHA ad14207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 761d738 - Browse repository at this point
Copy the full SHA 761d738View commit details -
Configuration menu - View commit details
-
Copy full SHA for f954e87 - Browse repository at this point
Copy the full SHA f954e87View commit details
Commits on Sep 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for da2731e - Browse repository at this point
Copy the full SHA da2731eView commit details
Commits on Oct 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f7ce122 - Browse repository at this point
Copy the full SHA f7ce122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8875418 - Browse repository at this point
Copy the full SHA 8875418View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4b86afc - Browse repository at this point
Copy the full SHA 4b86afcView commit details -
Merge branch 'stopwatch' of https://github.com/TianyiShi2001/cursive …
…into stopwatch
Configuration menu - View commit details
-
Copy full SHA for 7a3d906 - Browse repository at this point
Copy the full SHA 7a3d906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d90e36 - Browse repository at this point
Copy the full SHA 4d90e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7712beb - Browse repository at this point
Copy the full SHA 7712bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff936a - Browse repository at this point
Copy the full SHA 2ff936aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.