Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | 1 | -192/+0 | ||
2021-10-31 | Reintroduce `Box` for `style_sheet` in `Button` | 1 | -3/+3 | ||
2021-10-18 | Wire up styling to `Button` in `iced_native` | 1 | -3/+3 | ||
2021-06-10 | Update disabled example of `Button` in docs | 1 | -8/+14 | ||
2021-06-10 | Fix failing doctests | 1 | -1/+7 | ||
2021-06-10 | Adds doc comment for disabled button | 1 | -0/+11 | ||
Makes disabled button behavior consistent in web | |||||
2021-06-01 | Replace ignored doc-tests with additional documentation for `Padding` | 1 | -5/+0 | ||
2021-06-01 | Add support for asymmetrical padding | 1 | -18/+14 | ||
2021-02-16 | Allow dead code explicitly in `iced_web` | 1 | -0/+2 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -24/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-07-01 | Use `String::from_str_in` in `iced_web` | 1 | -5/+9 | ||
2020-03-06 | Remove counterintuitive constant functions | 1 | -2/+2 | ||
2020-02-06 | Fix `Button` styling in `iced_web` | 1 | -7/+4 | ||
2020-02-05 | Support styling for `Button` in `iced_web` | 1 | -21/+36 | ||
2020-02-05 | Rename module `style` to `css` in `iced_web` | 1 | -5/+5 | ||
2020-02-04 | Support event subscriptions in `iced_web` | 1 | -4/+2 | ||
Also improves the overall web runtime, avoiding nested update loops. | |||||
2019-12-18 | Add several missing style attributes in iced_web. | 1 | -1/+3 | ||
2019-12-05 | Make `Button::background` generic | 1 | -2/+2 | ||
2019-11-29 | Make many functions `const` | 1 | -2/+2 | ||
The point is to set up repeated components or boilerplate before their use sites. The majority of these make sense as `const`. However, some functions such as those regarding state may not make sense as `const`. | |||||
2019-11-24 | Style `Button` min-width in `iced_web` | 1 | -10/+5 | ||
2019-11-23 | Make `tour` work with `iced_web` again :tada: | 1 | -8/+39 | ||
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation | |||||
2019-11-22 | Write docs for `iced_web` | 1 | -1/+20 | ||
2019-11-21 | Move widgets from `core` to `native` and `web` | 1 | -4/+96 | ||
Also made fields private and improved `Renderer` traits. | |||||
2019-10-08 | Make `iced_core::Button` customizable | 1 | -4/+6 | ||
Now it supports: - Any kind of content - Custom border radius - Custom background | |||||
2019-09-21 | Make example work on web and update READMEs | 1 | -1/+3 | ||
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -2/+1 | ||
2019-09-15 | Draft nodes for missing widgets | 1 | -2/+2 | ||
2019-09-15 | Draft widget nodes and wire interaction | 1 | -3/+31 | ||
2019-09-14 | Draft web runtime and widgets | 1 | -0/+16 | ||