Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement event capturing for `Checkbox` | 2020-11-12 | 1 | -0/+2 | |
| | |||||
* | Implement event capturing for `Button` | 2020-11-12 | 2 | -7/+12 | |
| | |||||
* | Make `Widget::on_event` return an `event::Status` | 2020-11-12 | 20 | -70/+136 | |
| | |||||
* | Introduce `event::Status` in `iced_native` | 2020-11-11 | 2 | -2/+23 | |
| | |||||
* | Merge pull request #610 from hecrj/improvement/update-dependencies | 2020-11-11 | 12 | -47/+45 | |
|\ | | | | | Update dependencies | ||||
| * | Use `directories-next` in `todos` example | 2020-11-11 | 2 | -2/+2 | |
| | | |||||
| * | Update `font-kit` dependency in `iced_graphics` | 2020-11-10 | 1 | -1/+1 | |
| | | |||||
| * | Update `lyon` dependency in `iced_graphics` | 2020-11-10 | 1 | -1/+1 | |
| | | |||||
| * | Update `glam` dependency in `iced_graphics` | 2020-11-10 | 1 | -1/+1 | |
| | | |||||
| * | Update `bytemuck` dependency in `iced_graphics` | 2020-11-10 | 2 | -8/+6 | |
| | | |||||
| * | Update `bytemuck` and remove `zerocopy` in `iced_wgpu` | 2020-11-10 | 5 | -28/+28 | |
| | | |||||
| * | Update `bytemuck` dependency in `iced_glow` | 2020-11-10 | 1 | -1/+1 | |
| | | |||||
| * | Update `glow` and `glow_glyph` dependencies in `iced_glow` | 2020-11-10 | 1 | -2/+2 | |
| | | |||||
| * | Update `euclid` dependency in `iced_glow` | 2020-11-10 | 1 | -1/+1 | |
| | | |||||
| * | Update `directories` dependency in `todos` example | 2020-11-10 | 1 | -1/+1 | |
| | | |||||
| * | Update `env_logger` in `tour` and `integration` examples | 2020-11-10 | 2 | -2/+2 | |
| | | |||||
* | | Merge pull request #608 from hecrj/remove-pane-grid-focus | 2020-11-10 | 11 | -297/+181 | |
|\ \ | |/ |/| | Improve flexibility of `PaneGrid` | ||||
| * | Introduce `is_command_pressed` to `ModifiersState` | 2020-11-10 | 2 | -1/+21 | |
| | | |||||
| * | Remove unnecessary `move` in `PaneGrid::new` | 2020-11-10 | 1 | -1/+1 | |
| | | |||||
| * | Restore hotkeys in `pane_grid` example | 2020-11-10 | 9 | -45/+88 | |
| | | | | | | | | | | | | - Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close` | ||||
| * | Fix typo in documentation of `pane_grid::Content` | 2020-11-10 | 1 | -2/+2 | |
| | | |||||
| * | Introduce `on_click` handler in `PaneGrid` | 2020-11-10 | 3 | -14/+42 | |
| | | |||||
| * | Remove focus concept from `pane_grid` | 2020-11-10 | 3 | -245/+38 | |
|/ | |||||
* | Merge pull request #598 from oknozor/input-text-focus | 2020-11-09 | 1 | -0/+14 | |
|\ | | | | | Add textinput focus method | ||||
| * | Split `focus` and `unfocus` methods in `text_input` | 2020-11-09 | 1 | -6/+14 | |
| | | |||||
| * | Add textinput focus method | 2020-11-09 | 1 | -0/+6 | |
|/ | |||||
* | Merge pull request #597 from hecrj/improvement/reuse-view-in-event-loop | 2020-11-08 | 5 | -390/+709 | |
|\ | | | | | Rebuild widget tree only after an application update | ||||
| * | Write missing documentation in `iced_winit` | 2020-11-06 | 4 | -3/+72 | |
| | | |||||
| * | Remove a bit of code duplication in both shells | 2020-11-05 | 2 | -97/+77 | |
| | | |||||
| * | Drop `UserInterface` manually after exit request | 2020-11-05 | 2 | -0/+6 | |
| | | |||||
| * | Update `iced_glutin` with new event loop logic | 2020-11-05 | 2 | -165/+217 | |
| | | |||||
| * | Relayout `UserInterface` on resize in `iced_winit` | 2020-11-05 | 3 | -17/+59 | |
| | | |||||
| * | Handle event loop `ControlFlow` in `iced_winit` | 2020-11-05 | 1 | -32/+24 | |
| | | |||||
| * | Introduce `application::State` in `iced_winit` | 2020-11-05 | 5 | -161/+201 | |
| | | |||||
| * | Initialize runtime values in `application::run` | 2020-11-05 | 1 | -45/+47 | |
| | | |||||
| * | Use static noop `Waker` in `application::run` | 2020-11-05 | 2 | -4/+14 | |
| | | |||||
| * | Draft strategy to reuse `view` result in event loop | 2020-11-05 | 2 | -152/+278 | |
| | | |||||
* | | Merge pull request #600 from aentity/update_guillotiere | 2020-11-06 | 1 | -1/+1 | |
|\ \ | |/ |/| | update guillotiere to 0.6 | ||||
| * | update guillotiere to 0.6 | 2020-11-06 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #590 from Limeth/master | 2020-11-02 | 1 | -1/+1 | |
|\ | | | | | Fix lifetimes in `Layout::children` | ||||
| * | Take `self` by value in `Layout::children` | 2020-11-02 | 1 | -1/+1 | |
| | | |||||
| * | Fix lifetimes in `Layout::children` | 2020-10-31 | 1 | -1/+1 | |
| | | |||||
* | | Merge pull request #592 from sum-elier/fix-window-icon-dimensionsmismatch-error | 2020-11-02 | 1 | -1/+1 | |
|\ \ | | | | | | | Fixes #591 DimensionsMismatch error message | ||||
| * | | Fix DimensionsMismatch error message | 2020-11-01 | 1 | -1/+1 | |
|/ / | | | | | | | | | | | The values passed to write! were shifted 1 to the left. Fixes #591 | ||||
* | | Merge pull request #586 from hecrj/fix/subscription-map | 2020-10-30 | 1 | -14/+5 | |
|\ \ | | | | | | | Accept a function pointer in `Subscription::map` | ||||
| * | | Accept a function pointer in `Subscription::map` | 2020-10-29 | 1 | -14/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of a closure, a function pointer can be hashed and used to uniquely identify a particular `Subscription`. This should fix a bug where two different instances of `Subscription` producing the same output were not treated differently by the runtime, causing one of them to be ignored. | ||||
* | | | Merge pull request #583 from Limeth/master | 2020-10-29 | 2 | -0/+31 | |
|\ \ \ | | |/ | |/| | Add conversion functions to Size and Vector | ||||
| * | | Apply suggestions | 2020-10-29 | 2 | -9/+7 | |
| | | | |||||
| * | | Add conversion functions to Size and Vector | 2020-10-28 | 2 | -0/+33 | |
| | | | |||||
* | | | Merge pull request #533 from Kaiden42/gitignore | 2020-10-29 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | Fix: ignoring all `target` directories |