Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant `widget` modules in subcrates | 2022-03-09 | 1 | -26/+0 | |
| | | | | Instead, we can define the type aliases just once in the root crate! | ||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -2/+2 | |
| | |||||
* | Implement `Widget::draw` for `PaneGrid` | 2021-10-25 | 1 | -9/+1 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -271/+1 | |
| | |||||
* | docs: update all 0.2 github links to 0.3 | 2021-06-14 | 1 | -1/+1 | |
| | |||||
* | Enable event handling within the title elements | 2021-05-24 | 1 | -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 calls | 2021-02-27 | 1 | -5/+14 | |
| | |||||
* | Implement split highlight on hover for `PaneGrid` | 2021-01-01 | 1 | -12/+66 | |
| | |||||
* | Remove unnecessary `text::Renderer` bound for `PaneGrid` | 2020-12-22 | 1 | -3/+2 | |
| | | | | This is no longer necessary, as we do not render text directly anymore. | ||||
* | Replace TitleBar string title with generic Content | 2020-12-10 | 1 | -19/+9 | |
| | |||||
* | Update example links to point to `0.2` branch | 2020-11-26 | 1 | -1/+1 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -1/+0 | |
| | | | | 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` | ||||
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -1/+2 | |
| | | | | | This should eventually allow us to only generate primitives that are visible. | ||||
* | Respect `TitleBar` text color style when drawing | 2020-07-09 | 1 | -3/+14 | |
| | |||||
* | Stop drawing pane background when dragged | 2020-07-09 | 1 | -6/+0 | |
| | |||||
* | Write documentation for new `PaneGrid` API | 2020-07-09 | 1 | -3/+3 | |
| | |||||
* | Lay out title text dynamically in `TitleBar` | 2020-06-10 | 1 | -7/+23 | |
| | |||||
* | Draft draggable and graphics logic for `TitleBar` | 2020-06-05 | 1 | -14/+64 | |
| | |||||
* | Draft drawing logic for `Content` and `TitleBar` | 2020-06-05 | 1 | -4/+56 | |
| | |||||
* | Draft first-class `TitleBar` in `pane_grid` | 2020-06-04 | 1 | -3/+14 | |
| | |||||
* | Merge unnecessary split widget modules | 2020-05-19 | 1 | -1/+94 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -0/+25 | |