Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `image` support optional in `iced_wgpu` | 2020-01-20 | 2 | -2/+2 | |
* | Update examples `README` | 2020-01-20 | 1 | -6/+84 | |
* | Add `README` for `todos` example | 2020-01-20 | 1 | -0/+20 | |
* | Add `README` for `styling` example | 2020-01-20 | 1 | -0/+15 | |
* | Add `README` for `pokedex` example | 2020-01-20 | 1 | -0/+17 | |
* | Add `README` for `tour` example | 2020-01-20 | 3 | -31/+29 | |
* | Package examples and remove `dev-dependencies` | 2020-01-20 | 28 | -59/+179 | |
* | Add `Application::Executor` associated type | 2020-01-20 | 4 | -2/+6 | |
* | Implement `subscription::Tracker` in `iced_core` | 2020-01-19 | 1 | -1/+1 | |
* | Add instructions to `bezier_tool` example | 2020-01-11 | 1 | -7/+36 | |
* | Fix `bezier_tool` example | 2020-01-11 | 1 | -4/+3 | |
* | Merge branch 'master' into paint-example | 2020-01-11 | 10 | -124/+727 | |
|\ | |||||
| * | Remove leftover `debug_color` in `styling` example | 2020-01-09 | 1 | -8/+1 | |
| * | Merge branch 'master' into feature/custom-styling | 2020-01-09 | 7 | -41/+33 | |
| |\ | |||||
| | * | Merge branch 'master' into feature/shrink-by-default | 2020-01-09 | 3 | -2/+274 | |
| | |\ | |||||
| | * | | Make `Row`, `Column`, and `Checkbox` shrink by default | 2019-12-30 | 7 | -44/+31 | |
| * | | | Allow `Checkbox` style to change based on its state | 2020-01-08 | 1 | -6/+13 | |
| * | | | Color borders of `Checkbox` and `Radio` in `styling` example | 2020-01-07 | 1 | -6/+6 | |
| * | | | Add `Scrollable` to `styling` example | 2020-01-07 | 1 | -30/+51 | |
| * | | | Implement styling for `Checkbox` | 2020-01-07 | 1 | -12/+69 | |
| * | | | Implement styling for `Radio` | 2020-01-07 | 1 | -9/+41 | |
| * | | | Implement styling for `ProgressBar` | 2020-01-07 | 2 | -18/+36 | |
| * | | | Use constants for colors in `styling` example | 2020-01-07 | 1 | -16/+32 | |
| * | | | Implement styling for `Slider` | 2020-01-07 | 1 | -5/+70 | |
| * | | | Implement styling for `Scrollable` | 2020-01-06 | 1 | -6/+57 | |
| * | | | Use default styles in `styling` example | 2020-01-06 | 1 | -44/+4 | |
| * | | | Implement `Default` for `Theme` in `styling` example | 2020-01-06 | 1 | -6/+8 | |
| * | | | Draft `styling` example | 2020-01-06 | 1 | -0/+282 | |
| * | | | Merge branch 'master' into feature/custom-styling | 2020-01-05 | 2 | -0/+267 | |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Add border and shadow styling to `Button` | 2020-01-05 | 4 | -21/+18 | |
| * | | | Add `border_width` and `border_color` to `Quad` | 2019-12-31 | 2 | -1/+3 | |
| * | | | Merge branch 'master' into feature/custom-styling | 2019-12-31 | 1 | -2/+2 | |
| |\ \ \ | |||||
| * | | | | Add `Renderer::Defaults` and style inheritance | 2019-12-30 | 5 | -43/+72 | |
| * | | | | Draft `Style` and `StyleSheet` for `Button` | 2019-12-29 | 4 | -40/+124 | |
| | |_|/ | |/| | | |||||
* | | | | Improve state guarantees in `bezier_tool` | 2020-01-11 | 1 | -57/+84 | |
* | | | | Rename filename | 2020-01-08 | 1 | -0/+0 | |
* | | | | Change to bezier tool | 2020-01-08 | 1 | -63/+103 | |
* | | | | Remove hash_layout | 2020-01-08 | 1 | -5/+1 | |
* | | | | Add paint example | 2020-01-06 | 1 | -0/+275 | |
| |_|/ |/| | | |||||
* | | | Merge pull request #141 from Songtronix/songtronix/progressbar-widget | 2020-01-04 | 1 | -0/+63 | |
|\ \ \ | |||||
| * | | | Expose `ProgressBar` in `iced` crate | 2020-01-04 | 1 | -2/+1 | |
| * | | | change(widget): make height adjustable at widget level | 2020-01-02 | 1 | -7/+8 | |
| * | | | change(widget): custom coloring for progressbar | 2020-01-02 | 1 | -7/+19 | |
| * | | | add(widget): primitive progressbar widget | 2020-01-02 | 1 | -0/+51 | |
| | |/ | |/| | |||||
* | | | Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu` | 2020-01-02 | 1 | -106/+88 | |
* | | | Implement Geometry2D primitive | 2020-01-01 | 1 | -0/+227 | |
|/ / | |||||
* | | Rename `Empty` widget to `Space` | 2019-12-30 | 1 | -3/+3 | |
* | | Implement `Empty` widget | 2019-12-30 | 1 | -2/+2 | |
|/ | |||||
* | Merge pull request #122 from hecrj/feature/event-subscriptions | 2019-12-16 | 4 | -25/+298 | |
|\ | |||||
| * | Port `todos` to `async_std` | 2019-12-14 | 1 | -11/+16 |