| Commit message (Expand) | Author | Files | Lines |
2020-11-19 | Disable dragging in `TextInput` after double click | Héctor Ramón Jiménez | 1 | -1/+5 |
2020-11-17 | Remove `Focus` in `pane_grid` | Héctor Ramón Jiménez | 2 | -17/+1 |
2020-11-17 | Implement flexible `TextInput::draw` helper | Héctor Ramón Jiménez | 2 | -30/+63 |
2020-11-12 | Batch event processing in `UserInterface::update` | Héctor Ramón Jiménez | 2 | -52/+60 |
2020-11-12 | Introduce `event::Status` to `Subscription` | Héctor Ramón Jiménez | 3 | -18/+33 |
2020-11-12 | Return `event::Status` in `UserInterface::update` | Héctor Ramón Jiménez | 2 | -54/+63 |
2020-11-12 | Make `Overlay::on_event` return `event::Status` | Héctor Ramón Jiménez | 4 | -10/+17 |
2020-11-12 | Implement event capturing for `TextInput` | Héctor Ramón Jiménez | 1 | -130/+168 |
2020-11-12 | Implement event capturing for `Slider` | Héctor Ramón Jiménez | 1 | -0/+6 |
2020-11-12 | Implement event capturing for `Scrollable` | Héctor Ramón Jiménez | 1 | -37/+52 |
2020-11-12 | Implement event capturing for `Row` | Héctor Ramón Jiménez | 1 | -8/+8 |
2020-11-12 | Implement event capturing for `Radio` | Héctor Ramón Jiménez | 1 | -0/+2 |
2020-11-12 | Implement event capturing for `PickList` | Héctor Ramón Jiménez | 1 | -5/+13 |
2020-11-12 | Implement event capturing for `PaneGrid` | Héctor Ramón Jiménez | 3 | -28/+47 |
2020-11-12 | Implement event capturing for `Column` | Héctor Ramón Jiménez | 2 | -8/+29 |
2020-11-12 | Implement event capturing for `Checkbox` | Héctor Ramón Jiménez | 1 | -0/+2 |
2020-11-12 | Implement event capturing for `Button` | Héctor Ramón Jiménez | 2 | -7/+12 |
2020-11-12 | Make `Widget::on_event` return an `event::Status` | Héctor Ramón Jiménez | 18 | -67/+127 |
2020-11-11 | Introduce `event::Status` in `iced_native` | Héctor Ramón Jiménez | 2 | -2/+23 |
2020-11-10 | Remove unnecessary `move` in `PaneGrid::new` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-11-10 | Restore hotkeys in `pane_grid` example | Héctor Ramón Jiménez | 4 | -23/+43 |
2020-11-10 | Fix typo in documentation of `pane_grid::Content` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-11-10 | Introduce `on_click` handler in `PaneGrid` | Héctor Ramón Jiménez | 1 | -11/+26 |
2020-11-10 | Remove focus concept from `pane_grid` | Héctor Ramón Jiménez | 2 | -223/+14 |
2020-11-09 | Split `focus` and `unfocus` methods in `text_input` | Héctor Ramón Jiménez | 1 | -6/+14 |
2020-11-09 | Add textinput focus method | Paul Delafosse | 1 | -0/+6 |
2020-11-05 | Relayout `UserInterface` on resize in `iced_winit` | Héctor Ramón Jiménez | 1 | -0/+17 |
2020-11-02 | Take `self` by value in `Layout::children` | Jakub Hlusička | 1 | -1/+1 |
2020-10-31 | Fix lifetimes in `Layout::children` | Jakub Hlusička | 1 | -1/+1 |
2020-10-28 | Fix `Widget::draw` for `Rule` | Héctor Ramón Jiménez | 1 | -0/+1 |
2020-10-28 | Draw only visible options in `overlay::Menu` | Héctor Ramón Jiménez | 1 | -1/+3 |
2020-10-28 | Introduce `viewport` to `Widget::draw` | Héctor Ramón Jiménez | 22 | -20/+84 |
2020-10-24 | Introduce `Eq` requirement to build a `PickList` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-10-22 | Update scrollbar logic and introduce outer_bounds | Clark Moody | 1 | -3/+10 |
2020-10-22 | Replace hard-coded params with struct members | Clark Moody | 2 | -2/+59 |
2020-10-17 | Remove entirely | Jonathan Li | 2 | -10/+0 |
2020-10-17 | Require `Clone` for `Message` early when needed | Héctor Ramón Jiménez | 4 | -9/+19 |
2020-10-13 | Fix typo in Row's and Column's hash_layout | Jakub Hlusička | 2 | -1/+2 |
2020-10-02 | Document better | Jonathan Li | 2 | -3/+5 |
2020-10-01 | Satify documented behaviour | Jonathan Li | 1 | -1/+1 |
2020-08-22 | widget Rule added | Billy Messenger | 2 | -0/+128 |
2020-08-19 | Implement `hash_layout` for `pane_grid::TitleBar` | Héctor Ramón Jiménez | 2 | -1/+15 |
2020-08-01 | Add `height` method to `Slider` | Héctor Ramón Jiménez | 2 | -9/+16 |
2020-07-31 | Clarify `TitleBar::always_show_controls` docs a bit | Héctor Ramón Jiménez | 1 | -3/+6 |
2020-07-31 | Move `always_show_controls` after `padding` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-07-31 | Fix typo in `TitleBar::new` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-07-30 | Unfocus `TextInput` when `Escape` key is pressed | Héctor Ramón Jiménez | 1 | -0/+5 |
2020-07-28 | Fix `Widget::layout` for `Checkbox` | Héctor Ramón Jiménez | 1 | -0/+1 |
2020-07-28 | Add custom `font` support to `Checkbox` | Héctor Ramón Jiménez | 1 | -1/+12 |
2020-07-27 | Added method to TitleBar, allowing controls to be show statically instead of... | mobile-bungalow | 1 | -11/+25 |