Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant `widget` modules in subcrates | 2022-03-09 | 1 | -32/+0 | |
| | | | | Instead, we can define the type aliases just once in the root crate! | ||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -1/+1 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -3/+4 | |
| | |||||
* | docs: update all 0.2 github links to 0.3 | 2021-06-14 | 1 | -1/+1 | |
| | |||||
* | Implement split highlight on hover for `PaneGrid` | 2021-01-01 | 1 | -3/+3 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -6/+1 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Remove `Focus` in `pane_grid` | 2020-11-17 | 1 | -2/+2 | |
| | | | | Since #608, the `PaneGrid` widget does not handle pane focus. | ||||
* | Restore hotkeys in `pane_grid` example | 2020-11-10 | 1 | -2/+2 | |
| | | | | | | - Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close` | ||||
* | Draft drawing logic for `Content` and `TitleBar` | 2020-06-05 | 1 | -2/+14 | |
| | |||||
* | Draft first-class `TitleBar` in `pane_grid` | 2020-06-04 | 1 | -2/+2 | |
| | |||||
* | Implement `State::with_content` in `pane_grid` | 2020-05-22 | 1 | -2/+2 | |
| | |||||
* | Expose `Node` and `State::layout` for `PaneGrid` | 2020-05-22 | 1 | -2/+2 | |
| | |||||
* | Add example to `pane_grid` module documentation | 2020-04-02 | 1 | -0/+7 | |
| | |||||
* | Create `PaneGrid` alias in `iced_wgpu` | 2020-03-19 | 1 | -0/+17 | |