Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-11-26 | Use recently stabilized intra-doc links | 1 | -25/+4 | |
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 | |
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 | |
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 | |
2020-04-02 | Add examples to `iced_native::Widget` | 1 | -0/+20 | |
2020-03-10 | Rename `Panes` widget to `PaneGrid` | 1 | -2/+2 | |
2020-03-04 | Draft `Panes` widget and `panes` example | 1 | -0/+3 | |
2020-01-02 | change(widget): make height adjustable at widget level | 1 | -2/+2 | |
2020-01-02 | add(widget): primitive progressbar widget | 1 | -0/+3 | |
2019-12-30 | Rename `Empty` widget to `Space` | 1 | -3/+3 | |
2019-12-30 | Implement `Empty` widget | 1 | -0/+3 | |
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 1 | -0/+1 | |
2019-12-18 | Allow clipboard access in `Widget::on_event` | 1 | -2/+3 | |
2019-12-12 | Renamed `Icon` widget to `Svg` and gave it separate width and height. | 1 | -3/+3 | |
2019-12-11 | Added an `Icon` widget to native. | 1 | -0/+3 | |
2019-12-02 | Address suggestions | 1 | -1/+1 | |
2019-12-02 | First implementation | 1 | -1/+1 | |
2019-11-24 | Fix links in `iced_native::Widget` | 1 | -4/+5 | |
2019-11-22 | Write docs for `iced` and `iced_native` | 1 | -2/+7 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -1/+1 | |
2019-11-16 | Make `width` and `height` required methods | 1 | -8/+4 | |
2019-11-11 | Implement `Container` widget | 1 | -0/+4 | |
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -4/+16 | |
2019-11-10 | Draft new layout API | 1 | -4/+4 | |
2019-10-30 | Draft `TextInput` widget structure | 1 | -0/+3 | |
2019-10-29 | Provide `Renderer` to `Widget::on_event` | 1 | -0/+1 | |
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 1 | -0/+3 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -1/+1 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -1/+1 | |
2019-10-05 | Add `Renderer` and `Primitive` concepts | 1 | -9/+8 | |
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -3/+9 | |
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | 1 | -1/+1 | |
2019-09-14 | Rethink workspace structure | 1 | -0/+0 | |
2019-09-10 | Switch to workspace layout | 1 | -0/+0 | |
2019-09-04 | Improve tour example | 1 | -3/+3 | |
2019-08-30 | Make `Hasher` opaque | 1 | -1/+1 | |
2019-08-29 | Write documentation for `input` | 1 | -1/+1 | |
2019-08-29 | Write `renderer` docs and fix broken links | 1 | -3/+3 | |
2019-08-29 | Write documentation for `UserInterface` | 1 | -4/+0 | |
2019-08-28 | Write more documentation | 1 | -7/+14 | |
2019-08-25 | Update `README` | 1 | -1/+1 | |
2019-08-24 | Fix details in documentation | 1 | -16/+20 |