Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-01-10 | cleanup `Lazy` examples | 1 | -10/+0 | ||
2022-11-03 | Remove `iced_native` dependency from `cached` example | 1 | -1/+0 | ||
2022-11-03 | Rename `pure_cached` example to `cached` | 1 | -1/+1 | ||
2022-11-03 | add example | 1 | -2/+2 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2022-01-12 | Implement `Widget::overlay` for `Responsive` widget | 1 | -0/+1 | ||
2020-11-10 | Restore hotkeys in `pane_grid` example | 1 | -0/+1 | ||
- Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close` | |||||
2020-11-10 | Introduce `on_click` handler in `PaneGrid` | 1 | -1/+1 | ||
2020-03-17 | Move common keyboard types to `iced_core` | 1 | -1/+0 | ||
Also expose them in `iced` through `iced_native` and `iced_web`. | |||||
2020-03-17 | Implement hotkey logic in `pane_grid` example | 1 | -0/+1 | ||
2020-03-17 | Add simple `pane_grid` example | 1 | -1/+1 | ||
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -0/+9 | ||