Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `Focus` in `pane_grid` | 2020-11-17 | 1 | -1/+1 | |
* | Implement event capturing for `PaneGrid` | 2020-11-12 | 1 | -18/+31 | |
* | Make `Widget::on_event` return an `event::Status` | 2020-11-12 | 1 | -3/+12 | |
* | Remove unnecessary `move` in `PaneGrid::new` | 2020-11-10 | 1 | -1/+1 | |
* | Restore hotkeys in `pane_grid` example | 2020-11-10 | 1 | -14/+2 | |
* | Introduce `on_click` handler in `PaneGrid` | 2020-11-10 | 1 | -11/+26 | |
* | Remove focus concept from `pane_grid` | 2020-11-10 | 1 | -106/+7 | |
* | Introduce `viewport` to `Widget::draw` | 2020-10-28 | 1 | -0/+1 | |
* | Avoid `PaneGrid` unfocus when cursor is unavailable | 2020-07-23 | 1 | -1/+4 | |
* | Add newline before `Marker` in `pane_grid` | 2020-07-22 | 1 | -0/+1 | |
* | Remove unnecessary lifetime in `Widget` trait | 2020-07-10 | 1 | -1/+1 | |
* | Implement `Widget::overlay` for `PaneGrid` | 2020-07-10 | 1 | -2/+13 | |
* | Merge branch 'master' into feature/overlay | 2020-07-10 | 1 | -33/+92 | |
|\ | |||||
| * | Update `pane_grid` GIFs | 2020-07-09 | 1 | -1/+1 | |
| * | Fix docs of `modifiers_keys` in `PaneGrid` | 2020-07-09 | 1 | -2/+1 | |
| * | Stop tracking `pressed_modifiers` in `PaneGrid` | 2020-07-09 | 1 | -5/+0 | |
| * | Write documentation for new `PaneGrid` API | 2020-07-09 | 1 | -4/+18 | |
| * | Merge branch 'master' into feature/pane-grid-titlebar | 2020-07-08 | 1 | -9/+11 | |
| |\ | |||||
| * | | Lay out title text dynamically in `TitleBar` | 2020-06-10 | 1 | -6/+11 | |
| * | | Merge branch 'intuitive-pane-grid-resize' into feature/pane-grid-titlebar | 2020-06-08 | 1 | -1/+1 | |
| |\ \ | |||||
| * \ \ | Merge branch 'intuitive-pane-grid-resize' into feature/pane-grid-titlebar | 2020-06-08 | 1 | -105/+132 | |
| |\ \ \ | |||||
| * | | | | Draft draggable and graphics logic for `TitleBar` | 2020-06-05 | 1 | -14/+18 | |
| * | | | | Draft drawing logic for `Content` and `TitleBar` | 2020-06-05 | 1 | -11/+23 | |
| * | | | | Draft first-class `TitleBar` in `pane_grid` | 2020-06-04 | 1 | -10/+36 | |
* | | | | | Introduce `Widget::overlay` :tada: | 2020-07-08 | 1 | -1/+1 | |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #431 from hecrj/feature/pane-grid-splits | 2020-07-01 | 1 | -6/+6 | |
|\ \ \ \ | |||||
| * | | | | Unfocus `Pane` in `pane_grid` on click outbounds | 2020-06-30 | 1 | -2/+2 | |
| * | | | | Rename `regions` and `splits` in `pane_grid::Node` | 2020-06-30 | 1 | -4/+4 | |
* | | | | | Use `keyboard::ModifiersChanged` in `PaneGrid` | 2020-06-30 | 1 | -3/+1 | |
|/ / / / | |||||
* | | / | Clarify `leeway` meaning in `PaneGrid` | 2020-06-08 | 1 | -0/+4 | |
| |_|/ |/| | | |||||
* | | | Fix `PaneGrid` documentation example | 2020-06-08 | 1 | -1/+1 | |
| |/ |/| | |||||
* | | Add `leeway` support to `PaneGrid::on_resize` | 2020-06-08 | 1 | -10/+18 | |
* | | Resize `PaneGrid` without modifier keys | 2020-06-08 | 1 | -99/+114 | |
|/ | |||||
* | Implement `State::with_content` in `pane_grid` | 2020-05-22 | 1 | -0/+2 | |
* | Expose `Node` and `State::layout` for `PaneGrid` | 2020-05-22 | 1 | -0/+1 | |
* | Fix `PaneGrid` not releasing split properly | 2020-05-06 | 1 | -1/+1 | |
* | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 1 | -3/+2 | |
* | Split `Input` mouse event by `ButtonState` | 2020-04-30 | 1 | -89/+99 | |
* | Split `Input` keyboard event by `ButtonState` | 2020-04-30 | 1 | -13/+13 | |
* | #288 Renamed XXXWidget to Marker | 2020-04-12 | 1 | -2/+2 | |
* | Remove unnecessary 'static lifetime on Renderer | 2020-04-12 | 1 | -3/+4 | |
* | Add example to `pane_grid` module documentation | 2020-04-02 | 1 | -0/+7 | |
* | Fix minor documentation issues | 2020-04-02 | 1 | -6/+7 | |
* | Hash type ids in `Widget::hash_layout` impls | 2020-03-30 | 1 | -9/+8 | |
* | refactor: remove not mandatory static lifetime | 2020-03-30 | 1 | -14/+14 | |
* | Fix links in `pane_grid` documentation | 2020-03-20 | 1 | -1/+3 | |
* | Rename `Internal::idle_pane` to `active_pane` | 2020-03-20 | 1 | -1/+1 | |
* | Check cursor is in-bounds before resizing panes | 2020-03-20 | 1 | -39/+44 | |
* | Fix minor documentation issues in `pane_grid` | 2020-03-19 | 1 | -1/+6 | |
* | Write documentation for `pane_grid` | 2020-03-19 | 1 | -6/+154 |