Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | 2022-01-28 | 1 | -192/+0 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `Button` | 2021-10-31 | 1 | -3/+3 | |
| | |||||
* | Wire up styling to `Button` in `iced_native` | 2021-10-18 | 1 | -3/+3 | |
| | |||||
* | Update disabled example of `Button` in docs | 2021-06-10 | 1 | -8/+14 | |
| | |||||
* | Fix failing doctests | 2021-06-10 | 1 | -1/+7 | |
| | |||||
* | Adds doc comment for disabled button | 2021-06-10 | 1 | -0/+11 | |
| | | | | Makes disabled button behavior consistent in web | ||||
* | Replace ignored doc-tests with additional documentation for `Padding` | 2021-06-01 | 1 | -5/+0 | |
| | |||||
* | Add support for asymmetrical padding | 2021-06-01 | 1 | -18/+14 | |
| | |||||
* | Allow dead code explicitly in `iced_web` | 2021-02-16 | 1 | -0/+2 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -24/+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 | -5/+9 | |
| | |||||
* | Fix `Button` styling in `iced_web` | 2020-02-06 | 1 | -7/+4 | |
| | |||||
* | Support styling for `Button` in `iced_web` | 2020-02-05 | 1 | -21/+36 | |
| | |||||
* | Rename module `style` to `css` in `iced_web` | 2020-02-05 | 1 | -5/+5 | |
| | |||||
* | Support event subscriptions in `iced_web` | 2020-02-04 | 1 | -4/+2 | |
| | | | | Also improves the overall web runtime, avoiding nested update loops. | ||||
* | Add several missing style attributes in iced_web. | 2019-12-18 | 1 | -1/+3 | |
| | |||||
* | Make `Button::background` generic | 2019-12-05 | 1 | -2/+2 | |
| | |||||
* | Style `Button` min-width in `iced_web` | 2019-11-24 | 1 | -10/+5 | |
| | |||||
* | Make `tour` work with `iced_web` again :tada: | 2019-11-23 | 1 | -8/+39 | |
| | | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation | ||||
* | Write docs for `iced_web` | 2019-11-22 | 1 | -1/+20 | |
| | |||||
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -4/+96 | |
| | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -4/+6 | |
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | ||||
* | Make example work on web and update READMEs | 2019-09-21 | 1 | -1/+3 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -2/+1 | |
| | |||||
* | Draft nodes for missing widgets | 2019-09-15 | 1 | -2/+2 | |
| | |||||
* | Draft widget nodes and wire interaction | 2019-09-15 | 1 | -3/+31 | |
| | |||||
* | Draft web runtime and widgets | 2019-09-14 | 1 | -0/+16 | |