Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-09 | Remove redundant `widget` modules in subcrates | 15 | -149/+0 | ||
Instead, we can define the type aliases just once in the root crate! | |||||
2022-01-12 | Implement `Widget::overlay` for `Responsive` widget | 1 | -6/+0 | ||
2022-01-11 | Draft `Responsive` widget | 1 | -0/+6 | ||
2021-10-31 | Introduce state lifetime for `style_sheet` in `Toggler` | 1 | -1/+2 | ||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 11 | -18/+23 | ||
2021-10-28 | Implement `Widget::draw` for `Rule` | 1 | -8/+1 | ||
2021-10-28 | Implement `Widget::draw` for `ProgressBar` | 1 | -8/+1 | ||
2021-10-21 | Remove `Renderer` trait for `Checkbox` | 1 | -1/+1 | ||
2021-10-20 | Wire up styling to `Radio` in `iced_native` | 1 | -1/+1 | ||
2021-10-20 | Wire up styling to `Slider` in `iced_native` | 1 | -9/+1 | ||
2021-06-14 | docs: update all 0.2 github links to 0.3 | 1 | -1/+1 | ||
2021-06-03 | fix format | 1 | -2/+2 | ||
2021-06-03 | add missing glow support | 1 | -0/+9 | ||
2021-02-23 | Export `Tooltip` in `iced_glow` | 1 | -0/+6 | ||
2021-01-01 | Implement split highlight on hover for `PaneGrid` | 1 | -3/+3 | ||
2020-11-26 | Update example links to point to `0.2` branch | 1 | -1/+1 | ||
2020-11-26 | Use recently stabilized intra-doc links | 6 | -19/+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/+2 | ||
2020-11-17 | Remove `Focus` in `pane_grid` | 1 | -2/+2 | ||
Since #608, the `PaneGrid` widget does not handle pane focus. | |||||
2020-11-10 | Restore hotkeys in `pane_grid` example | 1 | -2/+2 | ||
- Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close` | |||||
2020-08-22 | added FillMode enum style for the Rule widget | 1 | -1/+1 | ||
2020-08-22 | widget Rule added | 1 | -0/+10 | ||
2020-07-10 | Rename `ComboBox` to `PickList` | 2 | -9/+9 | ||
2020-07-10 | Write documentation for the new `overlay` API | 1 | -0/+1 | ||
2020-07-08 | Add styling support for `ComboBox` and `Menu` | 1 | -1/+6 | ||
2020-07-08 | Draft `ComboBox` and `Menu` layer | 1 | -0/+3 | ||
2020-06-13 | Make `Slider` value type generic | 1 | -1/+1 | ||
2020-06-10 | Expose `Content` and `TitleBar` in `iced_glow` | 1 | -2/+14 | ||
2020-06-08 | Replace leftover docs in progress bar module (#396) | 1 | -4/+4 | ||
* Replace leftover docs in progress bar module * Fix consistency of `ProgressBar` docs Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com> | |||||
2020-06-04 | Draft first-class `TitleBar` in `pane_grid` | 1 | -2/+2 | ||
2020-05-29 | Expose `pane_grid::{Node, Content}` in `iced_glow` | 1 | -2/+2 | ||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -193/+1 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 8 | -8/+8 | ||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 10 | -0/+328 | ||