Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -25/+4 | |
* | 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 | |
* | 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 | |
* | 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 | |
* | Merge branch 'master' into feature/custom-styling | 2020-01-05 | 1 | -0/+3 | |
|\ | |||||
| * | change(widget): make height adjustable at widget level | 2020-01-02 | 1 | -2/+2 | |
| * | add(widget): primitive progressbar widget | 2020-01-02 | 1 | -0/+3 | |
* | | Merge branch 'master' into feature/custom-styling | 2019-12-31 | 1 | -0/+3 | |
|\| | |||||
| * | Rename `Empty` widget to `Space` | 2019-12-30 | 1 | -3/+3 | |
| * | Implement `Empty` widget | 2019-12-30 | 1 | -0/+3 | |
* | | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 1 | -0/+1 | |
|/ | |||||
* | Allow clipboard access in `Widget::on_event` | 2019-12-18 | 1 | -2/+3 | |
* | Renamed `Icon` widget to `Svg` and gave it separate width and height. | 2019-12-12 | 1 | -3/+3 | |
* | Added an `Icon` widget to native. | 2019-12-11 | 1 | -0/+3 | |
* | Fix links in `iced_native::Widget` | 2019-11-24 | 1 | -4/+5 | |
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -2/+7 | |
* | Merge branch 'master' into improvement/docs | 2019-11-21 | 1 | -8/+4 | |
|\ | |||||
| * | Make `width` and `height` required methods | 2019-11-16 | 1 | -8/+4 | |
* | | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -1/+1 | |
|/ | |||||
* | Implement `Container` widget | 2019-11-11 | 1 | -0/+4 | |
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -4/+16 | |
* | Draft new layout API | 2019-11-10 | 1 | -4/+4 | |
* | Draft `TextInput` widget structure | 2019-10-30 | 1 | -0/+3 | |
* | Provide `Renderer` to `Widget::on_event` | 2019-10-29 | 1 | -0/+1 | |
* | Draft `Scrollable` widget (no clipping yet!) | 2019-10-25 | 1 | -0/+3 | |
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -1/+1 | |
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -1/+1 | |
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -9/+8 | |
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+120 |