Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-11-13 | Draft `Font` type and implement `Text::font` | 1 | -1/+1 | |
2019-11-11 | Fix doc comments and remove `Align` from `tour` | 1 | -7/+12 | |
2019-11-11 | Implement `Container` widget | 1 | -1/+1 | |
2019-11-11 | Draft custom layout engine based on `druid` | 1 | -0/+2 | |
2019-11-10 | Draft new layout API | 1 | -8/+1 | |
2019-11-05 | Add horizontal offset to `Primitive::Clip` | 1 | -3/+1 | |
2019-11-03 | Implement debug view and load system fonts | 1 | -2/+0 | |
2019-11-02 | Draft `Metrics` and improve `Target` abstraction | 1 | -0/+2 | |
2019-10-11 | Rename `Renderer::Primitive` to `Renderer::Output` | 1 | -1/+1 | |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | 1 | -0/+2 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -5/+7 | |
2019-10-05 | Move `MouseCursor` to `iced_wgpu` | 1 | -4/+1 | |
2019-10-05 | Add `Renderer` and `Primitive` concepts | 1 | -4/+7 | |
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -29/+26 | |
2019-09-19 | Remove generic `Color` in widgets | 1 | -3/+3 | |
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | 1 | -0/+2 | |
2019-09-16 | Remove `extern crate` and `log` dependency | 1 | -1/+0 | |
2019-09-14 | Rethink workspace structure | 1 | -0/+0 | |
2019-09-10 | Switch to workspace layout | 1 | -0/+0 | |
2019-09-04 | Improve tour example | 1 | -2/+2 | |
2019-08-31 | Make `clippy` happy | 1 | -2/+2 | |
2019-08-31 | Remove `nalgebra` dependency | 1 | -2/+2 | |
2019-08-31 | Address documentation feedback | 1 | -1/+1 | |
2019-08-30 | Link to temp documentation in `README` for now | 1 | -1/+1 | |
2019-08-30 | Write documentation example for `Element::map` | 1 | -2/+2 | |
2019-08-29 | Write `renderer` docs and fix broken links | 1 | -2/+1 | |
2019-08-28 | Improve `Overview` section in `README` | 1 | -5/+6 | |
2019-08-28 | Write more documentation | 1 | -7/+7 | |
2019-08-26 | Write documentation for root module | 1 | -0/+192 | |
2019-08-25 | Update `README` | 1 | -1/+1 | |
2019-08-23 | Remove `Runtime` and expose `Cache` instead | 1 | -2/+2 | |
2019-07-23 | Add `Runtime` concept to abstract caching | 1 | -2/+2 | |
2019-07-20 | Decouple `iced` from `coffee` | 1 | -7/+37 |