Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-09-05 | Deprecate the `component` widget | 1 | -10/+0 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -1/+2 | ||
We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | |||||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -3/+1 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2021-11-29 | Draft `component` example :tada: | 1 | -1/+2 | ||
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 | ||