summaryrefslogtreecommitdiffstats
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-18Reintroduce generic `Message` type for `canvas::Program`Libravatar Héctor Ramón Jiménez6-17/+6
2022-03-16update palette to 0.6Libravatar Cory Forsstrom2-18/+18
2022-03-16Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez8-18/+16
2022-03-15Remove unnecessary `unreachable!` in `download_progress` exampleLibravatar Héctor Ramón Jiménez1-3/+1
2022-03-14Implement `pure` version of `pane_grid` example :tada:Libravatar Héctor Ramón Jiménez1-13/+12
2022-03-14Implement `pure` version of `PaneGrid` widgetLibravatar Héctor Ramón Jiménez2-0/+448
2022-03-09Implement `pure` version of `game_of_life` example :tada:Libravatar Héctor Ramón Jiménez5-0/+1262
2022-03-09Use associated type for `Message` in a `canvas::Program`Libravatar Héctor Ramón Jiménez5-5/+15
2022-03-08Remove superfluous files from `pure` examplesLibravatar Héctor Ramón Jiménez7-120/+0
2022-03-07Implement `pure::Responsive` in `iced_lazy`Libravatar Héctor Ramón Jiménez1-2/+2
2022-02-23Remove `hash_layout` method from `Widget` traitLibravatar Héctor Ramón Jiménez2-13/+2
2022-02-23Showcase only `Contain`, `Cover`, and `Fill` image modes in `tour`Libravatar Héctor Ramón Jiménez1-4/+4
2022-02-17Implement `pure` version of `component` exampleLibravatar Héctor Ramón Jiménez2-0/+179
2022-02-16Keep using Ferris in the image section of the `tour`Libravatar Héctor Ramón Jiménez1-26/+7
2022-02-16Expose `ContentFit` in rootLibravatar Héctor Ramón Jiménez1-4/+3
2022-02-16Rename `Image::fit` to `content_fit`Libravatar Héctor Ramón Jiménez1-2/+2
2022-02-16Add support for `ContentFit` for `Image`Libravatar Emi Simpson1-20/+78
2022-02-16Implement `pure` version of `pick_list` example :tada:Libravatar Héctor Ramón Jiménez3-0/+138
2022-02-13Implement `pure` version of the `tour` example :tada:Libravatar Héctor Ramón Jiménez4-0/+752
2022-02-12Add `max_width` to `Column` in `iced_pure`Libravatar Héctor Ramón Jiménez1-1/+9
2022-02-12Implement missing `on_event` and `mouse_interaction` for `Checkbox` in `iced_...Libravatar Héctor Ramón Jiménez1-1/+1
2022-02-12Implement pure version of `todos` example :tada:Libravatar Héctor Ramón Jiménez4-0/+650
2022-02-12Reuse `Text` widget from `iced_native` in `iced_pure`Libravatar Héctor Ramón Jiménez1-1/+1
2022-02-11Expose reusable `Button` logicLibravatar Héctor Ramón Jiménez2-2/+2
2022-02-11Expose function helpers to build widgets in `pure::widget`Libravatar Héctor Ramón Jiménez1-5/+6
2022-02-11Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez2-14/+8
2022-02-11Rename `iced_virtual` to `iced_pure`Libravatar Héctor Ramón Jiménez4-8/+8
2022-02-10Implement `Into<Element>` for `&'static str` in `iced_virtual`Libravatar Héctor Ramón Jiménez1-10/+3
2022-02-10Draft virtual `Button`, `Column`, and `Text`Libravatar Héctor Ramón Jiménez4-0/+101
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez27-28/+28
2022-02-09Add `index.html` to `counter` exampleLibravatar Héctor Ramón Jiménez1-0/+12
2022-02-07[ImgBot] Optimize imagesLibravatar ImgBotApp4-725/+1
2022-02-07Fix linksLibravatar Theo Robinson3-4/+4
2022-02-03Ask for a slice of segments instead of ownership in `LineDash`Libravatar Héctor Ramón Jiménez2-3/+3
2022-01-31Point `iced_web` links to the new standalone repositoryLibravatar Héctor Ramón Jiménez2-4/+4
2022-01-29Add `index.html` for `todos` and `tour` exampleLibravatar Héctor Ramón Jiménez2-0/+24
2022-01-28Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov11-37/+162
2022-01-27Fix examples, no longer CopyLibravatar Cory Forsstrom1-2/+2
2022-01-27Increase gap in exampleLibravatar Cory Forsstrom1-1/+1
2022-01-27Add line dash APILibravatar Cory Forsstrom1-0/+4
2022-01-20Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2-1/+3
2022-01-19Export `glow` in `iced_glow`Libravatar Richard3-2/+1
2022-01-19Export `iced_winit::conversion` in `iced_glutin`Libravatar Richard1-5/+5
2022-01-19Improve shader version selectionLibravatar Richard1-3/+1
2022-01-19Add `env_logger` to `game_of_life`Libravatar Richard2-0/+5
2022-01-17Simplify `run` and `unfold` helpers to build a `Subscription`Libravatar Héctor Ramón Jiménez1-70/+52
2022-01-16Update `README` file of `websocket` exampleLibravatar Héctor Ramón Jiménez1-1/+6
2022-01-16Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez6-0/+400
2022-01-15Make `clock` example responsiveLibravatar Héctor Ramón Jiménez1-5/+1
2022-01-15Use `subscription::run` for `download_progress` exampleLibravatar Héctor Ramón Jiménez1-84/+69