| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
