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-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
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-06
Simplify theming for `Svg` widget
Héctor Ramón Jiménez
1
-4
/
+3
2024-03-05
Simplify theming for `ProgressBar` widget
Héctor Ramón Jiménez
1
-2
/
+3
2024-03-05
Reduce default size of `checkbox` to `15.0`
Héctor Ramón Jiménez
1
-0
/
+1
2024-03-05
Simplify theming for `Container` widget
Héctor Ramón Jiménez
9
-61
/
+97
2024-03-05
Simplify theming for `Checkbox` widget
Héctor Ramón Jiménez
1
-5
/
+4
2024-03-04
Simplify theming for `Button` widget
Héctor Ramón Jiménez
8
-41
/
+35
2024-03-04
Simplify theming for `Text` widget
Héctor Ramón Jiménez
8
-76
/
+64
2024-03-03
Remove complex cross-axis layout logic from `Column` and `Row`
Héctor Ramón Jiménez
1
-39
/
+3
2024-02-24
Assert `scrollable` content size never fills scrolling axis
Héctor Ramón Jiménez
1
-30
/
+30
2024-02-22
Enable layout debugger for Wasm builds in `tour` example
Héctor Ramón Jiménez
1
-10
/
+3
2024-02-21
Add `size_hint` method to `Component` trait
Héctor Ramón Jiménez
1
-1
/
+8
2024-02-20
Make `Canvas` fill the parent container on Wasm
Héctor Ramón Jiménez
1
-2
/
+2
2024-02-19
Use two layers for `image::atlas` only on `Gl` backend
Héctor Ramón Jiménez
1
-14
/
+18
2024-02-15
Add `push_maybe` to `Column` and `Row`
Héctor Ramón Jiménez
5
-95
/
+95
2024-02-15
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
13
-41
/
+37
2024-02-15
Rename `password` method in `TextInput` to `secure`
Héctor Ramón Jiménez
2
-6
/
+2
2024-02-14
Use `Borrow` for both `options` and `selected` in `PickList`
Héctor Ramón Jiménez
3
-16
/
+4
2024-02-12
Simplify `scrollable` styling API
Héctor Ramón Jiménez
1
-51
/
+2
2024-02-12
Introduce an appearance for a scrollable, ability to customize the scrollbar ...
dtzxporter
1
-1
/
+5
2024-02-10
Fix `style` in `solar_system` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-10
Log available formats and alpha modes in `wgpu::window::compositor`
Héctor Ramón Jiménez
2
-1
/
+6
2024-02-10
Use custom `Application::style` to enable transparency
Héctor Ramón Jiménez
1
-19
/
+19
2024-02-10
Fix alpha mode configuration in `iced_wgpu`
Daniel Yoon
1
-5
/
+48
2024-02-09
Invalidate `QRCode` cache on `Appearance` change
Héctor Ramón Jiménez
1
-6
/
+2
2024-02-09
Update `qr_code` example with theme selector
Clark Moody
1
-6
/
+28
2024-02-09
Update `async-tungstenite` dependency in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-07
Fix wrapped lines not being considered when measuring `TextEditor`
Héctor Ramón Jiménez
1
-0
/
+1
[next]