summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove a useless castLibravatar Will Lynas2025-01-161-1/+1
|
* Merge pull request #2644 from kgday/masterLibravatar Héctor2025-01-161-4/+45
|\ | | | | Modified clock example to make the clock more readable.
| * Simplify tick drawing logic in `clock` exampleLibravatar Héctor Ramón Jiménez2025-01-161-3/+1
| |
| * Make numbers bigger and draw ticks in `clock` exampleLibravatar Héctor Ramón Jiménez2025-01-161-16/+35
| |
| * Modified clock example to make the clock more readable. Added numbers on ↵Libravatar Kevin Day2024-10-191-2/+26
| | | | | | | | the clock face and took the portion of the hour passed into consideration for the hour hand. It now looks like a reasonable clock.
* | Rename `window::change_*` tasks to `set_*`Libravatar Héctor Ramón Jiménez2025-01-061-3/+1
| |
* | Fix consistency of import orderingLibravatar Héctor Ramón Jiménez2025-01-063-6/+5
| |
* | chore: remove once_cell dependencyLibravatar Tommy Volk2025-01-068-23/+21
| |
* | Showcase different `button` styles in `styling` exampleLibravatar Héctor Ramón Jiménez2025-01-061-5/+49
| |
* | Fix missing `warning` field in `color_palette` exampleLibravatar Héctor Ramón Jiménez2025-01-061-0/+1
| |
* | Avoid dropping results in `counter` testLibravatar Héctor Ramón Jiménez2024-12-171-4/+3
| |
* | Write documentation for `iced_test`Libravatar Héctor Ramón Jiménez2024-12-173-2/+35
| |
* | Use proper hash for `creates_a_new_task` snapshotLibravatar Héctor Ramón Jiménez2024-12-173-3/+3
| |
* | Append `env::consts::OS` to snapshot filenamesLibravatar Héctor Ramón Jiménez2024-12-173-3/+2
| |
* | Reduce size of `Simulator` in `todos` testLibravatar Héctor Ramón Jiménez2024-12-172-2/+3
| |
* | Implement `Simulator::simulate` and polish namingLibravatar Héctor Ramón Jiménez2024-12-171-2/+2
| |
* | Support custom renderers in `iced_test` through `renderer::Headless` traitLibravatar Héctor Ramón Jiménez2024-12-142-6/+15
| |
* | Embed and use Fira Sans as default font when testingLibravatar Héctor Ramón Jiménez2024-12-124-3/+4
| |
* | Stop tracking `todos` snapshot hash fileLibravatar Héctor Ramón Jiménez2024-12-101-1/+0
| | | | | | | | Font selection is platform-dependent.
* | Add explicit `'static` in `todos` for Rust 1.80Libravatar Héctor Ramón Jiménez2024-12-101-1/+1
| |
* | Decouple `iced_test` from `iced` crateLibravatar Héctor Ramón Jiménez2024-12-101-12/+11
| |
* | Add image and hash snapshot-based testing to `iced_test`Libravatar Héctor Ramón Jiménez2024-12-103-9/+17
| |
* | Return `Result` in `todos` testLibravatar Héctor Ramón Jiménez2024-12-101-8/+4
| |
* | Draft `iced_test` crate and test `todos` exampleLibravatar Héctor Ramón Jiménez2024-12-102-0/+36
| |
* | Avoid using `Message` to drive logic in `system_information` exampleLibravatar Héctor Ramón Jiménez2024-12-031-7/+11
| |
* | fix: add run_with(Example::new)Libravatar Osma S. Rautila2024-12-031-1/+5
| | | | | | The example was not running the `update` method and was stuck on the loading screen (at least on macos). This fixes is on my system.
* | Fix new `clippy` lintsLibravatar Héctor Ramón Jiménez2024-12-028-11/+11
| |
* | Make `pin` widget `Fill` parent by defaultLibravatar Héctor Ramón Jiménez2024-11-221-2/+2
| |
* | Implement `pin` widgetLibravatar Héctor Ramón Jiménez2024-11-221-1/+23
| |
* | Use `Task::run` in `download_progress` exampleLibravatar Héctor Ramón Jiménez2024-11-222-43/+44
| |
* | Rename `Overlay::on_event` to `update`Libravatar Héctor Ramón Jiménez2024-11-061-1/+1
| |
* | Implement `reactive-rendering` for `canvas`Libravatar Héctor Ramón Jiménez2024-11-054-94/+102
| |
* | Rename `Widget::on_event` to `update`Libravatar Héctor Ramón Jiménez2024-11-053-5/+5
| |
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`Libravatar Héctor Ramón Jiménez2024-11-053-36/+27
| |
* | Split `Shell::request_redraw` into two different methodsLibravatar Héctor Ramón Jiménez2024-11-053-17/+5
| |
* | Draft `reactive-rendering` feature for `button`Libravatar Héctor Ramón Jiménez2024-11-051-1/+1
| |
* | Update `wgpu` to `23.0`Libravatar Héctor Ramón Jiménez2024-11-052-6/+6
| |
* | Dismiss `large-enum-variant` lintLibravatar Héctor Ramón Jiménez2024-10-221-0/+3
|/
* Merge pull request #2606 from tvolk131/qr_code_fixed_sizeLibravatar Héctor2024-10-021-10/+44
|\ | | | | feat: set total size of QRCode
| * Simplify total size logic in `qr_code` exampleLibravatar Héctor Ramón Jiménez2024-10-021-42/+38
| |
| * feat: set total size of QRCodeLibravatar Tommy Volk2024-09-241-5/+43
| |
* | fix: circular progress no longer skipsLibravatar Tommy Volk2024-09-291-2/+2
|/
* Fix flex layout of `Fill` elements in a `Shrink` cross axisLibravatar Héctor Ramón Jiménez2024-09-211-3/+37
| | | | | | Instead of collapsing, the `Fill` elements will fill the cross space allocated by the other `Shrink` elements present in the container.
* Move `wgpu` re-export to root moduleLibravatar Héctor Ramón Jiménez2024-09-201-1/+1
| | | | | This seems to fix a `cargo doc` performance issue; and it makes more sense anyways.
* Update `wgpu` to `22.0`Libravatar Héctor Ramón Jiménez2024-09-203-0/+5
|
* Update `wgpu` to `0.20.1`Libravatar Héctor Ramón Jiménez2024-09-202-0/+10
|
* Implement some `From` traits for `text_input::Id`Libravatar Héctor Ramón Jiménez2024-09-183-10/+4
|
* Fix unnecessary `to_string` call in `changelog` toolLibravatar Héctor Ramón Jiménez2024-09-181-4/+1
|
* Enable `image` feature in `custom_shader` exampleLibravatar Héctor Ramón Jiménez2024-09-181-1/+1
|
* Fix deserialization of `PullRequest` with empty body in `changelog` toolLibravatar Héctor Ramón Jiménez2024-09-182-4/+9
|