Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-11-11 | Implement `Container` widget | 11 | -38/+171 | |
2019-11-11 | Fix integer overflow in `flex::resolve` | 1 | -1/+2 | |
2019-11-11 | Draft custom layout engine based on `druid` | 21 | -146/+813 | |
2019-11-10 | Draft new layout API | 20 | -456/+161 | |
2019-11-05 | Apply HiDPI to text, images, and clip primitives | 1 | -1/+8 | |
2019-11-05 | Add horizontal offset to `Primitive::Clip` | 1 | -3/+1 | |
2019-11-03 | Implement debug view and load system fonts | 3 | -16/+3 | |
2019-11-02 | Draft `Metrics` and improve `Target` abstraction | 4 | -7/+32 | |
2019-11-02 | Reduce `Copy` constraint to `Clone` in `Message` | 3 | -8/+8 | |
2019-11-02 | Scale scrollbar movement by content ratio | 1 | -1/+4 | |
2019-10-31 | Implement cursor movement in `TextInput` | 1 | -15/+42 | |
2019-10-30 | Handle some `TextInput` events | 1 | -6/+44 | |
2019-10-30 | Draft `TextInput` widget structure | 3 | -0/+90 | |
2019-10-29 | Handle touchpad scroll events | 3 | -9/+25 | |
2019-10-29 | Implement scrollbar interactions! :tada: | 1 | -5/+60 | |
2019-10-29 | Provide `Renderer` to `Widget::on_event` | 10 | -13/+43 | |
2019-10-29 | Complete `Scrollable::hash_layout` | 1 | -6/+14 | |
2019-10-29 | Stop leaking impl details in scrollable `Renderer` | 1 | -4/+14 | |
2019-10-28 | Implement text clipping (caching still broken) | 1 | -1/+1 | |
2019-10-27 | Align items properly inside a `Scrollable` | 1 | -2/+1 | |
2019-10-27 | Remove `Scrollable::justify_content` method | 1 | -0/+1 | |
2019-10-27 | Expose scrollable offset properly | 1 | -7/+3 | |
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 3 | -1/+125 | |
2019-10-23 | Remove leftover `winit` feature for `doc.rs` | 1 | -3/+0 | |
2019-10-22 | Remove generic handle in `Image` | 1 | -10/+8 | |
2019-10-13 | Draw checkbox in `iced_wgpu` | 1 | -3/+1 | |
2019-10-11 | Make `Renderer` immutable in `UserInterface::build` | 2 | -5/+2 | |
2019-10-11 | Handle mouse cursor in `iced_wgpu` | 1 | -1/+1 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 15 | -34/+33 | |
2019-10-10 | Move `winit` conversions to `iced_winit` | 5 | -225/+0 | |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | 6 | -28/+91 | |
2019-10-08 | Make `iced_core::Button` customizable | 12 | -40/+51 | |
2019-10-05 | Draft basic text rendering using `wgpu_glyph` | 1 | -0/+9 | |
2019-10-05 | Move `MouseCursor` to `iced_wgpu` | 6 | -45/+5 | |
2019-10-05 | Add `Renderer` and `Primitive` concepts | 13 | -105/+166 | |
2019-09-24 | Remove `stretch` optional dependency in `core` | 2 | -63/+49 | |
2019-09-20 | Complete some `hash_layout` implementations | 3 | -6/+7 | |
2019-09-20 | Create `iced_core` and `iced_native` | 28 | -0/+2781 |