Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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-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 | 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 | |
2019-12-15 | Add `svg` example | 2 | -0/+765 | |
2019-12-14 | Port `todos` to `async_std` | 1 | -11/+16 | |
2019-12-14 | Write docs for subscriptions and reorganize a bit | 2 | -2/+2 | |
2019-12-14 | Make `iced_native` subscription input opaque | 1 | -4/+4 | |
2019-12-14 | Move native events subscription to `iced_native` | 1 | -35/+7 | |
2019-12-14 | Hash `Duration` of `time::Every` in `stopwatch` | 1 | -0/+1 | |
2019-12-14 | Use generic `Hasher` in `stopwatch` | 1 | -3/+4 | |
2019-12-14 | Consume `Recipe` when building a `Stream` | 2 | -2/+2 | |
2019-12-14 | Rename `timer` example to `stopwatch` | 1 | -6/+6 | |
2019-12-14 | Use `surf` in `pokedex` example | 2 | -15/+10 | |
2019-12-13 | Add `timer` example | 2 | -2/+180 | |
2019-12-10 | Simplify `events` example | 1 | -6/+6 | |
2019-12-10 | Implement `Subscription::map` and `from_recipe` | 1 | -23/+15 | |
2019-12-09 | Rename `clock` example to `events` | 1 | -43/+37 | |
2019-12-08 | Allow listening to runtime events in subscriptions | 1 | -11/+9 | |
2019-12-08 | Update native `CHANGELOG` | 1 | -1/+0 | |
2019-12-07 | Use `oneshot` and `future::select` to cancel streams | 1 | -39/+10 | |
2019-12-07 | Simplify `custom_widget` example | 1 | -10/+6 | |
2019-12-07 | Showcase new `TextInput::password` in `tour` | 1 | -11/+33 | |
2019-12-07 | Add `custom_widget` example | 1 | -0/+149 | |
2019-12-05 | Add `clock` example | 1 | -0/+166 | |
2019-12-05 | Make `Button::background` generic | 3 | -16/+13 | |
2019-12-04 | Implemented `From<Color` for `Background` | 3 | -18/+11 | |
2019-12-04 | Rename `image::Handle::from_bytes` to `from_memory` | 2 | -202/+231 | |
2019-12-02 | Reset tour start to 0 | 1 | -1/+1 | |
2019-12-02 | Address suggestions | 1 | -1/+1 | |
2019-12-02 | Finalize work | 1 | -1/+1 | |
2019-12-02 | First implementation | 1 | -1/+1 | |
2019-11-30 | Implement `image` viewer example | 1 | -0/+202 | |
2019-11-26 | Add simple counter example | 1 | -0/+56 | |
2019-11-25 | Allow `Application` configuration with `Settings` | 2 | -4/+4 | |
2019-11-24 | Avoid unnecessary panic in `todos` | 1 | -4/+5 |