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
*
Create `the_matrix` example
Héctor Ramón Jiménez
2024-04-27
2
-0
/
+128
*
Use `hover` widget in `bezier_tool` example
Héctor Ramón Jiménez
2024-04-27
1
-11
/
+15
*
Simplify `modal` example :tada:
Héctor Ramón Jiménez
2024-04-25
1
-328
/
+35
*
Introduce `opaque` widget helper
Héctor Ramón Jiménez
2024-04-25
1
-1
/
+1
*
Showcase new `Stack` widget in `bezier_tool` example
Héctor Ramón Jiménez
2024-04-25
1
-18
/
+35
*
Merge pull request #2382 from iced-rs/wgpu/better-architecture
Héctor Ramón
2024-04-14
3
-36
/
+39
|
\
|
*
Make arguments of `Renderer::new` explicit in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-08
1
-3
/
+4
|
*
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-08
1
-15
/
+18
|
*
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
2024-04-05
1
-1
/
+1
|
*
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
2024-04-03
2
-21
/
+20
*
|
Remove extra Download struct from dowload_progress example
alex-ds13
2024-04-08
1
-6
/
+0
|
/
*
Avoid extra text allocations in `websocket` example
Héctor Ramón Jiménez
2024-04-02
2
-9
/
+18
*
Reintroduce old `text` helper as `value` helper
Héctor Ramón Jiménez
2024-04-01
1
-9
/
+3
*
Specialize `widget::text` helper with custom `IntoContent` trait
Héctor Ramón Jiménez
2024-04-01
3
-5
/
+9
*
Merge pull request #2350 from iced-rs/theming-revolutions
Héctor Ramón
2024-03-25
7
-54
/
+24
|
\
|
*
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
2024-03-24
6
-53
/
+23
|
*
Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`
Héctor Ramón Jiménez
2024-03-24
1
-1
/
+1
|
*
Try catalog theming approach with `Button`
Héctor Ramón Jiménez
2024-03-23
1
-2
/
+2
*
|
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
2024-03-22
1
-1
/
+3
*
|
Restore `canvas::Frame` API
Héctor Ramón Jiménez
2024-03-22
11
-28
/
+13
*
|
Restore `canvas::Program` API
Héctor Ramón Jiménez
2024-03-21
10
-44
/
+52
*
|
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
2024-03-21
12
-65
/
+67
|
/
*
Fix redundant import in `color_palette` example
Héctor Ramón Jiménez
2024-03-19
1
-3
/
+1
*
Move `Application` trait to `advanced` module
Héctor Ramón Jiménez
2024-03-17
1
-4
/
+6
*
Introduce `Program::run_with` to control the initial state
Héctor Ramón Jiménez
2024-03-17
1
-13
/
+7
*
Simplify lifetime in `toast` example
Héctor Ramón Jiménez
2024-03-17
1
-2
/
+2
*
Use `Program` API in `modal` example
Héctor Ramón Jiménez
2024-03-17
1
-30
/
+22
*
Use `Program` API in `modal` example
Héctor Ramón Jiménez
2024-03-17
1
-20
/
+6
*
Use `Program` API in `websocket` example
Héctor Ramón Jiménez
2024-03-17
1
-20
/
+8
*
Use `Program` API in `visible_bounds` example
Héctor Ramón Jiménez
2024-03-17
1
-29
/
+8
*
Use `Program` API in `game_of_life` example
Héctor Ramón Jiménez
2024-03-17
2
-36
/
+22
*
Remove unnecessary `Command::batch` in `todos` example
Héctor Ramón Jiménez
2024-03-17
1
-4
/
+1
*
Use `Program` API in `todos` example
Héctor Ramón Jiménez
2024-03-17
1
-28
/
+15
*
Use `Program` API in `editor` example
Héctor Ramón Jiménez
2024-03-17
1
-35
/
+34
*
Move `Program` to `application` module
Héctor Ramón Jiménez
2024-03-17
26
-43
/
+31
*
Remove `Sandbox` trait :tada:
Héctor Ramón Jiménez
2024-03-17
10
-27
/
+22
*
Improve styling of `clock` example
Héctor Ramón Jiménez
2024-03-16
1
-5
/
+5
*
Scale theme name in `clock` example
Héctor Ramón Jiménez
2024-03-16
1
-3
/
+3
*
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
2024-03-16
20
-24
/
+32
*
Replace `Program::fonts` with simpler `font` method
Héctor Ramón Jiménez
2024-03-16
1
-1
/
+1
*
Show name of current `Theme` in `clock` example
Héctor Ramón Jiménez
2024-03-16
1
-4
/
+29
*
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
2024-03-16
19
-54
/
+59
*
Reuse `Pokedex` search `Command` in `update` logic
Héctor Ramón Jiménez
2024-03-16
1
-3
/
+3
*
Implement `Program::load` to specify startup `Command`
Héctor Ramón Jiménez
2024-03-16
6
-67
/
+42
*
Introduce `Program` API
Héctor Ramón Jiménez
2024-03-16
38
-820
/
+405
*
Remove `themer` use from `gradient` example :tada:
Héctor Ramón Jiménez
2024-03-12
1
-10
/
+10
*
Use closures for `Checkbox::style`
Héctor Ramón Jiménez
2024-03-12
1
-6
/
+5
*
Use closures for `Text::style`
Héctor Ramón Jiménez
2024-03-12
1
-2
/
+8
*
Use closures for `Svg::style`
Héctor Ramón Jiménez
2024-03-12
1
-6
/
+6
*
Make `component` example generic over `Theme`
Héctor Ramón Jiménez
2024-03-09
1
-3
/
+8
[next]