| Commit message (Expand) | Author | Files | Lines |
2021-08-25 | Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu` | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-08-19 | wgpu: Update to 0.10 | Poly | 3 | -18/+20 |
2021-08-13 | Update `README` in `examples` directory | Héctor Ramón Jiménez | 2 | -3/+4 |
2021-08-13 | Fix `panic!` warnings in `integration_opengl` example | Héctor Ramón Jiménez | 2 | -2/+8 |
2021-08-13 | Fix formatting of `integration_opengl` example | Héctor Ramón Jiménez | 1 | -3/+9 |
2021-08-13 | Rename `integration` examples | Héctor Ramón Jiménez | 12 | -5/+7 |
2021-08-13 | Add integration_gl example | Tamás Szelei | 5 | -0/+407 |
2021-08-04 | Fix typo in `integration` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-08-03 | wgpu: Use the preferred texture format of the surface | Tilmann Meyer | 1 | -16/+19 |
2021-07-22 | add custom error for Compositor::draw() | Billy Messenger | 1 | -2/+4 |
2021-07-22 | Add newline to `todos` example | Héctor Ramón Jiménez | 1 | -0/+1 |
2021-07-22 | Introduce `placeholder_color` to `pick_list::Style` | Héctor Ramón Jiménez | 1 | -0/+1 |
2021-07-22 | feat: add placeholder to pick_list example | Jon Pacheco | 1 | -4/+5 |
2021-07-21 | Center window in `game_of_life` example | Héctor Ramón Jiménez | 1 | -0/+5 |
2021-07-21 | Remove `winit` example | Héctor Ramón Jiménez | 3 | -73/+0 |
2021-07-19 | Add a presets `Menu` to the `game_of_life` example | Héctor Ramón Jiménez | 2 | -0/+21 |
2021-07-12 | Use `bitflags` for `keyboard::Modifiers` | Héctor Ramón Jiménez | 2 | -13/+3 |
2021-07-12 | Make `Menu` API a bit more functional | Héctor Ramón Jiménez | 1 | -20/+24 |
2021-07-05 | Initial menu implementation | Richard | 2 | -0/+133 |
2021-06-25 | update cargo.toml of example | TimUntersberger | 1 | -2/+2 |
2021-06-25 | done | TimUntersberger | 1 | -41/+22 |
2021-06-25 | wip | TimUntersberger | 2 | -13/+16 |
2021-06-25 | add initial attempt at adding winit example | TimUntersberger | 3 | -0/+89 |
2021-06-25 | Use new enum variant and new winit repo | Richard | 2 | -9/+13 |
2021-06-25 | Added events for url handling and create example | Richard | 2 | -0/+79 |
2021-06-10 | Revert changes in `tour` example | Héctor Ramón | 1 | -12/+8 |
2021-06-10 | Adds doc comment for disabled button | Jonas Matser | 1 | -8/+12 |
2021-06-04 | Add scrolling progress indicators to `scrollable` example | Héctor Ramón | 1 | -4/+32 |
2021-06-04 | Add buttons to control scrolling in `scrollable` example | Héctor Ramón | 1 | -12/+40 |
2021-06-03 | Add some horizontal padding to `toggler` section in `tour` example | Héctor Ramón | 1 | -5/+8 |
2021-06-03 | Add `Toggler` to tour example | Kaiden42 | 1 | -1/+28 |
2021-06-03 | Add `Toggler` to styling example | Kaiden42 | 1 | -9/+64 |
2021-05-24 | Example: Add Pin button to prevent closing a pane | Clark Moody | 1 | -8/+42 |
2021-05-24 | Example: Add close button to pane grid controls | Clark Moody | 1 | -8/+54 |
2021-05-03 | Fix `Scrollable` scrollbar being rendered behind contents | Héctor Ramón | 2 | -14/+29 |
2021-04-12 | Run cargo fmt | Dispersia | 2 | -2/+5 |
2021-04-11 | Upgrade wgpu | Dispersia | 1 | -5/+6 |
2021-03-30 | Showcase graceful exiting in `events` example | Héctor Ramón Jiménez | 1 | -10/+37 |
2021-03-13 | Added `select_all` method to `TextInput`. | Aldo Fregoso | 1 | -1/+3 |
2021-03-11 | Add `clipboard` argument to `Application::update` | Héctor Ramón Jiménez | 10 | -30/+72 |
2021-03-10 | Make `Clipboard` argument in `Widget` trait mutable | Héctor Ramón Jiménez | 1 | -2/+3 |
2021-03-03 | Update: rand | Sebastian | 2 | -6/+4 |
2021-02-24 | Hide `Text` as an implementation detail of `Tooltip` | Héctor Ramón Jiménez | 1 | -3/+3 |
2021-02-23 | Add `style` and `padding` to `Tooltip` | Héctor Ramón Jiménez | 1 | -0/+20 |
2021-02-23 | Introduce `Tooltip::gap` to control spacing | Héctor Ramón Jiménez | 1 | -0/+1 |
2021-02-23 | Change `Tooltip` to support `Text` only for now | Héctor Ramón Jiménez | 1 | -60/+54 |
2021-02-15 | feat(native): add Tooltip widget | Yusuf Bera Ertan | 3 | -0/+146 |
2021-02-12 | Improve download_progress example (#283) | Folyd | 4 | -81/+168 |
2021-02-03 | [wgpu 0.7] Update integration example | Poly | 2 | -24/+24 |
2021-01-15 | Fix `time::Every` implementation for `smol` runtime | Héctor Ramón Jiménez | 1 | -1/+1 |