Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Implement `TextInput` in `iced_pure` | 2022-02-12 | 3 | -448/+730 | ||
| * | | | Implement `Scrollable` in `iced_pure` | 2022-02-12 | 5 | -378/+810 | ||
| * | | | Implement `Checkbox` in `iced_pure` | 2022-02-12 | 3 | -2/+97 | ||
| * | | | Reuse `Text` widget from `iced_native` in `iced_pure` | 2022-02-12 | 3 | -116/+19 | ||
| * | | | Implement `Container` widget in `iced_pure` | 2022-02-12 | 3 | -22/+305 | ||
| * | | | Use `TypeId` of `()` for `Column` and `Row` tags in `iced_pure` | 2022-02-11 | 2 | -4/+2 | ||
| * | | | Implement `Row` in `iced_pure` | 2022-02-11 | 2 | -0/+229 | ||
| * | | | Complete `Button` in `iced_pure` | 2022-02-11 | 1 | -2/+32 | ||
| * | | | Expose reusable `Button` logic | 2022-02-11 | 5 | -247/+228 | ||
| * | | | Allow pure widgets to borrow from `Application` data :tada: | 2022-02-11 | 11 | -98/+103 | ||
| * | | | Expose function helpers to build widgets in `pure::widget` | 2022-02-11 | 3 | -7/+25 | ||
| * | | | Expose `iced_pure` through a `pure` feature in `iced` | 2022-02-11 | 7 | -14/+344 | ||
| * | | | Rename `iced_virtual` to `iced_pure` | 2022-02-11 | 15 | -15/+16 | ||
| * | | | Implement `Into<Element>` for `&'static str` in `iced_virtual` | 2022-02-10 | 5 | -14/+27 | ||
| * | | | Draft virtual `Button`, `Column`, and `Text` | 2022-02-10 | 15 | -101/+1177 | ||
| * | | | Draft `iced_virtual` subcrate | 2022-02-09 | 6 | -0/+223 | ||
* | | | | Merge pull request #1290 from iced-rs/fix/mesh-layer-order | 2022-03-18 | 2 | -16/+32 | ||
|\ \ \ \ | ||||||
| * | | | | Fix `canvas::Frame` issuing a new layer for `Mesh2D` in `with_clip` | 2022-03-10 | 2 | -16/+32 | ||
* | | | | | Merge pull request #1288 from tarkah/update-palette-0.6 | 2022-03-17 | 3 | -19/+19 | ||
|\ \ \ \ \ | ||||||
| * | | | | | update palette to 0.6 | 2022-03-16 | 3 | -19/+19 | ||
* | | | | | | Remove unnecessary `unreachable!` in `download_progress` example | 2022-03-15 | 1 | -3/+1 | ||
| |/ / / / |/| | | | | ||||||
* | | | | | Use `Limits::downlevel_defaults` in `iced_wgpu` | 2022-03-07 | 1 | -1/+1 | ||
| |_|_|/ |/| | | | ||||||
* | | | | Merge pull request #1264 from tarkah/canvas/clip | 2022-03-05 | 1 | -0/+21 | ||
|\ \ \ \ | ||||||
| * | | | | Use `Rectangle` directly in `Frame::with_clip` | 2022-03-02 | 1 | -21/+11 | ||
| * | | | | Add doc comment | 2022-02-23 | 1 | -1/+8 | ||
| * | | | | Add with_clip for canvas | 2022-02-23 | 1 | -0/+24 | ||
| |/ / / | ||||||
* | | | | Merge pull request #1270 from iced-rs/skip-canvas-draw | 2022-03-01 | 1 | -0/+5 | ||
|\ \ \ \ | ||||||
| * | | | | Skip `Canvas::draw` if `bounds` have no logical pixels | 2022-02-28 | 1 | -0/+5 | ||
| | |_|/ | |/| | | ||||||
* / | | | Fix overlay flickering after `Application::update` | 2022-03-01 | 1 | -20/+26 | ||
|/ / / | ||||||
* | | | Merge pull request #1263 from iced-rs/remove-hash-layout | 2022-02-23 | 35 | -636/+105 | ||
|\ \ \ | ||||||
| * | | | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 35 | -636/+105 | ||
|/ / / | ||||||
* | | | Merge pull request #1219 from Alch-Emi/image-modes | 2022-02-23 | 7 | -57/+318 | ||
|\ \ \ | ||||||
| * | | | 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 | ||
| * | | | Hash `content_fit` in `hash_layout` of `Image` and `Svg` | 2022-02-16 | 2 | -0/+2 | ||
| * | | | Remove redundant `layout.bounds()` calls in `Image` and `Svg` | 2022-02-16 | 2 | -12/+10 | ||
| * | | | Add `ContentFit` support to `Svg` widget | 2022-02-16 | 2 | -17/+67 | ||
| * | | | Expose `ContentFit` in root | 2022-02-16 | 3 | -7/+5 | ||
| * | | | Center `Image` inside available bounds when possible | 2022-02-16 | 1 | -9/+14 | ||
| * | | | Rename `Image::fit` to `content_fit` | 2022-02-16 | 2 | -8/+12 | ||
| * | | | Make documentation of `Image::fit` consistent | 2022-02-16 | 1 | -1/+1 | ||
| * | | | Use a new clipping layer only when necessary in `Image::draw` | 2022-02-16 | 1 | -2/+11 | ||
| * | | | Rename `image` module to `content_fit` in `iced_core` | 2022-02-16 | 2 | -11/+11 | ||
| * | | | Add support for `ContentFit` for `Image` | 2022-02-16 | 6 | -38/+252 | ||
| | |/ | |/| | ||||||
* | | | Merge pull request #1262 from nicksenger/fix/overlay-layouts | 2022-02-23 | 1 | -4/+9 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | fix: overlay layout for `Responsive` | 2022-02-22 | 1 | -4/+9 | ||
|/ / | ||||||
* | | Update Rust edition to 2021 :tada: | 2022-02-09 | 39 | -41/+39 | ||
* | | Add `index.html` to `counter` example | 2022-02-09 | 1 | -0/+12 | ||
* | | Merge pull request #1217 from SynergyBest/master | 2022-02-08 | 23 | -779/+42 | ||
|\ \ | ||||||
| * | | [ImgBot] Optimize images | 2022-02-07 | 14 | -739/+2 |