Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-03 | Rename `canvas::frame` to `canvas` in `iced_wgpu` | 1 | -9/+0 | ||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -8/+1 | ||
2022-07-27 | Remove `pure` leftovers in `iced_graphics` | 1 | -3/+0 | ||
2022-03-09 | Implement `pure` version of `Canvas` widget | 1 | -0/+3 | ||
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -64/+1 | ||
Instead, we can define the type aliases just once in the root crate! | |||||
2021-06-03 | Implement `Toggler` widget for iced_native | 1 | -0/+3 | ||
2021-02-15 | feat(native): add Tooltip widget | 1 | -0/+3 | ||
2020-11-20 | Implement `QRCode` widget | 1 | -0/+8 | ||
2020-08-22 | widget Rule added | 1 | -0/+3 | ||
2020-07-10 | Rename `ComboBox` to `PickList` | 1 | -1/+3 | ||
2020-07-08 | Draft `ComboBox` and `Menu` layer | 1 | -0/+1 | ||
2020-05-19 | Move `Layer` to `iced_graphics` | 1 | -2/+2 | ||
2020-05-19 | Merge unnecessary split widget modules | 1 | -0/+10 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -1/+1 | ||
2020-04-23 | Make `Font` an associated type of `text::Renderer` | 1 | -0/+4 | ||
2020-04-04 | document wgpu feature flags | 1 | -0/+1 | ||
2020-03-19 | Create `PaneGrid` alias in `iced_wgpu` | 1 | -0/+3 | ||
2020-02-11 | Add `canvas` feature to `iced_wgpu` | 1 | -0/+7 | ||
And prepare `canvas` module | |||||
2020-01-09 | Write missing docs and reenable deny statements | 1 | -0/+26 | ||
2020-01-07 | Implement styling for `Checkbox` | 1 | -0/+1 | ||
2020-01-07 | Implement styling for `Radio` | 1 | -0/+1 | ||
2020-01-07 | Implement styling for `ProgressBar` | 1 | -0/+1 | ||
2020-01-07 | Implement styling for `Slider` | 1 | -0/+1 | ||
2020-01-06 | Implement styling for `Scrollable` | 1 | -0/+1 | ||
2020-01-01 | Draft basic styling for `TextInput` | 1 | -0/+1 | ||
2019-12-31 | Draft basic styling for `Container` | 1 | -0/+1 | ||
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 1 | -0/+1 | ||