summaryrefslogtreecommitdiffstats
path: root/glow/src/widget/pane_grid.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-091-32/+0
| | | | Instead, we can define the type aliases just once in the root crate!
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-3/+4
|
* docs: update all 0.2 github links to 0.3Libravatar Yusuf Bera Ertan2021-06-141-1/+1
|
* Implement split highlight on hover for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-01-011-3/+3
|
* Update example links to point to `0.2` branchLibravatar Héctor Ramón Jiménez2020-11-261-1/+1
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-5/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Remove `Focus` in `pane_grid`Libravatar Héctor Ramón Jiménez2020-11-171-2/+2
| | | | Since #608, the `PaneGrid` widget does not handle pane focus.
* Restore hotkeys in `pane_grid` exampleLibravatar Héctor Ramón Jiménez2020-11-101-2/+2
| | | | | | - Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close`
* Expose `Content` and `TitleBar` in `iced_glow`Libravatar Héctor Ramón Jiménez2020-06-101-2/+14
|
* Draft first-class `TitleBar` in `pane_grid`Libravatar Héctor Ramón Jiménez2020-06-041-2/+2
|
* Expose `pane_grid::{Node, Content}` in `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-291-2/+2
|
* Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+24