Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
|\ | |||||
| * | 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 | |
| |/ | |||||
* | | 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 | |
|\| | |||||
| * | Rename `Empty` widget to `Space` | 2019-12-30 | 1 | -3/+3 | |
| * | Implement `Empty` widget | 2019-12-30 | 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 | |
|/ | |||||
* | 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 | |
| * | Write docs for subscriptions and reorganize a bit | 2019-12-14 | 2 | -2/+2 | |
| * | Make `iced_native` subscription input opaque | 2019-12-14 | 1 | -4/+4 | |
| * | Move native events subscription to `iced_native` | 2019-12-14 | 1 | -35/+7 | |
| * | Hash `Duration` of `time::Every` in `stopwatch` | 2019-12-14 | 1 | -0/+1 | |
| * | Use generic `Hasher` in `stopwatch` | 2019-12-14 | 1 | -3/+4 | |
| * | Consume `Recipe` when building a `Stream` | 2019-12-14 | 2 | -2/+2 | |
| * | Rename `timer` example to `stopwatch` | 2019-12-14 | 1 | -6/+6 | |
| * | Use `surf` in `pokedex` example | 2019-12-14 | 2 | -15/+10 | |
| * | Add `timer` example | 2019-12-13 | 2 | -2/+180 | |
| * | Simplify `events` example | 2019-12-10 | 1 | -6/+6 | |
| * | Implement `Subscription::map` and `from_recipe` | 2019-12-10 | 1 | -23/+15 | |
| * | Rename `clock` example to `events` | 2019-12-09 | 1 | -43/+37 | |
| * | Allow listening to runtime events in subscriptions | 2019-12-08 | 1 | -11/+9 | |
| * | Merge branch 'master' into feature/event-subscriptions | 2019-12-08 | 2 | -11/+177 | |
| |\ | |||||
| * | | Use `oneshot` and `future::select` to cancel streams | 2019-12-07 | 1 | -39/+10 | |
| * | | Add `clock` example | 2019-12-05 | 1 | -0/+166 | |
* | | | Put `svg` rendering behind a feature gate | 2019-12-15 | 1 | -3/+17 | |
* | | | Add `svg` example | 2019-12-15 | 2 | -0/+765 | |
| |/ |/| | |||||
* | | Merge pull request #113 from hecrj/feature/password-input | 2019-12-08 | 1 | -11/+32 | |
|\ \ | |||||
| * | | Update native `CHANGELOG` | 2019-12-08 | 1 | -1/+0 | |
| * | | Showcase new `TextInput::password` in `tour` | 2019-12-07 | 1 | -11/+33 | |
* | | | Simplify `custom_widget` example | 2019-12-07 | 1 | -10/+6 | |
|/ / | |||||
* / | Add `custom_widget` example | 2019-12-07 | 1 | -0/+149 | |
|/ | |||||
* | Make `Button::background` generic | 2019-12-05 | 3 | -16/+13 | |
* | Implemented `From<Color` for `Background` | 2019-12-04 | 3 | -18/+11 | |
* | Rename `image::Handle::from_bytes` to `from_memory` | 2019-12-04 | 2 | -202/+231 | |
* | Implement `image` viewer example | 2019-11-30 | 1 | -0/+202 | |
* | Add simple counter example | 2019-11-26 | 1 | -0/+56 |