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