index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove a useless cast
Will Lynas
2025-01-16
1
-1
/
+1
*
Merge pull request #2644 from kgday/master
Héctor
2025-01-16
1
-4
/
+45
|
\
|
*
Simplify tick drawing logic in `clock` example
Héctor Ramón Jiménez
2025-01-16
1
-3
/
+1
|
*
Make numbers bigger and draw ticks in `clock` example
Héctor Ramón Jiménez
2025-01-16
1
-16
/
+35
|
*
Modified clock example to make the clock more readable. Added numbers on the...
Kevin Day
2024-10-19
1
-2
/
+26
*
|
Rename `window::change_*` tasks to `set_*`
Héctor Ramón Jiménez
2025-01-06
1
-3
/
+1
*
|
Fix consistency of import ordering
Héctor Ramón Jiménez
2025-01-06
3
-6
/
+5
*
|
chore: remove once_cell dependency
Tommy Volk
2025-01-06
8
-23
/
+21
*
|
Showcase different `button` styles in `styling` example
Héctor Ramón Jiménez
2025-01-06
1
-5
/
+49
*
|
Fix missing `warning` field in `color_palette` example
Héctor Ramón Jiménez
2025-01-06
1
-0
/
+1
*
|
Avoid dropping results in `counter` test
Héctor Ramón Jiménez
2024-12-17
1
-4
/
+3
*
|
Write documentation for `iced_test`
Héctor Ramón Jiménez
2024-12-17
3
-2
/
+35
*
|
Use proper hash for `creates_a_new_task` snapshot
Héctor Ramón Jiménez
2024-12-17
3
-3
/
+3
*
|
Append `env::consts::OS` to snapshot filenames
Héctor Ramón Jiménez
2024-12-17
3
-3
/
+2
*
|
Reduce size of `Simulator` in `todos` test
Héctor Ramón Jiménez
2024-12-17
2
-2
/
+3
*
|
Implement `Simulator::simulate` and polish naming
Héctor Ramón Jiménez
2024-12-17
1
-2
/
+2
*
|
Support custom renderers in `iced_test` through `renderer::Headless` trait
Héctor Ramón Jiménez
2024-12-14
2
-6
/
+15
*
|
Embed and use Fira Sans as default font when testing
Héctor Ramón Jiménez
2024-12-12
4
-3
/
+4
*
|
Stop tracking `todos` snapshot hash file
Héctor Ramón Jiménez
2024-12-10
1
-1
/
+0
*
|
Add explicit `'static` in `todos` for Rust 1.80
Héctor Ramón Jiménez
2024-12-10
1
-1
/
+1
*
|
Decouple `iced_test` from `iced` crate
Héctor Ramón Jiménez
2024-12-10
1
-12
/
+11
*
|
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
2024-12-10
3
-9
/
+17
*
|
Return `Result` in `todos` test
Héctor Ramón Jiménez
2024-12-10
1
-8
/
+4
*
|
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
2024-12-10
2
-0
/
+36
*
|
Avoid using `Message` to drive logic in `system_information` example
Héctor Ramón Jiménez
2024-12-03
1
-7
/
+11
*
|
fix: add run_with(Example::new)
Osma S. Rautila
2024-12-03
1
-1
/
+5
*
|
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
8
-11
/
+11
*
|
Make `pin` widget `Fill` parent by default
Héctor Ramón Jiménez
2024-11-22
1
-2
/
+2
*
|
Implement `pin` widget
Héctor Ramón Jiménez
2024-11-22
1
-1
/
+23
*
|
Use `Task::run` in `download_progress` example
Héctor Ramón Jiménez
2024-11-22
2
-43
/
+44
*
|
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
2024-11-06
1
-1
/
+1
*
|
Implement `reactive-rendering` for `canvas`
Héctor Ramón Jiménez
2024-11-05
4
-94
/
+102
*
|
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
3
-5
/
+5
*
|
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
3
-36
/
+27
*
|
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
2024-11-05
3
-17
/
+5
*
|
Draft `reactive-rendering` feature for `button`
Héctor Ramón Jiménez
2024-11-05
1
-1
/
+1
*
|
Update `wgpu` to `23.0`
Héctor Ramón Jiménez
2024-11-05
2
-6
/
+6
*
|
Dismiss `large-enum-variant` lint
Héctor Ramón Jiménez
2024-10-22
1
-0
/
+3
|
/
*
Merge pull request #2606 from tvolk131/qr_code_fixed_size
Héctor
2024-10-02
1
-10
/
+44
|
\
|
*
Simplify total size logic in `qr_code` example
Héctor Ramón Jiménez
2024-10-02
1
-42
/
+38
|
*
feat: set total size of QRCode
Tommy Volk
2024-09-24
1
-5
/
+43
*
|
fix: circular progress no longer skips
Tommy Volk
2024-09-29
1
-2
/
+2
|
/
*
Fix flex layout of `Fill` elements in a `Shrink` cross axis
Héctor Ramón Jiménez
2024-09-21
1
-3
/
+37
*
Move `wgpu` re-export to root module
Héctor Ramón Jiménez
2024-09-20
1
-1
/
+1
*
Update `wgpu` to `22.0`
Héctor Ramón Jiménez
2024-09-20
3
-0
/
+5
*
Update `wgpu` to `0.20.1`
Héctor Ramón Jiménez
2024-09-20
2
-0
/
+10
*
Implement some `From` traits for `text_input::Id`
Héctor Ramón Jiménez
2024-09-18
3
-10
/
+4
*
Fix unnecessary `to_string` call in `changelog` tool
Héctor Ramón Jiménez
2024-09-18
1
-4
/
+1
*
Enable `image` feature in `custom_shader` example
Héctor Ramón Jiménez
2024-09-18
1
-1
/
+1
*
Fix deserialization of `PullRequest` with empty body in `changelog` tool
Héctor Ramón Jiménez
2024-09-18
2
-4
/
+9
[prev]
[next]