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