summaryrefslogtreecommitdiffstats
path: root/examples/pane_grid/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement `Widget::overlay` for `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-121-0/+1
|
* Restore hotkeys in `pane_grid` exampleLibravatar Héctor Ramón Jiménez2020-11-101-0/+1
| | | | | | - Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close`
* Introduce `on_click` handler in `PaneGrid`Libravatar Héctor Ramón Jiménez2020-11-101-1/+1
|
* Move common keyboard types to `iced_core`Libravatar Héctor Ramón Jiménez2020-03-171-1/+0
| | | | Also expose them in `iced` through `iced_native` and `iced_web`.
* Implement hotkey logic in `pane_grid` exampleLibravatar Héctor Ramón Jiménez2020-03-171-0/+1
|
* Add simple `pane_grid` exampleLibravatar Héctor Ramón Jiménez2020-03-171-0/+9
|
* Remove `pane_grid` example for nowLibravatar Héctor Ramón Jiménez2020-03-141-12/+0
| | | | It's too contrived. I will work on something simpler.
* Rename `Panes` widget to `PaneGrid`Libravatar Héctor Ramón Jiménez2020-03-101-0/+12