| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -263/+0 | ||
| 2022-07-18 | Fix `max_width` and `max_height` for `Container` | 1 | -0/+2 | ||
| 2022-06-07 | Implement theme styling for `Container` | 1 | -8/+15 | ||
| 2022-05-14 | Draft first-class `Theme` support | 1 | -0/+2 | ||
| RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
| 2022-03-16 | Export widget modules in `iced_pure` | 1 | -1/+2 | ||
| ... and fix collisions with the new `helpers` | |||||
| 2022-02-17 | Implement `pure::Component` in `iced_lazy` | 1 | -2/+2 | ||
| 2022-02-16 | Add `overlay` support in `iced_pure` and port `PickList` :tada: | 1 | -0/+14 | ||
| 2022-02-16 | Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree` | 1 | -11/+2 | ||
| 2022-02-12 | Implement pure version of `todos` example :tada: | 1 | -2/+6 | ||
| The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`. | |||||
| 2022-02-12 | Implement `Container` widget in `iced_pure` | 1 | -73/+50 | ||
| 2022-01-11 | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | 1 | -1/+5 | ||
| 2021-12-06 | Include alignment in the container layout hash | 1 | -0/+2 | ||
| 2021-11-29 | Introduce `Shell` type in `iced_native` | 1 | -3/+3 | ||
| Widgets now can invalidate the current layout of the application on demand. | |||||
| 2021-11-04 | Rename `fill_rectangle` to `fill_quad` in `Renderer` | 1 | -7/+10 | ||
| 2021-11-02 | Move `viewport` argument to last position in `mouse_interaction` methods | 1 | -2/+2 | ||
| This keeps the order of the arguments consistent with `draw`. | |||||
| 2021-10-31 | Reintroduce `Box` for `style_sheet` in `Container` | 1 | -3/+6 | ||
| 2021-10-18 | Implement `Widget::mouse_interaction` for `Container` | 1 | -0/+14 | ||
| 2021-10-18 | Draw styling in `Widget::draw` for `Container` | 1 | -8/+36 | ||
| 2021-10-18 | Wire up `container` styling to `iced_native` | 1 | -19/+10 | ||
| 2021-10-18 | Move `Defaults` from `iced_graphics` to `iced_native` | 1 | -2/+3 | ||
| 2021-10-14 | Implement `Widget::draw` for `Container` | 1 | -1/+7 | ||
| 2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -22/+2 | ||
| 2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -12/+13 | ||
| 2021-09-20 | Introduce and use `CrossAlign` enum for `Column` and `Row` | 1 | -3/+7 | ||
| 2021-06-01 | Replace ignored doc-tests with additional documentation for `Padding` | 1 | -5/+0 | ||
| 2021-06-01 | Add support for asymmetrical padding | 1 | -11/+18 | ||
| 2021-03-10 | Make `Clipboard` argument in `Widget` trait mutable | 1 | -3/+3 | ||
| 2021-02-23 | Change `Tooltip` to support `Text` only for now | 1 | -7/+1 | ||
| 2021-02-15 | feat(native): add Tooltip widget | 1 | -1/+7 | ||
| 2020-11-26 | Use recently stabilized intra-doc links | 1 | -26/+1 | ||
| See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
| 2020-11-12 | Make `Widget::on_event` return an `event::Status` | 1 | -3/+5 | ||
| 2020-10-28 | Introduce `viewport` to `Widget::draw` | 1 | -0/+3 | ||
| This should eventually allow us to only generate primitives that are visible. | |||||
| 2020-07-10 | Remove unnecessary lifetime in `Widget` trait | 1 | -1/+1 | ||
| 2020-07-10 | Rename `overlay::Content` trait to `Overlay` | 1 | -2/+2 | ||
| The `Overlay` struct is now `overlay::Element`. | |||||
| 2020-07-08 | Draft `Widget::overlay` idempotency | 1 | -1/+1 | ||
| 2020-07-08 | Introduce `Layer` trait | 1 | -2/+9 | ||
| 2020-07-08 | Introduce `Widget::overlay` :tada: | 1 | -1/+1 | ||
| 2020-04-12 | #288 Renamed XXXWidget to Marker | 1 | -2/+2 | ||
| 2020-04-12 | Remove unnecessary 'static lifetime on Renderer | 1 | -3/+4 | ||
| 2020-03-31 | Implement `padding` support for `Container` | 1 | -2/+17 | ||
| 2020-03-30 | Hash type ids in `Widget::hash_layout` impls | 1 | -3/+4 | ||
| 2020-03-30 | refactor: remove not mandatory static lifetime | 1 | -1/+1 | ||
| 2020-03-20 | Remove excess whitespace from end of line to comply with `cargo fmt`. | 1 | -1/+1 | ||
| 2020-02-14 | Revert rustfmt change. | 1 | -0/+1 | ||
| 2020-02-14 | Revert changing the constructor and implement new method. | 1 | -2/+2 | ||
| 2020-02-14 | Add `bound` to `Node` constructor. | 1 | -3/+2 | ||
| 2020-02-11 | Container support for Align::End | 1 | -0/+16 | ||
| 2020-01-09 | Write missing docs and reenable deny statements | 1 | -0/+8 | ||
| 2020-01-01 | Draft basic styling for `TextInput` | 1 | -1/+1 | ||
| 2019-12-31 | Draft basic styling for `Container` | 1 | -9/+39 | ||
