Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu` | 2021-08-25 | 1 | -1/+1 | |
* | wgpu: Update to 0.10 | 2021-08-19 | 3 | -18/+20 | |
* | Update `README` in `examples` directory | 2021-08-13 | 2 | -3/+4 | |
* | Fix `panic!` warnings in `integration_opengl` example | 2021-08-13 | 2 | -2/+8 | |
* | Fix formatting of `integration_opengl` example | 2021-08-13 | 1 | -3/+9 | |
* | Rename `integration` examples | 2021-08-13 | 12 | -5/+7 | |
* | Add integration_gl example | 2021-08-13 | 5 | -0/+407 | |
* | Merge pull request #667 from BillyDM/wgpu_outdatedframe | 2021-08-05 | 1 | -44/+55 | |
|\ | |||||
| * | add custom error for Compositor::draw() | 2021-07-22 | 1 | -2/+4 | |
| * | Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframe | 2021-07-22 | 33 | -217/+1040 | |
| |\ | |||||
| * | | don't panic when swapchain frame is outdated | 2020-12-16 | 1 | -44/+53 | |
* | | | Fix typo in `integration` example | 2021-08-04 | 1 | -1/+1 | |
* | | | wgpu: Use the preferred texture format of the surface | 2021-08-03 | 1 | -16/+19 | |
| |/ |/| | |||||
* | | Merge pull request #776 from AldoMX/master | 2021-07-22 | 1 | -1/+4 | |
|\ \ | |||||
| * | | Add newline to `todos` example | 2021-07-22 | 1 | -0/+1 | |
| * | | Added `select_all` method to `TextInput`. | 2021-03-13 | 1 | -1/+3 | |
* | | | Introduce `placeholder_color` to `pick_list::Style` | 2021-07-22 | 1 | -0/+1 | |
* | | | feat: add placeholder to pick_list example | 2021-07-22 | 1 | -4/+5 | |
* | | | Merge pull request #929 from TimUntersberger/winit-improv | 2021-07-22 | 1 | -0/+5 | |
|\ \ \ | |||||
| * | | | Center window in `game_of_life` example | 2021-07-21 | 1 | -0/+5 | |
| * | | | Remove `winit` example | 2021-07-21 | 3 | -73/+0 | |
| * | | | 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 | |
* | | | Example: Add close button to pane grid controls | 2021-05-24 | 1 | -8/+54 | |
* | | | 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 | |
* | | | | 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 |