Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | ||
| | | | | | | | | addtionally rename Progressbar to ProgressBar | |||||
| * | 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 | ||
| | | | | | | | | It can be useful if you want to fill some space with nothing. | |||||
* | | 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 | ||
| | | | | The aspect ratio is now preserved like in the `Image` widget. | |||||
* | 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 | ||
|/ | | | | Also made fields private and improved `Renderer` traits. | |||||
* | Implement `Container` widget | 2019-11-11 | 1 | -0/+4 | ||
| | | | | Remove `align_self` and `justify_content` methods | |||||
* | 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 | ||
| | | | | Also started a `todos` example to showcase it! | |||||
* | Provide `Renderer` to `Widget::on_event` | 2019-10-29 | 1 | -0/+1 | ||
| | | | | | This allows us to implement configurable event processing that adapts to different rendering strategies. | |||||
* | 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 | ||
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | |||||
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -9/+8 | ||
| | ||||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+120 | ||