| Commit message (Expand) | Author | Files | Lines |
2020-01-11 | Add instructions to `bezier_tool` example | Héctor Ramón Jiménez | 1 | -7/+36 |
2020-01-11 | Fix `bezier_tool` example | Héctor Ramón Jiménez | 1 | -4/+3 |
2020-01-11 | Improve state guarantees in `bezier_tool` | Héctor Ramón Jiménez | 1 | -57/+84 |
2020-01-09 | Remove leftover `debug_color` in `styling` example | Héctor Ramón Jiménez | 1 | -8/+1 |
2020-01-08 | Rename filename | hatoo | 1 | -0/+0 |
2020-01-08 | Change to bezier tool | hatoo | 1 | -63/+103 |
2020-01-08 | Remove hash_layout | hatoo | 1 | -5/+1 |
2020-01-08 | Allow `Checkbox` style to change based on its state | Héctor Ramón Jiménez | 1 | -6/+13 |
2020-01-07 | Color borders of `Checkbox` and `Radio` in `styling` example | Héctor Ramón Jiménez | 1 | -6/+6 |
2020-01-07 | Add `Scrollable` to `styling` example | Héctor Ramón Jiménez | 1 | -30/+51 |
2020-01-07 | Implement styling for `Checkbox` | Héctor Ramón Jiménez | 1 | -12/+69 |
2020-01-07 | Implement styling for `Radio` | Héctor Ramón Jiménez | 1 | -9/+41 |
2020-01-07 | Implement styling for `ProgressBar` | Héctor Ramón Jiménez | 2 | -18/+36 |
2020-01-07 | Use constants for colors in `styling` example | Héctor Ramón Jiménez | 1 | -16/+32 |
2020-01-07 | Implement styling for `Slider` | Héctor Ramón Jiménez | 1 | -5/+70 |
2020-01-06 | Implement styling for `Scrollable` | Héctor Ramón Jiménez | 1 | -6/+57 |
2020-01-06 | Use default styles in `styling` example | Héctor Ramón Jiménez | 1 | -44/+4 |
2020-01-06 | Implement `Default` for `Theme` in `styling` example | Héctor Ramón Jiménez | 1 | -6/+8 |
2020-01-06 | Draft `styling` example | Héctor Ramón Jiménez | 1 | -0/+282 |
2020-01-06 | Add paint example | hatoo | 1 | -0/+275 |
2020-01-05 | Add border and shadow styling to `Button` | Héctor Ramón Jiménez | 4 | -21/+18 |
2020-01-04 | Expose `ProgressBar` in `iced` crate | Héctor Ramón Jiménez | 1 | -2/+1 |
2020-01-02 | Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu` | Héctor Ramón Jiménez | 1 | -106/+88 |
2020-01-02 | change(widget): make height adjustable at widget level | Songtronix | 1 | -7/+8 |
2020-01-02 | change(widget): custom coloring for progressbar | Songtronix | 1 | -7/+19 |
2020-01-02 | add(widget): primitive progressbar widget | Songtronix | 1 | -0/+51 |
2020-01-01 | Implement Geometry2D primitive | Artur Sapek | 1 | -0/+227 |
2019-12-31 | Add `border_width` and `border_color` to `Quad` | Héctor Ramón Jiménez | 2 | -1/+3 |
2019-12-30 | Rename `Empty` widget to `Space` | Héctor Ramón Jiménez | 1 | -3/+3 |
2019-12-30 | Make `Row`, `Column`, and `Checkbox` shrink by default | Héctor Ramón Jiménez | 7 | -44/+31 |
2019-12-30 | Implement `Empty` widget | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-12-30 | Add `Renderer::Defaults` and style inheritance | Héctor Ramón Jiménez | 5 | -43/+72 |
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | Héctor Ramón Jiménez | 4 | -40/+124 |
2019-12-15 | Put `svg` rendering behind a feature gate | Héctor Ramón Jiménez | 1 | -3/+17 |
2019-12-15 | Add `svg` example | Héctor Ramón Jiménez | 2 | -0/+765 |
2019-12-14 | Port `todos` to `async_std` | Héctor Ramón Jiménez | 1 | -11/+16 |
2019-12-14 | Write docs for subscriptions and reorganize a bit | Héctor Ramón Jiménez | 2 | -2/+2 |
2019-12-14 | Make `iced_native` subscription input opaque | Héctor Ramón Jiménez | 1 | -4/+4 |
2019-12-14 | Move native events subscription to `iced_native` | Héctor Ramón Jiménez | 1 | -35/+7 |
2019-12-14 | Hash `Duration` of `time::Every` in `stopwatch` | Héctor Ramón Jiménez | 1 | -0/+1 |
2019-12-14 | Use generic `Hasher` in `stopwatch` | Héctor Ramón Jiménez | 1 | -3/+4 |
2019-12-14 | Consume `Recipe` when building a `Stream` | Héctor Ramón Jiménez | 2 | -2/+2 |
2019-12-14 | Rename `timer` example to `stopwatch` | Héctor Ramón Jiménez | 1 | -6/+6 |
2019-12-14 | Use `surf` in `pokedex` example | Héctor Ramón Jiménez | 2 | -15/+10 |
2019-12-13 | Add `timer` example | Héctor Ramón Jiménez | 2 | -2/+180 |
2019-12-10 | Simplify `events` example | Héctor Ramón Jiménez | 1 | -6/+6 |
2019-12-10 | Implement `Subscription::map` and `from_recipe` | Héctor Ramón Jiménez | 1 | -23/+15 |
2019-12-09 | Rename `clock` example to `events` | Héctor Ramón Jiménez | 1 | -43/+37 |
2019-12-08 | Allow listening to runtime events in subscriptions | Héctor Ramón Jiménez | 1 | -11/+9 |
2019-12-08 | Update native `CHANGELOG` | Héctor Ramón Jiménez | 1 | -1/+0 |