Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -174/+0 | ||
2022-07-08 | Make widget aliases in `iced` compatible with `iced_native` | 1 | -40/+29 | ||
2022-06-07 | Implement theme styling for `PickList` and `Menu` | 1 | -2/+1 | ||
2022-06-07 | Implement theme styling for `Container` | 1 | -1/+1 | ||
2022-06-07 | Implement theme styling for `TextInput` | 1 | -1/+1 | ||
2022-06-04 | Implement theme styling for `Checkbox` | 1 | -1/+1 | ||
2022-06-01 | Implement theme styling for `Toggler` | 1 | -1/+1 | ||
... and wire up theming to the `styling` example. | |||||
2022-05-27 | Implement theme styling for `Radio` | 1 | -3/+3 | ||
2022-05-26 | Rename `Variant` to `Style` and `Style` to `Appearance` | 1 | -1/+1 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -29/+38 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-04-30 | Point repository links to `0.4` branch in documentation | 1 | -1/+1 | ||
2022-04-22 | Implemented Tooltip as Pure | 1 | -0/+10 | ||
2022-03-22 | Implement `pure` version of `Svg` widget | 1 | -0/+6 | ||
2022-03-21 | Implement `pure` version of `QRCode` widget | 1 | -0/+6 | ||
2022-03-16 | Export widget modules in `iced_pure` | 1 | -79/+30 | ||
... and fix collisions with the new `helpers` | |||||
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -40/+179 | ||
Instead, we can define the type aliases just once in the root crate! | |||||
2022-02-16 | Expose `ContentFit` in root | 1 | -1/+0 | ||
2022-02-16 | Add support for `ContentFit` for `Image` | 1 | -0/+1 | ||
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | 1 | -53/+43 | ||
2022-01-12 | Implement `Widget::overlay` for `Responsive` widget | 1 | -5/+4 | ||
2022-01-11 | Draft `Responsive` widget | 1 | -4/+5 | ||
2021-10-31 | Introduce first-class `svg` module in `iced_native` | 1 | -1/+2 | ||
2021-10-31 | Introduce first-class `image` module in `iced_native` | 1 | -1/+2 | ||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -3/+3 | ||
2021-06-03 | Implement `Toggler` widget for iced_native | 1 | -3/+3 | ||
2021-02-15 | feat(native): add Tooltip widget | 1 | -2/+3 | ||
2021-02-13 | Fix `image` feature name in `glow` and `iced` | 1 | -1/+1 | ||
2021-02-13 | Add image format options to reduce code bloat, fixes #376 | 1 | -1/+1 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -3/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-20 | Implement `QRCode` widget | 1 | -0/+11 | ||
2020-08-22 | widget Rule added | 1 | -3/+3 | ||
2020-07-10 | Rename `ComboBox` to `PickList` | 1 | -5/+5 | ||
2020-07-08 | Draft `ComboBox` and `Menu` layer | 1 | -5/+5 | ||
2020-07-08 | Export `Canvas` if `glow_canvas` feature is enabled | 1 | -1/+1 | ||
2020-05-27 | remove re-export on viewer::State | 1 | -1/+3 | ||
2020-05-27 | Introduce feature flags to enable `iced_glow` | 1 | -6/+9 | ||
Also keep `iced_wgpu` as the default renderer for the time being. | |||||
2020-05-26 | rename to image::Viewer | 1 | -12/+4 | ||
2020-05-26 | Rename and add to iced image module | 1 | -9/+11 | ||
2020-05-26 | Add `ImagePane` widget | 1 | -2/+8 | ||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -19/+5 | ||
2020-04-23 | Make `Font` an associated type of `text::Renderer` | 1 | -2/+2 | ||
2020-04-05 | Document widget feature flags | 1 | -1/+10 | ||
2020-04-02 | Fix minor documentation issues | 1 | -0/+4 | ||
2020-04-02 | Move `Space` to `widget` module | 1 | -1/+1 | ||
2020-03-19 | Create `PaneGrid` alias in `iced_wgpu` | 1 | -3/+4 | ||
2020-03-10 | Rename `Panes` widget to `PaneGrid` | 1 | -1/+1 | ||
2020-03-04 | Draft `Panes` widget and `panes` example | 1 | -1/+1 | ||
2020-01-20 | Implement `WasmBindgen` executor and reorganize | 1 | -0/+60 | ||
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -114/+0 | ||
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | 1 | -1/+1 | ||