| Commit message (Expand) | Author | Files | Lines |
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-12-04 | Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support | Gabriel Konat | 1 | -2/+5 |
2019-11-25 | Update debug view GIF in `README` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-25 | Allow `Application` configuration with `Settings` | Héctor Ramón Jiménez | 1 | -0/+3 |
2019-11-23 | Fix `examples` link in documentation | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-22 | Write docs for `iced` and `iced_native` | Héctor Ramón Jiménez | 1 | -0/+181 |
2019-11-21 | Implement `iced::Sandbox` trait for simple apps | Héctor Ramón Jiménez | 1 | -68/+4 |
2019-11-21 | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-11-17 | Support async actions in `iced_winit` | Héctor Ramón Jiménez | 1 | -7/+15 |
2019-11-09 | Allow applications to control the window title | Héctor Ramón Jiménez | 1 | -0/+6 |
2019-11-03 | Implement debug view and load system fonts | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-10-23 | Connect `iced_web` with `iced` properly | Héctor Ramón Jiménez | 1 | -10/+26 |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | Héctor Ramón Jiménez | 1 | -105/+17 |
2019-10-08 | Make `iced_core::Button` customizable | Héctor Ramón Jiménez | 1 | -1/+2 |
2019-10-07 | Initialize renderer primitive properly | Héctor Ramón Jiménez | 1 | -2/+8 |
2019-10-07 | Use `log` crate instead of `dbg!` | Héctor Ramón Jiménez | 1 | -4/+0 |
2019-10-05 | Draft basic text rendering using `wgpu_glyph` | Héctor Ramón Jiménez | 1 | -8/+26 |
2019-10-05 | Add `Renderer` and `Primitive` concepts | Héctor Ramón Jiménez | 1 | -6/+4 |
2019-10-04 | Count redraws and add a couple of TODOs | Héctor Ramón Jiménez | 1 | -5/+16 |
2019-10-03 | Draft UI event loop | Héctor Ramón Jiménez | 1 | -2/+39 |
2019-10-03 | Clear the window properly on redraw | Héctor Ramón Jiménez | 1 | -2/+14 |
2019-10-03 | Initialize `wgpu` | Héctor Ramón Jiménez | 1 | -0/+2 |
2019-10-03 | Open a window using `winit` | Héctor Ramón Jiménez | 1 | -2/+29 |
2019-10-03 | Start `iced_winit` and `iced_wgpu` | Héctor Ramón Jiménez | 1 | -0/+23 |
2019-09-20 | Create `iced_core` and `iced_native` | Héctor Ramón Jiménez | 1 | -231/+0 |
2019-09-19 | Remove generic `Color` in widgets | Héctor Ramón Jiménez | 1 | -3/+3 |
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | Héctor Ramón Jiménez | 1 | -0/+2 |
2019-09-16 | Remove `extern crate` and `log` dependency | Héctor Ramón Jiménez | 1 | -1/+0 |
2019-09-14 | Rethink workspace structure | Héctor Ramón Jiménez | 1 | -0/+0 |
2019-09-10 | Switch to workspace layout | Héctor Ramón Jiménez | 1 | -0/+0 |
2019-09-04 | Improve tour example | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-08-31 | Make `clippy` happy | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-08-31 | Remove `nalgebra` dependency | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-08-31 | Address documentation feedback | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-08-30 | Link to temp documentation in `README` for now | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-08-30 | Write documentation example for `Element::map` | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-08-29 | Write `renderer` docs and fix broken links | Héctor Ramón Jiménez | 1 | -2/+1 |
2019-08-28 | Improve `Overview` section in `README` | Héctor Ramón Jiménez | 1 | -5/+6 |
2019-08-28 | Write more documentation | Héctor Ramón Jiménez | 1 | -7/+7 |
2019-08-26 | Write documentation for root module | Héctor Ramón Jiménez | 1 | -0/+192 |
2019-08-25 | Update `README` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-08-23 | Remove `Runtime` and expose `Cache` instead | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-07-23 | Add `Runtime` concept to abstract caching | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-07-20 | Decouple `iced` from `coffee` | Héctor Ramón Jiménez | 1 | -7/+37 |