Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -350/+0 | |
| | |||||
* | Fix broken documentation links | 2022-11-10 | 1 | -1/+3 | |
| | |||||
* | Couple layout & content to avoid desync | 2022-11-08 | 1 | -17/+3 | |
| | |||||
* | Add pub method for getting maximized value | 2022-11-03 | 1 | -0/+7 | |
| | |||||
* | Remove maximized when split occurs | 2022-11-03 | 1 | -0/+1 | |
| | |||||
* | Fix doc links | 2022-11-02 | 1 | -2/+8 | |
| | |||||
* | Add state::Scoped & rename Elements as Contents | 2022-11-02 | 1 | -3/+15 | |
| | |||||
* | Add maximize / restore to PaneGrid | 2022-11-02 | 1 | -23/+31 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -7/+1 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -0/+5 | |
| | |||||
* | Fix broken intra-doc links in documentation | 2022-04-30 | 1 | -0/+22 | |
| | |||||
* | Implement `pure` version of `PaneGrid` widget | 2022-03-14 | 1 | -51/+63 | |
| | |||||
* | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -7/+1 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -3/+3 | |
| | |||||
* | Use `BTreeMap` for splits and regions in `pane_grid` | 2021-01-07 | 1 | -3/+3 | |
| | | | | This preserves ordering between calls to update and draw logic. | ||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -36/+6 | |
| | | | | 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 | -16/+0 | |
| | | | | Since #608, the `PaneGrid` widget does not handle pane focus. | ||||
* | Restore hotkeys in `pane_grid` example | 2020-11-10 | 1 | -4/+5 | |
| | | | | | | - Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close` | ||||
* | Remove focus concept from `pane_grid` | 2020-11-10 | 1 | -117/+7 | |
| | |||||
* | Keep original focus state while a pane is dragged | 2020-07-22 | 1 | -2/+6 | |
| | |||||
* | Add `focused` method to `pane_grid::State` | 2020-07-22 | 1 | -0/+16 | |
| | |||||
* | Stop tracking `pressed_modifiers` in `PaneGrid` | 2020-07-09 | 1 | -3/+0 | |
| | |||||
* | Merge branch 'master' into feature/pane-grid-titlebar | 2020-07-08 | 1 | -6/+15 | |
|\ | |||||
| * | Add `unfocus` method to `pane_grid::State` | 2020-06-30 | 1 | -0/+7 | |
| | | |||||
| * | Rename `regions` and `splits` in `pane_grid::Node` | 2020-06-30 | 1 | -6/+8 | |
| | | |||||
* | | Draft draggable and graphics logic for `TitleBar` | 2020-06-05 | 1 | -6/+10 | |
| | | |||||
* | | Draft first-class `TitleBar` in `pane_grid` | 2020-06-04 | 1 | -9/+12 | |
|/ | |||||
* | Write documentation for new `pane_grid` API | 2020-05-23 | 1 | -0/+4 | |
| | |||||
* | Implement `State::with_content` in `pane_grid` | 2020-05-22 | 1 | -16/+47 | |
| | |||||
* | Return new `Split` in `pane_grid::State::split` | 2020-05-22 | 1 | -2/+7 | |
| | |||||
* | Implement `State::get` in `pane_grid` | 2020-05-22 | 1 | -0/+8 | |
| | |||||
* | Expose `Node` and `State::layout` for `PaneGrid` | 2020-05-22 | 1 | -0/+7 | |
| | |||||
* | Implement `Clone` for `pane_grid::State` | 2020-05-22 | 1 | -2/+2 | |
| | |||||
* | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 1 | -1/+1 | |
| | |||||
* | Rename `Internal::idle_pane` to `active_pane` | 2020-03-20 | 1 | -5/+2 | |
| | |||||
* | Fix minor documentation issues in `pane_grid` | 2020-03-19 | 1 | -1/+4 | |
| | |||||
* | Write documentation for `pane_grid` | 2020-03-19 | 1 | -2/+102 | |
| | |||||
* | Add `PaneGrid::on_key_press` for hotkey logic | 2020-03-17 | 1 | -0/+7 | |
| | |||||
* | Implement mouse-based pane resizing for `PaneGrid` | 2020-03-14 | 1 | -5/+60 | |
| | |||||
* | Reintroduce `pane_grid::Split` as an identifier | 2020-03-14 | 1 | -4/+4 | |
| | |||||
* | Remove `PaneGrid::split_*` helpers | 2020-03-14 | 1 | -12/+0 | |
| | | | | We can use the `split` method directly instead. | ||||
* | Rename `Split` to `Axis` | 2020-03-14 | 1 | -10/+5 | |
| | |||||
* | Replace `FocusedPane` with `Action` in `pane_grid` | 2020-03-14 | 1 | -42/+38 | |
| | |||||
* | Create module boundaries for `pane_grid` logic | 2020-03-14 | 1 | -0/+227 | |