| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable dragging in `TextInput` after double click | Héctor Ramón Jiménez | 2020-11-19 | 1 | -1/+5 |
* | Remove `Focus` in `pane_grid` | Héctor Ramón Jiménez | 2020-11-17 | 5 | -23/+7 |
* | Implement flexible `TextInput::draw` helper | Héctor Ramón Jiménez | 2020-11-17 | 2 | -30/+63 |
* | Merge pull request #614 from hecrj/feature/event-capturing | Héctor Ramón | 2020-11-14 | 33 | -425/+711 |
|\ |
|
| * | Batch event processing in `UserInterface::update` | Héctor Ramón Jiménez | 2020-11-12 | 4 | -88/+96 |
| * | Introduce `event::Status` to `Subscription` | Héctor Ramón Jiménez | 2020-11-12 | 6 | -29/+50 |
| * | Return `event::Status` in `UserInterface::update` | Héctor Ramón Jiménez | 2020-11-12 | 4 | -92/+107 |
| * | Make `Overlay::on_event` return `event::Status` | Héctor Ramón Jiménez | 2020-11-12 | 4 | -10/+17 |
| * | Implement event capturing for `Canvas` | Héctor Ramón Jiménez | 2020-11-12 | 5 | -69/+101 |
| * | Implement event capturing for `TextInput` | Héctor Ramón Jiménez | 2020-11-12 | 1 | -130/+168 |
| * | Implement event capturing for `Slider` | Héctor Ramón Jiménez | 2020-11-12 | 1 | -0/+6 |
| * | Implement event capturing for `Scrollable` | Héctor Ramón Jiménez | 2020-11-12 | 1 | -37/+52 |
| * | Implement event capturing for `Row` | Héctor Ramón Jiménez | 2020-11-12 | 1 | -8/+8 |
| * | Implement event capturing for `Radio` | Héctor Ramón Jiménez | 2020-11-12 | 1 | -0/+2 |
| * | Implement event capturing for `PickList` | Héctor Ramón Jiménez | 2020-11-12 | 1 | -5/+13 |
| * | Implement event capturing for `PaneGrid` | Héctor Ramón Jiménez | 2020-11-12 | 3 | -28/+47 |
| * | Implement event capturing for `Column` | Héctor Ramón Jiménez | 2020-11-12 | 2 | -8/+29 |
| * | Implement event capturing for `Checkbox` | Héctor Ramón Jiménez | 2020-11-12 | 1 | -0/+2 |
| * | Implement event capturing for `Button` | Héctor Ramón Jiménez | 2020-11-12 | 2 | -7/+12 |
| * | Make `Widget::on_event` return an `event::Status` | Héctor Ramón Jiménez | 2020-11-12 | 20 | -70/+136 |
| * | Introduce `event::Status` in `iced_native` | Héctor Ramón Jiménez | 2020-11-11 | 2 | -2/+23 |
|/ |
|
* | Merge pull request #610 from hecrj/improvement/update-dependencies | Héctor Ramón | 2020-11-11 | 12 | -47/+45 |
|\ |
|
| * | Use `directories-next` in `todos` example | Héctor Ramón Jiménez | 2020-11-11 | 2 | -2/+2 |
| * | Update `font-kit` dependency in `iced_graphics` | Héctor Ramón Jiménez | 2020-11-10 | 1 | -1/+1 |
| * | Update `lyon` dependency in `iced_graphics` | Héctor Ramón Jiménez | 2020-11-10 | 1 | -1/+1 |
| * | Update `glam` dependency in `iced_graphics` | Héctor Ramón Jiménez | 2020-11-10 | 1 | -1/+1 |
| * | Update `bytemuck` dependency in `iced_graphics` | Héctor Ramón Jiménez | 2020-11-10 | 2 | -8/+6 |
| * | Update `bytemuck` and remove `zerocopy` in `iced_wgpu` | Héctor Ramón Jiménez | 2020-11-10 | 5 | -28/+28 |
| * | Update `bytemuck` dependency in `iced_glow` | Héctor Ramón Jiménez | 2020-11-10 | 1 | -1/+1 |
| * | Update `glow` and `glow_glyph` dependencies in `iced_glow` | Héctor Ramón Jiménez | 2020-11-10 | 1 | -2/+2 |
| * | Update `euclid` dependency in `iced_glow` | Héctor Ramón Jiménez | 2020-11-10 | 1 | -1/+1 |
| * | Update `directories` dependency in `todos` example | Héctor Ramón Jiménez | 2020-11-10 | 1 | -1/+1 |
| * | Update `env_logger` in `tour` and `integration` examples | Héctor Ramón Jiménez | 2020-11-10 | 2 | -2/+2 |
* | | Merge pull request #608 from hecrj/remove-pane-grid-focus | Héctor Ramón | 2020-11-10 | 11 | -297/+181 |
|\ \
| |/
|/| |
|
| * | Introduce `is_command_pressed` to `ModifiersState` | Héctor Ramón Jiménez | 2020-11-10 | 2 | -1/+21 |
| * | Remove unnecessary `move` in `PaneGrid::new` | Héctor Ramón Jiménez | 2020-11-10 | 1 | -1/+1 |
| * | Restore hotkeys in `pane_grid` example | Héctor Ramón Jiménez | 2020-11-10 | 9 | -45/+88 |
| * | Fix typo in documentation of `pane_grid::Content` | Héctor Ramón Jiménez | 2020-11-10 | 1 | -2/+2 |
| * | Introduce `on_click` handler in `PaneGrid` | Héctor Ramón Jiménez | 2020-11-10 | 3 | -14/+42 |
| * | Remove focus concept from `pane_grid` | Héctor Ramón Jiménez | 2020-11-10 | 3 | -245/+38 |
|/ |
|
* | Merge pull request #598 from oknozor/input-text-focus | Héctor Ramón | 2020-11-09 | 1 | -0/+14 |
|\ |
|
| * | Split `focus` and `unfocus` methods in `text_input` | Héctor Ramón Jiménez | 2020-11-09 | 1 | -6/+14 |
| * | Add textinput focus method | Paul Delafosse | 2020-11-09 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #597 from hecrj/improvement/reuse-view-in-event-loop | Héctor Ramón | 2020-11-08 | 5 | -390/+709 |
|\ |
|
| * | Write missing documentation in `iced_winit` | Héctor Ramón Jiménez | 2020-11-06 | 4 | -3/+72 |
| * | Remove a bit of code duplication in both shells | Héctor Ramón Jiménez | 2020-11-05 | 2 | -97/+77 |
| * | Drop `UserInterface` manually after exit request | Héctor Ramón Jiménez | 2020-11-05 | 2 | -0/+6 |
| * | Update `iced_glutin` with new event loop logic | Héctor Ramón Jiménez | 2020-11-05 | 2 | -165/+217 |
| * | Relayout `UserInterface` on resize in `iced_winit` | Héctor Ramón Jiménez | 2020-11-05 | 3 | -17/+59 |
| * | Handle event loop `ControlFlow` in `iced_winit` | Héctor Ramón Jiménez | 2020-11-05 | 1 | -32/+24 |