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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-09
Update `wgpu` to `24` and use `cryoglyph` fork
Héctor Ramón Jiménez
1
-3
/
+2
2025-02-22
Darken background of `Dark` theme
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-22
Recreate `todos` snapshot test
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-22
Add `weakest` and `strongest` to `Background` palette
Héctor Ramón Jiménez
1
-7
/
+22
2025-02-21
Use new `async ||` closure syntax :tada:
Héctor Ramón Jiménez
3
-3
/
+3
2025-02-21
Remove unnecessary `Future` imports
Héctor Ramón Jiménez
1
-1
/
+0
2025-02-21
Simplify imports of `clock` example
Héctor Ramón Jiménez
1
-2
/
+2
2025-02-21
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
81
-94
/
+95
2025-02-19
Implement `delay` for `pop` widget :tada:
Héctor Ramón Jiménez
1
-28
/
+10
2025-02-15
Use SI metrics for memory in `system_information` example
Héctor Ramón Jiménez
1
-9
/
+9
2025-02-11
Replace `with` function with `Function` trait
Héctor Ramón Jiménez
5
-21
/
+20
2025-02-11
Introduce `with` helper and use `sipper` in `gallery` example
Héctor Ramón Jiménez
4
-60
/
+81
2025-02-11
Introduce `Task::map_with`
Héctor Ramón Jiménez
2
-11
/
+9
2025-02-11
Remove unneded `let _ =` in `websocket` example
Héctor Ramón Jiménez
1
-10
/
+6
2025-02-11
Rewrite `websocket` example using `sipper`
Héctor Ramón Jiménez
1
-60
/
+38
2025-02-11
Use `sipper` in `download_progress`
Héctor Ramón Jiménez
2
-38
/
+37
2025-02-09
Increase blurhash fade in duration and adjust easing in `gallery` example
Héctor Ramón Jiménez
1
-2
/
+5
2025-02-09
Create explicit `Thumbnail` struct in `gallery` example
Héctor Ramón Jiménez
1
-45
/
+45
2025-02-09
Simplify `gallery` example a bit
Héctor Ramón Jiménez
2
-104
/
+103
2025-02-09
Use `to_owned` instead of `to_string` in `gallery` example
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-09
Implement `From<u32>` instead of `u16` for `Length` and `Pixels`
Héctor Ramón Jiménez
4
-20
/
+17
2025-02-06
Add blurhash to gallery
Cory Forsstrom
3
-38
/
+184
2025-02-05
Add `language` to `Item::CodeBlock` in `markdown`
Héctor Ramón Jiménez
1
-9
/
+11
2025-02-04
Rename `on_link_clicked` to `on_link_click`
Héctor Ramón Jiménez
2
-2
/
+2
2025-02-04
Add `Copy` action to code blocks in `markdown` example
Héctor Ramón Jiménez
6
-2
/
+59
2025-02-04
Add `alt` and `title` to `markdown` images
Héctor Ramón Jiménez
1
-4
/
+5
2025-02-04
Animate image fade in in `markdown` example
Héctor Ramón Jiménez
1
-49
/
+102
2025-02-04
Fix documentation of `markdown` and `rich_text`
Héctor Ramón Jiménez
2
-6
/
+6
2025-02-04
Draft `Viewer` trait for `markdown`
Héctor Ramón Jiménez
3
-22
/
+151
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
7
-13
/
+13
2025-02-02
Use working wasmtimer for time::every
Kitsu
2
-2
/
+3
2025-02-02
Fix broken references when parsing `markdown` streams
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-02
Add `on_resize` handler to `pop` widget :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-31
Add `new` constructor for `markdown::Content`
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-31
Implement `markdown` incremental code highlighting
Héctor Ramón Jiménez
1
-34
/
+47
2025-01-31
Draft incremental `markdown` parsing
Héctor Ramón Jiménez
2
-12
/
+86
2025-01-29
Replace unmaintained `directories-next` crate with `directories` crate
rhysd
2
-2
/
+2
2025-01-28
Introduce `LineEnding` to `editor` and fix inconsistencies
Héctor Ramón Jiménez
1
-1
/
+9
2025-01-28
Display grid placeholder when loading `gallery` example
Héctor Ramón Jiménez
2
-6
/
+23
2025-01-28
Rename `Animation::in_progress` to `is_animating`
Héctor Ramón Jiménez
1
-26
/
+29
2025-01-27
Remove unnecessary `endpoint` function in `gallery` example
Héctor Ramón Jiménez
1
-7
/
+1
2025-01-27
Change `period` to `Week` in `gallery` example
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-27
Implement AI `gallery` example :tada:
Héctor Ramón Jiménez
6
-6
/
+482
2025-01-27
Make all `Color` constructors `const` :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2025-01-24
Implement support for vertical `ProgressBar`
Héctor Ramón Jiménez
1
-3
/
+39
2025-01-24
Add `Duration` helpers to `time` module
Héctor Ramón Jiménez
6
-18
/
+14
2025-01-24
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
11
-62
/
+46
2025-01-16
Remove a useless cast
Will Lynas
1
-1
/
+1
2025-01-16
Simplify tick drawing logic in `clock` example
Héctor Ramón Jiménez
1
-3
/
+1
2025-01-16
Make numbers bigger and draw ticks in `clock` example
Héctor Ramón Jiménez
1
-16
/
+35
[next]