Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-10-06 | Make `tour` a simple example instead of a crate | 1 | -0/+0 | |
2019-10-05 | Center `tour` example | 1 | -3/+12 | |
2019-10-05 | Add some padding to the `tour` example | 1 | -0/+1 | |
2019-10-03 | Start `iced_winit` and `iced_wgpu` | 1 | -165/+547 | |
2019-09-21 | Make example work on web and update READMEs | 1 | -0/+0 | |
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -25/+25 | |
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | 1 | -16/+12 | |
2019-09-16 | Remove `extern crate` and `log` dependency | 1 | -3/+2 | |
2019-09-14 | Rethink workspace structure | 1 | -1/+1 | |
2019-09-14 | Add `log` and `env_logger` | 1 | -0/+3 | |
2019-09-10 | Switch to workspace layout | 1 | -1/+1 | |
2019-09-05 | Set cursor type only when necessary in `tour` | 1 | -1/+5 | |
2019-09-05 | Apply `padding` to root in `tour` example | 1 | -0/+1 | |
2019-09-05 | Allow tour window to be resized | 1 | -0/+1 | |
2019-09-05 | Complete examples `README` | 1 | -5/+5 | |
2019-09-05 | Move `ggez` example to `tour` | 1 | -0/+0 | |
2019-09-04 | Improve tour example | 1 | -8/+13 | |
2019-08-29 | Write documentation for `UserInterface` | 1 | -2/+2 | |
2019-08-27 | Mount `examples/resources` in `ggez::filesystem` | 1 | -11/+22 | |
2019-08-24 | Fix details in documentation | 1 | -4/+4 | |
2019-08-23 | Remove `Runtime` and expose `Cache` instead | 1 | -9/+17 | |
2019-07-23 | Add `TODO` to mouse input conversion in `ggez` example | 1 | -2/+2 | |
2019-07-23 | Show Coffee's UI tour in `ggez` example | 1 | -28/+73 | |
2019-07-23 | Wire `mouse_motion_event` to `Runtime` | 1 | -2/+16 | |
2019-07-23 | Add `Runtime` concept to abstract caching | 1 | -4/+5 | |
2019-07-22 | Implement `checkbox::Renderer` in `ggez` example | 1 | -8/+22 | |
2019-07-22 | Implement `button::Renderer` in `ggez` example | 1 | -10/+50 | |
2019-07-21 | Start implementing `ggez` example | 1 | -0/+49 |