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
2022-03-18
Reintroduce generic `Message` type for `canvas::Program`
Héctor Ramón Jiménez
6
-17
/
+6
2022-03-16
update palette to 0.6
Cory Forsstrom
2
-18
/
+18
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
8
-18
/
+16
2022-03-15
Remove unnecessary `unreachable!` in `download_progress` example
Héctor Ramón Jiménez
1
-3
/
+1
2022-03-14
Implement `pure` version of `pane_grid` example :tada:
Héctor Ramón Jiménez
1
-13
/
+12
2022-03-14
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
2
-0
/
+448
2022-03-09
Implement `pure` version of `game_of_life` example :tada:
Héctor Ramón Jiménez
5
-0
/
+1262
2022-03-09
Use associated type for `Message` in a `canvas::Program`
Héctor Ramón Jiménez
5
-5
/
+15
2022-03-08
Remove superfluous files from `pure` examples
Héctor Ramón Jiménez
7
-120
/
+0
2022-03-07
Implement `pure::Responsive` in `iced_lazy`
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2
-13
/
+2
2022-02-23
Showcase only `Contain`, `Cover`, and `Fill` image modes in `tour`
Héctor Ramón Jiménez
1
-4
/
+4
2022-02-17
Implement `pure` version of `component` example
Héctor Ramón Jiménez
2
-0
/
+179
2022-02-16
Keep using Ferris in the image section of the `tour`
Héctor Ramón Jiménez
1
-26
/
+7
2022-02-16
Expose `ContentFit` in root
Héctor Ramón Jiménez
1
-4
/
+3
2022-02-16
Rename `Image::fit` to `content_fit`
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-16
Add support for `ContentFit` for `Image`
Emi Simpson
1
-20
/
+78
2022-02-16
Implement `pure` version of `pick_list` example :tada:
Héctor Ramón Jiménez
3
-0
/
+138
2022-02-13
Implement `pure` version of the `tour` example :tada:
Héctor Ramón Jiménez
4
-0
/
+752
2022-02-12
Add `max_width` to `Column` in `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+9
2022-02-12
Implement missing `on_event` and `mouse_interaction` for `Checkbox` in `iced_...
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-12
Implement pure version of `todos` example :tada:
Héctor Ramón Jiménez
4
-0
/
+650
2022-02-12
Reuse `Text` widget from `iced_native` in `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-11
Expose reusable `Button` logic
Héctor Ramón Jiménez
2
-2
/
+2
2022-02-11
Expose function helpers to build widgets in `pure::widget`
Héctor Ramón Jiménez
1
-5
/
+6
2022-02-11
Expose `iced_pure` through a `pure` feature in `iced`
Héctor Ramón Jiménez
2
-14
/
+8
2022-02-11
Rename `iced_virtual` to `iced_pure`
Héctor Ramón Jiménez
4
-8
/
+8
2022-02-10
Implement `Into<Element>` for `&'static str` in `iced_virtual`
Héctor Ramón Jiménez
1
-10
/
+3
2022-02-10
Draft virtual `Button`, `Column`, and `Text`
Héctor Ramón Jiménez
4
-0
/
+101
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
27
-28
/
+28
2022-02-09
Add `index.html` to `counter` example
Héctor Ramón Jiménez
1
-0
/
+12
2022-02-07
[ImgBot] Optimize images
ImgBotApp
4
-725
/
+1
2022-02-07
Fix links
Theo Robinson
3
-4
/
+4
2022-02-03
Ask for a slice of segments instead of ownership in `LineDash`
Héctor Ramón Jiménez
2
-3
/
+3
2022-01-31
Point `iced_web` links to the new standalone repository
Héctor Ramón Jiménez
2
-4
/
+4
2022-01-29
Add `index.html` for `todos` and `tour` example
Héctor Ramón Jiménez
2
-0
/
+24
2022-01-28
Experimental wgpu WebGL backend support
Vladyslav Nikonov
11
-37
/
+162
2022-01-27
Fix examples, no longer Copy
Cory Forsstrom
1
-2
/
+2
2022-01-27
Increase gap in example
Cory Forsstrom
1
-1
/
+1
2022-01-27
Add line dash API
Cory Forsstrom
1
-0
/
+4
2022-01-20
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
2
-1
/
+3
2022-01-19
Export `glow` in `iced_glow`
Richard
3
-2
/
+1
2022-01-19
Export `iced_winit::conversion` in `iced_glutin`
Richard
1
-5
/
+5
2022-01-19
Improve shader version selection
Richard
1
-3
/
+1
2022-01-19
Add `env_logger` to `game_of_life`
Richard
2
-0
/
+5
2022-01-17
Simplify `run` and `unfold` helpers to build a `Subscription`
Héctor Ramón Jiménez
1
-70
/
+52
2022-01-16
Update `README` file of `websocket` example
Héctor Ramón Jiménez
1
-1
/
+6
2022-01-16
Draft `websocket` example :tada:
Héctor Ramón Jiménez
6
-0
/
+400
2022-01-15
Make `clock` example responsive
Héctor Ramón Jiménez
1
-5
/
+1
2022-01-15
Use `subscription::run` for `download_progress` example
Héctor Ramón Jiménez
1
-84
/
+69
[next]