Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-13 | Bump versions :tada: | 1 | -5/+5 | ||
2023-04-13 | Rename `MouseListener` to `MouseArea` | 1 | -2/+2 | ||
2023-04-13 | feat(native): Add MouseListener widget | 1 | -0/+3 | ||
2023-03-05 | Converge `Command` types from `iced_futures` and `iced_native` | 1 | -16/+0 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -206/+0 | ||
2023-03-03 | Remove `canvas` leftovers in `iced_native` | 1 | -8/+0 | ||
2023-03-01 | Fix missing `qr_code` module in `iced_native` | 1 | -8/+0 | ||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -0/+16 | ||
2023-02-18 | Bump versions :tada: | 1 | -5/+5 | ||
2023-01-14 | Bump versions :tada: | 1 | -5/+5 | ||
2022-12-22 | Add `Renderer` argument to `operate` | 1 | -0/+1 | ||
2022-12-13 | Split vertical orientation into VerticalSlider | 1 | -0/+3 | ||
2022-12-07 | Bump versions :tada: | 1 | -5/+5 | ||
2022-11-29 | Allow &mut self in overlay | 1 | -1/+1 | ||
2022-11-10 | Fix outdated links in documentation | 1 | -5/+5 | ||
2022-08-04 | Implement `scrollable::snap_to` operation | 1 | -1/+0 | ||
2022-07-28 | Implement `Widget::operate` for `TextInput` | 1 | -0/+1 | ||
2022-07-28 | Draft widget operations | 1 | -0/+17 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -16/+37 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -0/+1 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-04-30 | Point repository links to `0.4` branch in documentation | 1 | -5/+5 | ||
2022-02-23 | Remove `hash_layout` method from `Widget` trait | 1 | -14/+1 | ||
2022-01-12 | Implement `Widget::overlay` for `Responsive` widget | 1 | -3/+0 | ||
2022-01-11 | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | 1 | -0/+2 | ||
2022-01-11 | Draft `Responsive` widget | 1 | -0/+3 | ||
2022-01-03 | Change GitHub namespace to new org for all files | 1 | -5/+5 | ||
2021-11-29 | Introduce `Shell` type in `iced_native` | 1 | -2/+2 | ||
Widgets now can invalidate the current layout of the application on demand. | |||||
2021-11-02 | Move `viewport` argument to last position in `mouse_interaction` methods | 1 | -1/+1 | ||
This keeps the order of the arguments consistent with `draw`. | |||||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -8/+0 | ||
2021-10-18 | Introduce `mouse_interaction` method to `Widget` trait | 1 | -0/+13 | ||
2021-10-18 | Move `Defaults` from `iced_graphics` to `iced_native` | 1 | -1/+2 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -1/+1 | ||
2021-06-14 | docs: update all 0.2 github links to 0.3 | 1 | -5/+5 | ||
2021-06-03 | Implement `Toggler` widget for iced_native | 1 | -0/+3 | ||
2021-03-10 | Make `Clipboard` argument in `Widget` trait mutable | 1 | -2/+2 | ||
2021-02-23 | Change `Tooltip` to support `Text` only for now | 1 | -2/+0 | ||
2021-02-15 | feat(native): add Tooltip widget | 1 | -0/+5 | ||
2020-11-26 | Update example links to point to `0.2` branch | 1 | -5/+5 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -25/+4 | ||
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 | -4/+6 | ||
2020-10-28 | Introduce `viewport` to `Widget::draw` | 1 | -1/+4 | ||
This should eventually allow us to only generate primitives that are visible. | |||||
2020-08-22 | widget Rule added | 1 | -0/+3 | ||
2020-07-10 | Rename `ComboBox` to `PickList` | 1 | -3/+3 | ||
2020-07-10 | Write documentation for the new `overlay` API | 1 | -0/+3 | ||
2020-07-10 | Remove unnecessary lifetime in `Widget` trait | 1 | -4/+4 | ||
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 | -3/+3 | ||
2020-07-08 | Draft `ComboBox` and `Menu` layer | 1 | -0/+3 | ||
2020-07-08 | Introduce `Layer` trait | 1 | -1/+4 | ||
2020-07-08 | Introduce `Widget::overlay` :tada: | 1 | -2/+6 | ||