Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -1/+1 | ||
| | ||||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -6/+12 | ||
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
* | Remove redundant `widget` modules in subcrates | 2022-03-09 | 1 | -0/+30 | ||
| | | | | Instead, we can define the type aliases just once in the root crate! | |||||
* | Write missing documentation in `iced_graphics` | 2021-11-05 | 1 | -0/+3 | ||
| | ||||||
* | Rename `Renderer::present` to `with_primitives` | 2021-11-05 | 1 | -1/+3 | ||
| | ||||||
* | Rename `fill_rectangle` to `fill_quad` in `Renderer` | 2021-11-04 | 1 | -3/+7 | ||
| | ||||||
* | Use `mem::take` instead of `mem::replace` in `iced_graphics::Renderer` | 2021-11-04 | 1 | -4/+2 | ||
| | | | | Thanks to @tarkah for pointing this out! | |||||
* | Introduce first-class `text` module in `iced_native` | 2021-10-31 | 1 | -3/+4 | ||
| | ||||||
* | Implement `Widget::mouse_interaction` for `PaneGrid` | 2021-10-25 | 1 | -6/+21 | ||
| | | | | | | ... and fix rendering of drag interaction in `PaneGrid` by introducing an explicit `with_translation` method to `Renderer` and simplifying the `with_layer` and `Clip` primitive. | |||||
* | Implement `Widget::draw` for `Image` | 2021-10-25 | 1 | -0/+4 | ||
| | ||||||
* | Implement `Widget::draw` for `Checkbox` | 2021-10-21 | 1 | -0/+4 | ||
| | ||||||
* | Implement `Widget::draw` for `TextInput` | 2021-10-20 | 1 | -1/+35 | ||
| | ||||||
* | Remove `dbg!` leftover in `Renderer::fill_text` | 2021-10-18 | 1 | -2/+0 | ||
| | ||||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -6/+6 | ||
| | ||||||
* | Introduce `fill_rectangle` to `Renderer` trait | 2021-10-18 | 1 | -0/+10 | ||
| | ||||||
* | Implement `Widget::draw` for `Scrollable` | 2021-10-14 | 1 | -2/+9 | ||
| | | | | Rendering the scroller is still WIP | |||||
* | Implement `Widget::draw` for `Text` | 2021-10-14 | 1 | -7/+48 | ||
| | ||||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -82/+10 | ||
| | ||||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -9/+0 | ||
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
* | Use `f32` for `border_width` and `border_radius` | 2020-11-23 | 1 | -2/+2 | ||
| | ||||||
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -1/+2 | ||
| | | | | | This should eventually allow us to only generate primitives that are visible. | |||||
* | Remove unnecessary lifetime in `Widget` trait | 2020-07-10 | 1 | -1/+1 | ||
| | ||||||
* | Avoid clipping antialiasing in `Renderer::overlay` | 2020-07-08 | 1 | -1/+5 | ||
| | ||||||
* | Introduce `Layer` trait | 2020-07-08 | 1 | -1/+28 | ||
| | ||||||
* | Introduce `Widget::overlay` :tada: | 2020-07-08 | 1 | -1/+1 | ||
| | ||||||
* | Write documentation for `iced_graphics` | 2020-05-28 | 1 | -2/+16 | ||
| | ||||||
* | Merge unnecessary split widget modules | 2020-05-19 | 1 | -2/+0 | ||
| | ||||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -0/+86 | ||