Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-01-07 | Implement styling for `Checkbox` | 1 | -0/+3 | |
2020-01-07 | Implement styling for `Radio` | 1 | -0/+3 | |
2020-01-07 | Implement styling for `ProgressBar` | 1 | -4/+19 | |
2020-01-07 | Implement styling for `Slider` | 1 | -3/+22 | |
2020-01-06 | Implement styling for `Scrollable` | 1 | -0/+3 | |
2020-01-05 | Remove `background` from `Settings` | 1 | -2/+1 | |
2020-01-01 | Draft basic styling for `TextInput` | 1 | -0/+3 | |
2020-01-01 | Allow configuration of default font | 1 | -1/+3 | |
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 2 | -2/+18 | |
2019-12-29 | Add `background_color` to `Settings` | 1 | -1/+2 | |
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 1 | -5/+6 | |
2019-12-21 | Fix cursor positioning in `TextInput` on overflow | 1 | -0/+10 | |
2019-12-05 | Place `TextInput` cursor position on click | 1 | -0/+4 | |
2019-12-03 | Unify logic by introducing `scrollable::Scrollbar` | 1 | -10/+5 | |
2019-12-02 | Address suggestions | 1 | -14/+9 | |
2019-12-02 | Support null renderer | 1 | -1/+11 | |
2019-12-02 | First implementation | 1 | -4/+5 | |
2019-11-22 | Uncomment missing debug implementations rule | 1 | -0/+1 | |
2019-11-22 | Write docs for `iced` and `iced_native` | 2 | -0/+20 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -0/+143 | |
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -1/+1 | |
2019-11-10 | Draft new layout API | 1 | -1/+1 | |
2019-11-05 | Apply HiDPI to text, images, and clip primitives | 1 | -1/+8 | |
2019-11-03 | Implement debug view and load system fonts | 1 | -3/+3 | |
2019-11-02 | Draft `Metrics` and improve `Target` abstraction | 1 | -6/+18 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 2 | -2/+2 | |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | 2 | -0/+42 |