Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #929 from TimUntersberger/winit-improv | 2021-07-22 | 1 | -0/+5 | |
|\ | | | | | feat: add position to window settings | ||||
| * | Center window in `game_of_life` example | 2021-07-21 | 1 | -0/+5 | |
| | | |||||
| * | Remove `winit` example | 2021-07-21 | 3 | -73/+0 | |
| | | | | | | | | ... we can extend an existing example instead! | ||||
| * | update cargo.toml of example | 2021-06-25 | 1 | -2/+2 | |
| | | |||||
| * | done | 2021-06-25 | 1 | -41/+22 | |
| | | |||||
| * | wip | 2021-06-25 | 2 | -13/+16 | |
| | | |||||
| * | add initial attempt at adding winit example | 2021-06-25 | 3 | -0/+89 | |
| | | |||||
* | | Add a presets `Menu` to the `game_of_life` example | 2021-07-19 | 2 | -0/+21 | |
| | | |||||
* | | Use `bitflags` for `keyboard::Modifiers` | 2021-07-12 | 2 | -13/+3 | |
| | | |||||
* | | Make `Menu` API a bit more functional | 2021-07-12 | 1 | -20/+24 | |
| | | |||||
* | | Initial menu implementation | 2021-07-05 | 2 | -0/+133 | |
|/ | |||||
* | Use new enum variant and new winit repo | 2021-06-25 | 2 | -9/+13 | |
| | |||||
* | Added events for url handling and create example | 2021-06-25 | 2 | -0/+79 | |
| | |||||
* | Add scrolling progress indicators to `scrollable` example | 2021-06-04 | 1 | -4/+32 | |
| | |||||
* | Add buttons to control scrolling in `scrollable` example | 2021-06-04 | 1 | -12/+40 | |
| | |||||
* | Add some horizontal padding to `toggler` section in `tour` example | 2021-06-03 | 1 | -5/+8 | |
| | |||||
* | Add `Toggler` to tour example | 2021-06-03 | 1 | -1/+28 | |
| | |||||
* | Add `Toggler` to styling example | 2021-06-03 | 1 | -9/+64 | |
| | |||||
* | Example: Add Pin button to prevent closing a pane | 2021-05-24 | 1 | -8/+42 | |
| | | | | | Functionality will not work until PaneGrid implementation is updated to support events within the title area. | ||||
* | Example: Add close button to pane grid controls | 2021-05-24 | 1 | -8/+54 | |
| | | | | | Refactors the state data structure to hold content and controls in separate fields. Adds a new button style for the control button. | ||||
* | Merge branch 'hecrj:master' into upgrade-wgpu | 2021-05-19 | 2 | -14/+29 | |
|\ | |||||
| * | Fix `Scrollable` scrollbar being rendered behind contents | 2021-05-03 | 2 | -14/+29 | |
| | | | | | | | | ... by issuing a new clip layer just for the scrollbar itself. | ||||
* | | Run cargo fmt | 2021-04-12 | 2 | -2/+5 | |
| | | |||||
* | | Upgrade wgpu | 2021-04-11 | 1 | -5/+6 | |
|/ | |||||
* | Showcase graceful exiting in `events` example | 2021-03-30 | 1 | -10/+37 | |
| | |||||
* | Add `clipboard` argument to `Application::update` | 2021-03-11 | 10 | -30/+72 | |
| | |||||
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -2/+3 | |
| | |||||
* | Update: rand | 2021-03-03 | 2 | -6/+4 | |
| | |||||
* | Hide `Text` as an implementation detail of `Tooltip` | 2021-02-24 | 1 | -3/+3 | |
| | |||||
* | Add `style` and `padding` to `Tooltip` | 2021-02-23 | 1 | -0/+20 | |
| | |||||
* | Introduce `Tooltip::gap` to control spacing | 2021-02-23 | 1 | -0/+1 | |
| | |||||
* | Change `Tooltip` to support `Text` only for now | 2021-02-23 | 1 | -60/+54 | |
| | |||||
* | feat(native): add Tooltip widget | 2021-02-15 | 3 | -0/+146 | |
| | |||||
* | Improve download_progress example (#283) | 2021-02-12 | 4 | -81/+168 | |
| | | | | | | | | | | | | | | | | | | | | | * Add advanced download example * Rename to task fields and variables * Cargo fmt advanced_download/src/download.rs * Add progress bar for advanced download example * Merge two download examples to single one * Apply great review suggestions * Change to url::Url instead of plain String * Simplify `download_progress` example * Update `README` of `download_progress` example Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com> | ||||
* | [wgpu 0.7] Update integration example | 2021-02-03 | 2 | -24/+24 | |
| | |||||
* | Fix `time::Every` implementation for `smol` runtime | 2021-01-15 | 1 | -1/+1 | |
| | |||||
* | Remove unnecessary `SaveError` variant in `todos` example | 2021-01-04 | 1 | -2/+1 | |
| | |||||
* | Update `tokio` to `1.0` | 2021-01-04 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #657 from clarkmoody/feature/pane-grid-title-contents | 2020-12-22 | 1 | -6/+28 | |
|\ | | | | | Generic Element Content in Pane Grid TitleBar | ||||
| * | Update PaneGrid example with more complex TitleBar | 2020-12-10 | 1 | -6/+28 | |
| | | |||||
* | | Use `image::Viewer` in `pokedex` example | 2020-12-18 | 1 | -3/+8 | |
| | | |||||
* | | Mention birth year in `README`s | 2020-12-17 | 1 | -2/+2 | |
|/ | |||||
* | Update `game_of_life` capture | 2020-11-26 | 1 | -2/+2 | |
| | |||||
* | Merge pull request #595 from valbendan/master | 2020-11-25 | 3 | -3/+3 | |
|\ | | | | | upgrade tokio to latest version(v0.3) | ||||
| * | Introduce `tokio_old` feature | 2020-11-25 | 2 | -2/+2 | |
| | | | | | | | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version. | ||||
| * | upgrade tokio to latest version(v0.3) | 2020-11-05 | 1 | -1/+1 | |
| | | |||||
* | | Use `f32` for `border_width` and `border_radius` | 2020-11-23 | 9 | -58/+58 | |
| | | |||||
* | | Implement `qr_code` example | 2020-11-20 | 3 | -0/+108 | |
| | | |||||
* | | Introduce `event::Status` to `Subscription` | 2020-11-12 | 1 | -7/+13 | |
| | | |||||
* | | Implement event capturing for `Canvas` | 2020-11-12 | 2 | -61/+88 | |
| | |