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
2024-04-05
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
2
-21
/
+20
2024-04-02
Avoid extra text allocations in `websocket` example
Héctor Ramón Jiménez
2
-9
/
+18
2024-04-01
Reintroduce old `text` helper as `value` helper
Héctor Ramón Jiménez
1
-9
/
+3
2024-04-01
Specialize `widget::text` helper with custom `IntoContent` trait
Héctor Ramón Jiménez
3
-5
/
+9
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
6
-53
/
+23
2024-03-24
Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-23
Try catalog theming approach with `Button`
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
1
-1
/
+3
2024-03-22
Restore `canvas::Frame` API
Héctor Ramón Jiménez
11
-28
/
+13
2024-03-21
Restore `canvas::Program` API
Héctor Ramón Jiménez
10
-44
/
+52
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
12
-65
/
+67
2024-03-19
Fix redundant import in `color_palette` example
Héctor Ramón Jiménez
1
-3
/
+1
2024-03-17
Move `Application` trait to `advanced` module
Héctor Ramón Jiménez
1
-4
/
+6
2024-03-17
Introduce `Program::run_with` to control the initial state
Héctor Ramón Jiménez
1
-13
/
+7
2024-03-17
Simplify lifetime in `toast` example
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-17
Use `Program` API in `modal` example
Héctor Ramón Jiménez
1
-30
/
+22
2024-03-17
Use `Program` API in `modal` example
Héctor Ramón Jiménez
1
-20
/
+6
2024-03-17
Use `Program` API in `websocket` example
Héctor Ramón Jiménez
1
-20
/
+8
2024-03-17
Use `Program` API in `visible_bounds` example
Héctor Ramón Jiménez
1
-29
/
+8
2024-03-17
Use `Program` API in `game_of_life` example
Héctor Ramón Jiménez
2
-36
/
+22
2024-03-17
Remove unnecessary `Command::batch` in `todos` example
Héctor Ramón Jiménez
1
-4
/
+1
2024-03-17
Use `Program` API in `todos` example
Héctor Ramón Jiménez
1
-28
/
+15
2024-03-17
Use `Program` API in `editor` example
Héctor Ramón Jiménez
1
-35
/
+34
2024-03-17
Move `Program` to `application` module
Héctor Ramón Jiménez
26
-43
/
+31
2024-03-17
Remove `Sandbox` trait :tada:
Héctor Ramón Jiménez
10
-27
/
+22
2024-03-16
Improve styling of `clock` example
Héctor Ramón Jiménez
1
-5
/
+5
2024-03-16
Scale theme name in `clock` example
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-16
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
20
-24
/
+32
2024-03-16
Replace `Program::fonts` with simpler `font` method
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-16
Show name of current `Theme` in `clock` example
Héctor Ramón Jiménez
1
-4
/
+29
2024-03-16
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
19
-54
/
+59
2024-03-16
Reuse `Pokedex` search `Command` in `update` logic
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-16
Implement `Program::load` to specify startup `Command`
Héctor Ramón Jiménez
6
-67
/
+42
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
38
-820
/
+405
2024-03-12
Remove `themer` use from `gradient` example :tada:
Héctor Ramón Jiménez
1
-10
/
+10
2024-03-12
Use closures for `Checkbox::style`
Héctor Ramón Jiménez
1
-6
/
+5
2024-03-12
Use closures for `Text::style`
Héctor Ramón Jiménez
1
-2
/
+8
2024-03-12
Use closures for `Svg::style`
Héctor Ramón Jiménez
1
-6
/
+6
2024-03-09
Make `component` example generic over `Theme`
Héctor Ramón Jiménez
1
-3
/
+8
2024-03-09
fix some comments
rustrover
2
-2
/
+2
2024-03-08
Rename `container::box_` to `rounded_box`
Héctor Ramón Jiménez
7
-8
/
+8
2024-03-08
Use `Theme::TokyoNight` for `clock` example
Héctor Ramón Jiménez
1
-5
/
+11
2024-03-08
Use `button::danger` in `bezier_tool` example
Héctor Ramón Jiménez
1
-1
/
+3
2024-03-08
Use generated palette as `Theme` in `color_palette` example
Héctor Ramón Jiménez
1
-5
/
+22
2024-03-08
Group preset list and clear button in `game_of_life` example
Héctor Ramón Jiménez
1
-11
/
+8
2024-03-07
Implement additional helpers for `Border` and `container::Appearance`
Héctor Ramón Jiménez
2
-15
/
+6
2024-03-07
Rename `positive` and `destructive` to `success` and `danger` in `button`
Héctor Ramón Jiménez
6
-7
/
+7
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
3
-5
/
+3
2024-03-06
Simplify theming for `Application`
Héctor Ramón Jiménez
2
-19
/
+12
[next]