Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -243/+0 | ||
2020-01-20 | Add `Application::Executor` associated type | 1 | -0/+1 | ||
2020-01-05 | Add border and shadow styling to `Button` | 1 | -2/+3 | ||
2019-12-30 | Make `Row`, `Column`, and `Checkbox` shrink by default | 1 | -13/+8 | ||
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 1 | -3/+4 | ||
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 1 | -2/+21 | ||
2019-12-14 | Use `surf` in `pokedex` example | 1 | -14/+9 | ||
2019-12-05 | Make `Button::background` generic | 1 | -3/+3 | ||
2019-12-04 | Implemented `From<Color` for `Background` | 1 | -2/+2 | ||
2019-12-04 | Rename `image::Handle::from_bytes` to `from_memory` | 1 | -0/+231 | ||
Also, replace `image` example with a new `pokedex` example using the PokéAPI. |