| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `integration` example | Héctor Ramón Jiménez | 2020-02-09 | 6 | -0/+436 |
* | Implement local storage for `todos` example in Wasm | Héctor Ramón Jiménez | 2020-02-06 | 2 | -3/+30 |
* | Remove `wasm_bindgen(start)` from `tour` example | Héctor Ramón Jiménez | 2020-02-06 | 2 | -16/+0 |
* | Add `font-family` to `Text` style in `iced_web` | Héctor Ramón Jiménez | 2020-02-06 | 1 | -0/+1 |
* | Allow switching `executor::Default` with features | Héctor Ramón Jiménez | 2020-02-06 | 4 | -16/+4 |
* | Allow `todos` example to compile to `wasm32` | Héctor Ramón Jiménez | 2020-02-06 | 2 | -1/+22 |
* | Let checkbox breathe in `styling` example | Héctor Ramón Jiménez | 2020-02-06 | 1 | -0/+1 |
* | Make `pokedex` example work on Wasm | Héctor Ramón Jiménez | 2020-02-05 | 2 | -11/+37 |
* | Use `reqwest` and `tokio` in `pokedex` example | Héctor Ramón Jiménez | 2020-02-05 | 2 | -10/+10 |
* | Shorten examples `README` | Héctor Ramón Jiménez | 2020-01-25 | 1 | -18/+2 |
* | Fix empty message alignment in `todos` example | Héctor Ramón Jiménez | 2020-01-23 | 1 | -0/+1 |
* | Make title consistent in `counter` example | Héctor Ramón Jiménez | 2020-01-22 | 1 | -1/+1 |
* | Center items in `counter` example | Héctor Ramón Jiménez | 2020-01-22 | 1 | -1/+2 |
* | Merge branch 'feature/custom-runtime' | Héctor Ramón Jiménez | 2020-01-21 | 2 | -2/+2 |
|\ |
|
| * | Make `image` support optional in `iced_wgpu` | Héctor Ramón Jiménez | 2020-01-20 | 2 | -2/+2 |
* | | Fix `todos` build workflow | Héctor Ramón Jiménez | 2020-01-21 | 2 | -2/+10 |
|/ |
|
* | Update examples `README` | Héctor Ramón Jiménez | 2020-01-20 | 1 | -6/+84 |
* | Add `README` for `todos` example | Héctor Ramón Jiménez | 2020-01-20 | 1 | -0/+20 |
* | Add `README` for `styling` example | Héctor Ramón Jiménez | 2020-01-20 | 1 | -0/+15 |
* | Add `README` for `pokedex` example | Héctor Ramón Jiménez | 2020-01-20 | 1 | -0/+17 |
* | Add `README` for `tour` example | Héctor Ramón Jiménez | 2020-01-20 | 3 | -31/+29 |
* | Package examples and remove `dev-dependencies` | Héctor Ramón Jiménez | 2020-01-20 | 28 | -59/+179 |
* | Add `Application::Executor` associated type | Héctor Ramón Jiménez | 2020-01-20 | 4 | -2/+6 |
* | Implement `subscription::Tracker` in `iced_core` | Héctor Ramón Jiménez | 2020-01-19 | 1 | -1/+1 |
* | Add instructions to `bezier_tool` example | Héctor Ramón Jiménez | 2020-01-11 | 1 | -7/+36 |
* | Fix `bezier_tool` example | Héctor Ramón Jiménez | 2020-01-11 | 1 | -4/+3 |
* | Merge branch 'master' into paint-example | Héctor Ramón Jiménez | 2020-01-11 | 10 | -124/+727 |
|\ |
|
| * | Remove leftover `debug_color` in `styling` example | Héctor Ramón Jiménez | 2020-01-09 | 1 | -8/+1 |
| * | Merge branch 'master' into feature/custom-styling | Héctor Ramón Jiménez | 2020-01-09 | 7 | -41/+33 |
| |\ |
|
| | * | Merge branch 'master' into feature/shrink-by-default | Héctor Ramón Jiménez | 2020-01-09 | 3 | -2/+274 |
| | |\ |
|
| | * | | Make `Row`, `Column`, and `Checkbox` shrink by default | Héctor Ramón Jiménez | 2019-12-30 | 7 | -44/+31 |
| * | | | Allow `Checkbox` style to change based on its state | Héctor Ramón Jiménez | 2020-01-08 | 1 | -6/+13 |
| * | | | Color borders of `Checkbox` and `Radio` in `styling` example | Héctor Ramón Jiménez | 2020-01-07 | 1 | -6/+6 |
| * | | | Add `Scrollable` to `styling` example | Héctor Ramón Jiménez | 2020-01-07 | 1 | -30/+51 |
| * | | | Implement styling for `Checkbox` | Héctor Ramón Jiménez | 2020-01-07 | 1 | -12/+69 |
| * | | | Implement styling for `Radio` | Héctor Ramón Jiménez | 2020-01-07 | 1 | -9/+41 |
| * | | | Implement styling for `ProgressBar` | Héctor Ramón Jiménez | 2020-01-07 | 2 | -18/+36 |
| * | | | Use constants for colors in `styling` example | Héctor Ramón Jiménez | 2020-01-07 | 1 | -16/+32 |
| * | | | Implement styling for `Slider` | Héctor Ramón Jiménez | 2020-01-07 | 1 | -5/+70 |
| * | | | Implement styling for `Scrollable` | Héctor Ramón Jiménez | 2020-01-06 | 1 | -6/+57 |
| * | | | Use default styles in `styling` example | Héctor Ramón Jiménez | 2020-01-06 | 1 | -44/+4 |
| * | | | Implement `Default` for `Theme` in `styling` example | Héctor Ramón Jiménez | 2020-01-06 | 1 | -6/+8 |
| * | | | Draft `styling` example | Héctor Ramón Jiménez | 2020-01-06 | 1 | -0/+282 |
| * | | | Merge branch 'master' into feature/custom-styling | Héctor Ramón Jiménez | 2020-01-05 | 2 | -0/+267 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Add border and shadow styling to `Button` | Héctor Ramón Jiménez | 2020-01-05 | 4 | -21/+18 |
| * | | | Add `border_width` and `border_color` to `Quad` | Héctor Ramón Jiménez | 2019-12-31 | 2 | -1/+3 |
| * | | | Merge branch 'master' into feature/custom-styling | Héctor Ramón Jiménez | 2019-12-31 | 1 | -2/+2 |
| |\ \ \ |
|
| * | | | | Add `Renderer::Defaults` and style inheritance | Héctor Ramón Jiménez | 2019-12-30 | 5 | -43/+72 |
| * | | | | Draft `Style` and `StyleSheet` for `Button` | Héctor Ramón Jiménez | 2019-12-29 | 4 | -40/+124 |
| | |_|/
| |/| | |
|
* | | | | Improve state guarantees in `bezier_tool` | Héctor Ramón Jiménez | 2020-01-11 | 1 | -57/+84 |