Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-02-05 | Make `pokedex` example work on Wasm | 2 | -11/+37 | |
2020-02-05 | Use `reqwest` and `tokio` in `pokedex` example | 2 | -10/+10 | |
2020-01-25 | Shorten examples `README` | 1 | -18/+2 | |
2020-01-23 | Fix empty message alignment in `todos` example | 1 | -0/+1 | |
2020-01-22 | Make title consistent in `counter` example | 1 | -1/+1 | |
2020-01-22 | Center items in `counter` example | 1 | -1/+2 | |
2020-01-21 | Fix `todos` build workflow | 2 | -2/+10 | |
2020-01-20 | Make `image` support optional in `iced_wgpu` | 2 | -2/+2 | |
2020-01-20 | Update examples `README` | 1 | -6/+84 | |
2020-01-20 | Add `README` for `todos` example | 1 | -0/+20 | |
2020-01-20 | Add `README` for `styling` example | 1 | -0/+15 | |
2020-01-20 | Add `README` for `pokedex` example | 1 | -0/+17 | |
2020-01-20 | Add `README` for `tour` example | 3 | -31/+29 | |
2020-01-20 | Package examples and remove `dev-dependencies` | 28 | -59/+179 | |
2020-01-20 | Add `Application::Executor` associated type | 4 | -2/+6 | |
2020-01-19 | Implement `subscription::Tracker` in `iced_core` | 1 | -1/+1 | |
2020-01-11 | Add instructions to `bezier_tool` example | 1 | -7/+36 | |
2020-01-11 | Fix `bezier_tool` example | 1 | -4/+3 | |
2020-01-11 | Improve state guarantees in `bezier_tool` | 1 | -57/+84 | |
2020-01-09 | Remove leftover `debug_color` in `styling` example | 1 | -8/+1 | |
2020-01-08 | Rename filename | 1 | -0/+0 | |
2020-01-08 | Change to bezier tool | 1 | -63/+103 | |
2020-01-08 | Remove hash_layout | 1 | -5/+1 | |
2020-01-08 | Allow `Checkbox` style to change based on its state | 1 | -6/+13 | |
2020-01-07 | Color borders of `Checkbox` and `Radio` in `styling` example | 1 | -6/+6 | |
2020-01-07 | Add `Scrollable` to `styling` example | 1 | -30/+51 | |
2020-01-07 | Implement styling for `Checkbox` | 1 | -12/+69 | |
2020-01-07 | Implement styling for `Radio` | 1 | -9/+41 | |
2020-01-07 | Implement styling for `ProgressBar` | 2 | -18/+36 | |
2020-01-07 | Use constants for colors in `styling` example | 1 | -16/+32 | |
2020-01-07 | Implement styling for `Slider` | 1 | -5/+70 | |
2020-01-06 | Implement styling for `Scrollable` | 1 | -6/+57 | |
2020-01-06 | Use default styles in `styling` example | 1 | -44/+4 | |
2020-01-06 | Implement `Default` for `Theme` in `styling` example | 1 | -6/+8 | |
2020-01-06 | Draft `styling` example | 1 | -0/+282 | |
2020-01-06 | Add paint example | 1 | -0/+275 | |
2020-01-05 | Add border and shadow styling to `Button` | 4 | -21/+18 | |
2020-01-04 | Expose `ProgressBar` in `iced` crate | 1 | -2/+1 | |
2020-01-02 | Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu` | 1 | -106/+88 | |
2020-01-02 | change(widget): make height adjustable at widget level | 1 | -7/+8 | |
2020-01-02 | change(widget): custom coloring for progressbar | 1 | -7/+19 | |
2020-01-02 | add(widget): primitive progressbar widget | 1 | -0/+51 | |
2020-01-01 | Implement Geometry2D primitive | 1 | -0/+227 | |
2019-12-31 | Add `border_width` and `border_color` to `Quad` | 2 | -1/+3 | |
2019-12-30 | Rename `Empty` widget to `Space` | 1 | -3/+3 | |
2019-12-30 | Make `Row`, `Column`, and `Checkbox` shrink by default | 7 | -44/+31 | |
2019-12-30 | Implement `Empty` widget | 1 | -2/+2 | |
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 5 | -43/+72 | |
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 4 | -40/+124 | |
2019-12-15 | Put `svg` rendering behind a feature gate | 1 | -3/+17 |