Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | 2022-01-28 | 1 | -234/+0 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `TextInput` | 2021-10-31 | 1 | -3/+6 | |
| | |||||
* | Implement `Widget::draw` for `TextInput` | 2021-10-20 | 1 | -3/+3 | |
| | |||||
* | Merge pull request #776 from AldoMX/master | 2021-07-22 | 1 | -0/+5 | |
|\ | | | | | Added `select_all` method to `TextInput`. | ||||
| * | Add empty `select_all` implementation for `TextInput` in `iced_web` | 2021-07-22 | 1 | -0/+5 | |
| | | |||||
* | | Replace ignored doc-tests with additional documentation for `Padding` | 2021-06-01 | 1 | -5/+0 | |
| | | |||||
* | | Fix unused variable warning in `iced_web::text_input` | 2021-06-01 | 1 | -1/+1 | |
| | | |||||
* | | Add support for asymmetrical padding | 2021-06-01 | 1 | -17/+13 | |
|/ | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -26/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Use `String::from_str_in` in `iced_web` | 2020-07-01 | 1 | -22/+32 | |
| | |||||
* | Implement `TextInput::on_submit` support in `iced_web` | 2020-02-06 | 1 | -2/+22 | |
| | |||||
* | Implement `TextInput` styling in `iced_web` | 2020-02-06 | 1 | -13/+17 | |
| | |||||
* | Add style to `TextInput` in `iced_web` | 2020-02-06 | 1 | -0/+10 | |
| | |||||
* | Expose missing widget modules in `iced_web` | 2020-02-06 | 1 | -0/+3 | |
| | |||||
* | Rename module `style` to `css` in `iced_web` | 2020-02-05 | 1 | -5/+5 | |
| | |||||
* | 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 | -1/+1 | |
| | |||||
* | add(web): support password field | 2020-01-03 | 1 | -0/+14 | |
| | |||||
* | Add several missing style attributes in iced_web. | 2019-12-18 | 1 | -1/+5 | |
| | |||||
* | Make `tour` work with `iced_web` again :tada: | 2019-11-23 | 1 | -0/+197 | |
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation |