summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/pane_grid.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-091-26/+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-2/+2
|
* Implement `Widget::draw` for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-10-251-9/+1
|
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-271/+1
|
* docs: update all 0.2 github links to 0.3Libravatar Yusuf Bera Ertan2021-06-141-1/+1
|
* Enable event handling within the title elementsLibravatar Clark Moody2021-05-241-3/+3
| | | | | Shrink the pick area to avoid both the controls and the title elements. Handle events and merge title area event status with control events.
* Fix `viewport` argument in `PaneGrid` draw callsLibravatar Héctor Ramón Jiménez2021-02-271-5/+14
|
* Implement split highlight on hover for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-01-011-12/+66
|
* Remove unnecessary `text::Renderer` bound for `PaneGrid`Libravatar Héctor Ramón Jiménez2020-12-221-3/+2
| | | | This is no longer necessary, as we do not render text directly anymore.
* Replace TitleBar string title with generic ContentLibravatar Clark Moody2020-12-101-19/+9
|
* 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-1/+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`
* Introduce `viewport` to `Widget::draw`Libravatar Héctor Ramón Jiménez2020-10-281-1/+2
| | | | | This should eventually allow us to only generate primitives that are visible.
* Respect `TitleBar` text color style when drawingLibravatar Héctor Ramón Jiménez2020-07-091-3/+14
|
* Stop drawing pane background when draggedLibravatar Héctor Ramón Jiménez2020-07-091-6/+0
|
* Write documentation for new `PaneGrid` APILibravatar Héctor Ramón Jiménez2020-07-091-3/+3
|
* Lay out title text dynamically in `TitleBar`Libravatar Héctor Ramón Jiménez2020-06-101-7/+23
|
* Draft draggable and graphics logic for `TitleBar`Libravatar Héctor Ramón Jiménez2020-06-051-14/+64
|
* Draft drawing logic for `Content` and `TitleBar`Libravatar Héctor Ramón Jiménez2020-06-051-4/+56
|
* Draft first-class `TitleBar` in `pane_grid`Libravatar Héctor Ramón Jiménez2020-06-041-3/+14
|
* Merge unnecessary split widget modulesLibravatar Héctor Ramón Jiménez2020-05-191-1/+94
|
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+25