Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-09-16 | Remove `extern crate` and `log` dependency | 1 | -3/+2 | |
2019-09-14 | Add `log` and `env_logger` | 1 | -0/+3 | |
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 |