summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu`Libravatar Héctor Ramón Jiménez2021-08-251-1/+1
* wgpu: Update to 0.10Libravatar Poly2021-08-193-18/+20
* Update `README` in `examples` directoryLibravatar Héctor Ramón Jiménez2021-08-132-3/+4
* Fix `panic!` warnings in `integration_opengl` exampleLibravatar Héctor Ramón Jiménez2021-08-132-2/+8
* Fix formatting of `integration_opengl` exampleLibravatar Héctor Ramón Jiménez2021-08-131-3/+9
* Rename `integration` examplesLibravatar Héctor Ramón Jiménez2021-08-1312-5/+7
* Add integration_gl exampleLibravatar Tamás Szelei2021-08-135-0/+407
* Merge pull request #667 from BillyDM/wgpu_outdatedframeLibravatar Héctor Ramón2021-08-051-44/+55
|\
| * add custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-2/+4
| * Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframeLibravatar Billy Messenger2021-07-2233-217/+1040
| |\
| * | don't panic when swapchain frame is outdatedLibravatar Billy Messenger2020-12-161-44/+53
* | | Fix typo in `integration` exampleLibravatar Héctor Ramón Jiménez2021-08-041-1/+1
* | | wgpu: Use the preferred texture format of the surfaceLibravatar Tilmann Meyer2021-08-031-16/+19
| |/ |/|
* | Merge pull request #776 from AldoMX/masterLibravatar Héctor Ramón2021-07-221-1/+4
|\ \
| * | Add newline to `todos` exampleLibravatar Héctor Ramón Jiménez2021-07-221-0/+1
| * | Added `select_all` method to `TextInput`.Libravatar Aldo Fregoso2021-03-131-1/+3
* | | Introduce `placeholder_color` to `pick_list::Style`Libravatar Héctor Ramón Jiménez2021-07-221-0/+1
* | | feat: add placeholder to pick_list exampleLibravatar Jon Pacheco2021-07-221-4/+5
* | | Merge pull request #929 from TimUntersberger/winit-improvLibravatar Héctor Ramón2021-07-221-0/+5
|\ \ \
| * | | Center window in `game_of_life` exampleLibravatar Héctor Ramón Jiménez2021-07-211-0/+5
| * | | Remove `winit` exampleLibravatar Héctor Ramón Jiménez2021-07-213-73/+0
| * | | update cargo.toml of exampleLibravatar TimUntersberger2021-06-251-2/+2
| * | | doneLibravatar TimUntersberger2021-06-251-41/+22
| * | | wipLibravatar TimUntersberger2021-06-252-13/+16
| * | | add initial attempt at adding winit exampleLibravatar TimUntersberger2021-06-253-0/+89
* | | | Add a presets `Menu` to the `game_of_life` exampleLibravatar Héctor Ramón Jiménez2021-07-192-0/+21
* | | | Use `bitflags` for `keyboard::Modifiers`Libravatar Héctor Ramón Jiménez2021-07-122-13/+3
* | | | Make `Menu` API a bit more functionalLibravatar Héctor Ramón Jiménez2021-07-121-20/+24
* | | | Initial menu implementationLibravatar Richard2021-07-052-0/+133
|/ / /
* | | Use new enum variant and new winit repoLibravatar Richard2021-06-252-9/+13
* | | Added events for url handling and create exampleLibravatar Richard2021-06-252-0/+79
* | | Add scrolling progress indicators to `scrollable` exampleLibravatar Héctor Ramón2021-06-041-4/+32
* | | Add buttons to control scrolling in `scrollable` exampleLibravatar Héctor Ramón2021-06-041-12/+40
* | | Add some horizontal padding to `toggler` section in `tour` exampleLibravatar Héctor Ramón2021-06-031-5/+8
* | | Add `Toggler` to tour exampleLibravatar Kaiden422021-06-031-1/+28
* | | Add `Toggler` to styling exampleLibravatar Kaiden422021-06-031-9/+64
* | | Example: Add Pin button to prevent closing a paneLibravatar Clark Moody2021-05-241-8/+42
* | | Example: Add close button to pane grid controlsLibravatar Clark Moody2021-05-241-8/+54
* | | Merge branch 'hecrj:master' into upgrade-wgpuLibravatar Aaron Housh2021-05-192-14/+29
|\ \ \
| * | | Fix `Scrollable` scrollbar being rendered behind contentsLibravatar Héctor Ramón2021-05-032-14/+29
* | | | Run cargo fmtLibravatar Dispersia2021-04-122-2/+5
* | | | Upgrade wgpuLibravatar Dispersia2021-04-111-5/+6
|/ / /
* / / Showcase graceful exiting in `events` exampleLibravatar Héctor Ramón Jiménez2021-03-301-10/+37
|/ /
* | Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez2021-03-1110-30/+72
* | Make `Clipboard` argument in `Widget` trait mutableLibravatar Héctor Ramón Jiménez2021-03-101-2/+3
* | Update: randLibravatar Sebastian2021-03-032-6/+4
* | Hide `Text` as an implementation detail of `Tooltip`Libravatar Héctor Ramón Jiménez2021-02-241-3/+3
* | Add `style` and `padding` to `Tooltip`Libravatar Héctor Ramón Jiménez2021-02-231-0/+20
* | Introduce `Tooltip::gap` to control spacingLibravatar Héctor Ramón Jiménez2021-02-231-0/+1
* | Change `Tooltip` to support `Text` only for nowLibravatar Héctor Ramón Jiménez2021-02-231-60/+54