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
*
Replace `with` function with `Function` trait
Héctor Ramón Jiménez
2025-02-11
5
-21
/
+20
*
Introduce `with` helper and use `sipper` in `gallery` example
Héctor Ramón Jiménez
2025-02-11
4
-60
/
+81
*
Introduce `Task::map_with`
Héctor Ramón Jiménez
2025-02-11
2
-11
/
+9
*
Remove unneded `let _ =` in `websocket` example
Héctor Ramón Jiménez
2025-02-11
1
-10
/
+6
*
Rewrite `websocket` example using `sipper`
Héctor Ramón Jiménez
2025-02-11
1
-60
/
+38
*
Use `sipper` in `download_progress`
Héctor Ramón Jiménez
2025-02-11
2
-38
/
+37
*
Increase blurhash fade in duration and adjust easing in `gallery` example
Héctor Ramón Jiménez
2025-02-09
1
-2
/
+5
*
Create explicit `Thumbnail` struct in `gallery` example
Héctor Ramón Jiménez
2025-02-09
1
-45
/
+45
*
Simplify `gallery` example a bit
Héctor Ramón Jiménez
2025-02-09
2
-104
/
+103
*
Use `to_owned` instead of `to_string` in `gallery` example
Héctor Ramón Jiménez
2025-02-09
1
-1
/
+1
*
Implement `From<u32>` instead of `u16` for `Length` and `Pixels`
Héctor Ramón Jiménez
2025-02-09
4
-20
/
+17
*
Add blurhash to gallery
Cory Forsstrom
2025-02-06
3
-38
/
+184
*
Add `language` to `Item::CodeBlock` in `markdown`
Héctor Ramón Jiménez
2025-02-05
1
-9
/
+11
*
Rename `on_link_clicked` to `on_link_click`
Héctor Ramón Jiménez
2025-02-04
2
-2
/
+2
*
Add `Copy` action to code blocks in `markdown` example
Héctor Ramón Jiménez
2025-02-04
6
-2
/
+59
*
Add `alt` and `title` to `markdown` images
Héctor Ramón Jiménez
2025-02-04
1
-4
/
+5
*
Animate image fade in in `markdown` example
Héctor Ramón Jiménez
2025-02-04
1
-49
/
+102
*
Fix documentation of `markdown` and `rich_text`
Héctor Ramón Jiménez
2025-02-04
2
-6
/
+6
*
Draft `Viewer` trait for `markdown`
Héctor Ramón Jiménez
2025-02-04
3
-22
/
+151
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
7
-13
/
+13
*
Fix broken references when parsing `markdown` streams
Héctor Ramón Jiménez
2025-02-02
1
-1
/
+1
*
Add `on_resize` handler to `pop` widget :tada:
Héctor Ramón Jiménez
2025-02-02
1
-1
/
+1
*
Add `new` constructor for `markdown::Content`
Héctor Ramón Jiménez
2025-01-31
1
-1
/
+1
*
Implement `markdown` incremental code highlighting
Héctor Ramón Jiménez
2025-01-31
1
-34
/
+47
*
Draft incremental `markdown` parsing
Héctor Ramón Jiménez
2025-01-31
2
-12
/
+86
*
Replace unmaintained `directories-next` crate with `directories` crate
rhysd
2025-01-29
2
-2
/
+2
*
Introduce `LineEnding` to `editor` and fix inconsistencies
Héctor Ramón Jiménez
2025-01-28
1
-1
/
+9
*
Display grid placeholder when loading `gallery` example
Héctor Ramón Jiménez
2025-01-28
2
-6
/
+23
*
Rename `Animation::in_progress` to `is_animating`
Héctor Ramón Jiménez
2025-01-28
1
-26
/
+29
*
Remove unnecessary `endpoint` function in `gallery` example
Héctor Ramón Jiménez
2025-01-27
1
-7
/
+1
*
Change `period` to `Week` in `gallery` example
Héctor Ramón Jiménez
2025-01-27
1
-1
/
+1
*
Implement AI `gallery` example :tada:
Héctor Ramón Jiménez
2025-01-27
6
-6
/
+482
*
Make all `Color` constructors `const` :tada:
Héctor Ramón Jiménez
2025-01-27
1
-2
/
+2
*
Implement support for vertical `ProgressBar`
Héctor Ramón Jiménez
2025-01-24
1
-3
/
+39
*
Merge pull request #2747 from iced-rs/time-repeat-subscription
Héctor
2025-01-24
6
-18
/
+14
|
\
|
*
Add `Duration` helpers to `time` module
Héctor Ramón Jiménez
2025-01-24
6
-18
/
+14
*
|
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
2025-01-24
11
-62
/
+46
|
/
*
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
[next]