Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Use workspace dependencies and package inheritance | 2023-09-04 | 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. | ||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -3/+1 | |
| | |||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Implement `Widget::overlay` for `Responsive` widget | 2022-01-12 | 1 | -0/+1 | |
| | |||||
* | Restore hotkeys in `pane_grid` example | 2020-11-10 | 1 | -0/+1 | |
| | | | | | | - Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close` | ||||
* | Introduce `on_click` handler in `PaneGrid` | 2020-11-10 | 1 | -1/+1 | |
| | |||||
* | Move common keyboard types to `iced_core` | 2020-03-17 | 1 | -1/+0 | |
| | | | | Also expose them in `iced` through `iced_native` and `iced_web`. | ||||
* | Implement hotkey logic in `pane_grid` example | 2020-03-17 | 1 | -0/+1 | |
| | |||||
* | Add simple `pane_grid` example | 2020-03-17 | 1 | -0/+9 | |
| | |||||
* | Remove `pane_grid` example for now | 2020-03-14 | 1 | -12/+0 | |
| | | | | It's too contrived. I will work on something simpler. | ||||
* | Rename `Panes` widget to `PaneGrid` | 2020-03-10 | 1 | -0/+12 | |