Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | update palette to 0.6 | 2022-03-16 | 2 | -18/+18 | ||
* | | | | Remove unnecessary `unreachable!` in `download_progress` example | 2022-03-15 | 1 | -3/+1 | ||
| |_|/ |/| | | ||||||
* | | | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 2 | -13/+2 | ||
* | | | Showcase only `Contain`, `Cover`, and `Fill` image modes in `tour` | 2022-02-23 | 1 | -4/+4 | ||
* | | | Keep using Ferris in the image section of the `tour` | 2022-02-16 | 1 | -26/+7 | ||
* | | | Expose `ContentFit` in root | 2022-02-16 | 1 | -4/+3 | ||
* | | | Rename `Image::fit` to `content_fit` | 2022-02-16 | 1 | -2/+2 | ||
* | | | Add support for `ContentFit` for `Image` | 2022-02-16 | 1 | -20/+78 | ||
| |/ |/| | ||||||
* | | Update Rust edition to 2021 :tada: | 2022-02-09 | 27 | -28/+28 | ||
* | | Add `index.html` to `counter` example | 2022-02-09 | 1 | -0/+12 | ||
* | | [ImgBot] Optimize images | 2022-02-07 | 4 | -725/+1 | ||
* | | Fix links | 2022-02-07 | 3 | -4/+4 | ||
* | | Merge pull request #1225 from tarkah/feat/canvas-line-dash | 2022-02-04 | 1 | -0/+4 | ||
|\ \ | ||||||
| * | | Ask for a slice of segments instead of ownership in `LineDash` | 2022-02-03 | 2 | -3/+3 | ||
| * | | Fix examples, no longer Copy | 2022-01-27 | 1 | -2/+2 | ||
| * | | Increase gap in example | 2022-01-27 | 1 | -1/+1 | ||
| * | | Add line dash API | 2022-01-27 | 1 | -0/+4 | ||
| |/ | ||||||
* | | Point `iced_web` links to the new standalone repository | 2022-01-31 | 2 | -4/+4 | ||
* | | Add `index.html` for `todos` and `tour` example | 2022-01-29 | 2 | -0/+24 | ||
* | | Experimental wgpu WebGL backend support | 2022-01-28 | 11 | -37/+162 | ||
* | | Merge pull request #1160 from derezzedex/dev/arm-support | 2022-01-26 | 5 | -7/+9 | ||
|\ \ | |/ |/| | ||||||
| * | Export `glow` in `iced_glow` | 2022-01-19 | 3 | -2/+1 | ||
| * | Export `iced_winit::conversion` in `iced_glutin` | 2022-01-19 | 1 | -5/+5 | ||
| * | Improve shader version selection | 2022-01-19 | 1 | -3/+1 | ||
| * | Add `env_logger` to `game_of_life` | 2022-01-19 | 2 | -0/+5 | ||
* | | Remove ambiguous `text_color` attributes for `Checkbox` and `Radio` | 2022-01-20 | 2 | -1/+3 | ||
|/ | ||||||
* | Simplify `run` and `unfold` helpers to build a `Subscription` | 2022-01-17 | 1 | -70/+52 | ||
* | Update `README` file of `websocket` example | 2022-01-16 | 1 | -1/+6 | ||
* | Draft `websocket` example :tada: | 2022-01-16 | 6 | -0/+400 | ||
* | Make `clock` example responsive | 2022-01-15 | 1 | -5/+1 | ||
* | Use `subscription::run` for `download_progress` example | 2022-01-15 | 1 | -84/+69 | ||
* | Merge pull request #1195 from iced-rs/fix/vulnerabilities | 2022-01-14 | 4 | -15/+23 | ||
|\ | ||||||
| * | Update `reqwest` in examples | 2022-01-13 | 2 | -2/+7 | ||
| * | Replace `chrono` with `time` in `clock` example | 2022-01-12 | 2 | -11/+14 | ||
| * | Remove support for old `tokio` crate | 2022-01-12 | 1 | -2/+2 | ||
* | | Increase text size of pane dimensions in `pane_grid` example | 2022-01-12 | 1 | -1/+1 | ||
* | | Implement `Widget::overlay` for `Responsive` widget | 2022-01-12 | 2 | -1/+2 | ||
* | | Draft `Responsive` widget | 2022-01-11 | 1 | -16/+31 | ||
|/ | ||||||
* | Fix `integration_wgpu` example | 2022-01-04 | 1 | -0/+1 | ||
* | Merge pull request #1175 from EkardNT/sandbox-exit | 2022-01-03 | 3 | -0/+104 | ||
|\ | ||||||
| * | Center contents with `Container` in `exit` example | 2022-01-03 | 1 | -7/+16 | ||
| * | Allow Sandbox applications to exit. | 2021-12-29 | 3 | -0/+95 | ||
* | | Merge pull request #1168 from LordRatte/patch-1 | 2022-01-03 | 1 | -1/+1 | ||
|\ \ | ||||||
| * | | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -1/+1 | ||
| |/ | ||||||
* / | Fix memory leak in opengl integration example | 2022-01-02 | 2 | -1/+4 | ||
|/ | ||||||
* | Fix path to ferris.png | 2021-12-11 | 1 | -1/+1 | ||
* | Remove unused fields in `pokedex` example | 2021-12-07 | 1 | -4/+1 | ||
* | Remove unused field in `solar_system` example | 2021-12-07 | 1 | -2/+0 | ||
* | Hide `Box` allocation in `component::view` | 2021-11-29 | 1 | -1/+1 | ||
* | Draft `component` example :tada: | 2021-11-29 | 2 | -0/+191 |