summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ImgBot] Optimize imagesLibravatar ImgBotApp2022-02-074-725/+1
| | | | | | | | | | | | | | | | | | | | | *Total -- 967.49kb -> 703.99kb (27.24%) /docs/images/radio.png -- 5.29kb -> 1.58kb (70.18%) /docs/images/text_input.png -- 3.18kb -> 1.27kb (60.17%) /docs/images/checkbox.png -- 5.56kb -> 2.22kb (60.17%) /examples/color_palette/screenshot.png -- 102.74kb -> 43.75kb (57.42%) /examples/tour/images/ferris.png -- 32.29kb -> 15.91kb (50.73%) /docs/graphs/ecosystem.png -- 124.13kb -> 67.44kb (45.67%) /docs/graphs/iced.png -- 97.75kb -> 53.27kb (45.5%) /docs/graphs/native.png -- 57.90kb -> 33.67kb (41.85%) /docs/images/text.png -- 4.95kb -> 2.99kb (39.61%) /docs/graphs/foundations.png -- 18.19kb -> 11.19kb (38.46%) /examples/scrollable/screenshot.png -- 144.78kb -> 102.53kb (29.18%) /examples/svg/resources/tiger.svg -- 67.02kb -> 64.50kb (3.76%) /docs/logo.svg -- 1.37kb -> 1.35kb (1.57%) /docs/images/todos_desktop.jpg -- 302.36kb -> 302.33kb (0.01%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
* Fix linksLibravatar Theo Robinson2022-02-073-4/+4
| | | | | | Change dead links to updated ones. Change/Convert all file links to relative links so they are branch agnostic.
* Merge pull request #1225 from tarkah/feat/canvas-line-dashLibravatar Héctor Ramón2022-02-041-0/+4
|\ | | | | Add line dash API
| * Ask for a slice of segments instead of ownership in `LineDash`Libravatar Héctor Ramón Jiménez2022-02-032-3/+3
| |
| * Fix examples, no longer CopyLibravatar Cory Forsstrom2022-01-271-2/+2
| |
| * Increase gap in exampleLibravatar Cory Forsstrom2022-01-271-1/+1
| |
| * Add line dash APILibravatar Cory Forsstrom2022-01-271-0/+4
| |
* | Point `iced_web` links to the new standalone repositoryLibravatar Héctor Ramón Jiménez2022-01-312-4/+4
| |
* | Add `index.html` for `todos` and `tour` exampleLibravatar Héctor Ramón Jiménez2022-01-292-0/+24
| | | | | | | | You can use `trunk serve` to easily compile them!
* | Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-2811-37/+162
| | | | | | | | | | | | | | | | - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef
* | Merge pull request #1160 from derezzedex/dev/arm-supportLibravatar Héctor Ramón2022-01-265-7/+9
|\ \ | |/ |/| feat: add support to ARM devices (and older hardware)
| * Export `glow` in `iced_glow`Libravatar Richard2022-01-193-2/+1
| |
| * Export `iced_winit::conversion` in `iced_glutin`Libravatar Richard2022-01-191-5/+5
| |
| * Improve shader version selectionLibravatar Richard2022-01-191-3/+1
| |
| * Add `env_logger` to `game_of_life`Libravatar Richard2022-01-192-0/+5
| |
* | Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2022-01-202-1/+3
|/ | | | Instead, always use a `StyleSheet`.
* Simplify `run` and `unfold` helpers to build a `Subscription`Libravatar Héctor Ramón Jiménez2022-01-171-70/+52
|
* Update `README` file of `websocket` exampleLibravatar Héctor Ramón Jiménez2022-01-161-1/+6
|
* Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez2022-01-166-0/+400
|
* Make `clock` example responsiveLibravatar Héctor Ramón Jiménez2022-01-151-5/+1
|
* Use `subscription::run` for `download_progress` exampleLibravatar Héctor Ramón Jiménez2022-01-151-84/+69
|
* Merge pull request #1195 from iced-rs/fix/vulnerabilitiesLibravatar Héctor Ramón2022-01-144-15/+23
|\ | | | | Fix `cargo-audit` vulnerabilities
| * Update `reqwest` in examplesLibravatar Héctor Ramón Jiménez2022-01-132-2/+7
| | | | | | | | ... and rely on `rustls` instead of `native-tls`
| * Replace `chrono` with `time` in `clock` exampleLibravatar Héctor Ramón Jiménez2022-01-122-11/+14
| |
| * Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez2022-01-121-2/+2
| |
* | Increase text size of pane dimensions in `pane_grid` exampleLibravatar Héctor Ramón Jiménez2022-01-121-1/+1
| |
* | Implement `Widget::overlay` for `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-122-1/+2
| |
* | Draft `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-111-16/+31
|/
* Fix `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez2022-01-041-0/+1
|
* Merge pull request #1175 from EkardNT/sandbox-exitLibravatar Héctor Ramón2022-01-033-0/+104
|\ | | | | Allow Sandbox applications to exit.
| * Center contents with `Container` in `exit` exampleLibravatar Héctor Ramón Jiménez2022-01-031-7/+16
| | | | | | | | ... also add some `padding` to buttons!
| * Allow Sandbox applications to exit.Libravatar Drake Tetreault2021-12-293-0/+95
| |
* | Merge pull request #1168 from LordRatte/patch-1Libravatar Héctor Ramón2022-01-031-1/+1
|\ \ | | | | | | Change GitHub namespace to new org to prevent link-rot
| * | Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-031-1/+1
| |/
* / Fix memory leak in opengl integration exampleLibravatar Fey Naomi Schrewe2022-01-022-1/+4
|/
* Fix path to ferris.pngLibravatar Nathan Henrie2021-12-111-1/+1
| | | | Fixes https://github.com/iced-rs/iced/issues/1156
* Remove unused fields in `pokedex` exampleLibravatar Héctor Ramón Jiménez2021-12-071-4/+1
|
* Remove unused field in `solar_system` exampleLibravatar Héctor Ramón Jiménez2021-12-071-2/+0
|
* Hide `Box` allocation in `component::view`Libravatar Héctor Ramón Jiménez2021-11-291-1/+1
| | | | ... we may be able to avoid it with generics in the future.
* Draft `component` example :tada:Libravatar Héctor Ramón Jiménez2021-11-292-0/+191
|
* Add checkbox text_color stylingLibravatar Daniel May2021-11-141-0/+1
|
* Merge pull request #1106 from ↵Libravatar Héctor Ramón2021-11-104-11/+9
|\ | | | | | | | | RamType0/RemoveUnnecessaryStringAllocationInExample Remove unnecessary String allocation
| * Fix formatting with `cargo fmt`Libravatar Héctor Ramón Jiménez2021-11-101-3/+1
| |
| * Remove unnecessary String allocationLibravatar Ram.Type-02021-11-024-9/+9
| | | | | | | | Remove unnecessary String allocation by passing &format! or &x.to_string as impl Into<String>
* | Rename `Renderer::present` to `with_primitives`Libravatar Héctor Ramón Jiménez2021-11-052-2/+2
| |
* | Rename `fill_rectangle` to `fill_quad` in `Renderer`Libravatar Héctor Ramón Jiménez2021-11-041-9/+10
| |
* | Merge branch 'master' into remove-renderer-traitsLibravatar Héctor Ramón Jiménez2021-10-311-2/+4
|\|
| * Update wgpu to 0.11Libravatar Poly2021-10-131-2/+4
| |
* | Reintroduce `Box` for `style_sheet` in `TextInput`Libravatar Héctor Ramón Jiménez2021-10-311-3/+3
| |
* | Reintroduce `Box` for `style_sheet` in `Slider`Libravatar Héctor Ramón Jiménez2021-10-312-4/+4
| |