Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reintroduce `Box` for `style_sheet` in `Slider` | 2021-10-31 | 1 | -2/+5 | |
| | |||||
* | Wire up styling to `Slider` in `iced_native` | 2021-10-20 | 1 | -4/+4 | |
| | |||||
* | Allow dead code explicitly in `iced_web` | 2021-02-16 | 1 | -0/+2 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -18/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Update `Slider` docs in `iced_web` | 2020-06-13 | 1 | -1/+2 | |
| | |||||
* | Make `Slider` value generic in `iced_web` | 2020-06-13 | 1 | -21/+40 | |
| | |||||
* | Add `step` member to slider widgets | 2020-06-11 | 1 | -2/+14 | |
| | | | | | | Both the native and the web slider now have a member `step` to control the least possible change of the slider's value. It defaults to 1.0 for all sliders and can be adjusted with the step method. | ||||
* | Expose styling types for `slider` in `iced_web` | 2020-02-06 | 1 | -1/+13 | |
| | |||||
* | Rename module `style` to `css` in `iced_web` | 2020-02-05 | 1 | -2/+2 | |
| | |||||
* | Support event subscriptions in `iced_web` | 2020-02-04 | 1 | -3/+2 | |
| | | | | Also improves the overall web runtime, avoiding nested update loops. | ||||
* | Remove `Message: Clone` bound in some web widgets | 2020-01-13 | 1 | -2/+2 | |
| | |||||
* | Make `tour` work with `iced_web` again :tada: | 2019-11-23 | 1 | -23/+23 | |
| | | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation | ||||
* | Write docs for `iced_web` | 2019-11-22 | 1 | -0/+36 | |
| | |||||
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -2/+57 | |
| | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Make example work on web and update READMEs | 2019-09-21 | 1 | -3/+2 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -2/+2 | |
| | |||||
* | Draft nodes for missing widgets | 2019-09-15 | 1 | -4/+51 | |
| | |||||
* | Draft web runtime and widgets | 2019-09-14 | 1 | -0/+16 | |