Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -79/+0 | ||
Instead, we can define the type aliases just once in the root crate! | |||||
2022-01-12 | Implement `Widget::overlay` for `Responsive` widget | 1 | -3/+0 | ||
2022-01-11 | Draft `Responsive` widget | 1 | -0/+3 | ||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -4/+5 | ||
2021-06-03 | add missing glow support | 1 | -0/+3 | ||
2021-02-23 | Export `Tooltip` in `iced_glow` | 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 | -3/+3 | ||
2020-07-08 | Draft `ComboBox` and `Menu` layer | 1 | -0/+3 | ||
2020-05-28 | Write documentation for `iced_glow` | 1 | -0/+5 | ||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -1/+10 | ||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -11/+6 | ||
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 | ||