Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove superfluous generic type in `iced_lazy::Cache` | 2022-01-11 | 1 | -10/+8 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `Responsive` | 2022-01-11 | 1 | -21/+41 | |
| | |||||
* | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | 2022-01-11 | 24 | -58/+165 | |
| | |||||
* | Invalidate widget tree from `Responsive` widget | 2022-01-11 | 8 | -33/+85 | |
| | | | | ... by introducing a new `invalidate_widgets` method to `Shell` | ||||
* | Draft `Responsive` widget | 2022-01-11 | 11 | -23/+248 | |
| | |||||
* | Merge pull request #1164 from PolyMeilex/wgpu-update | 2022-01-04 | 10 | -15/+15 | |
|\ | | | | | Update wgpu 0.12 | ||||
| * | Run `cargo fmt` | 2022-01-04 | 2 | -4/+8 | |
| | | |||||
| * | Fix `integration_wgpu` example | 2022-01-04 | 1 | -0/+1 | |
| | | |||||
| * | Bump raw-window-handle | 2022-01-04 | 2 | -2/+2 | |
| | | |||||
| * | Update wgpu_glyph | 2022-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Update wgpu 0.12 | 2022-01-04 | 8 | -14/+9 | |
|/ | |||||
* | Merge pull request #1182 from iced-rs/update-winit-and-glutin | 2022-01-04 | 2 | -4/+4 | |
|\ | | | | | Update `winit` and `glutin` forks | ||||
| * | Update `winit` and `glutin` forks | 2022-01-04 | 2 | -4/+4 | |
|/ | |||||
* | Merge pull request #1175 from EkardNT/sandbox-exit | 2022-01-03 | 5 | -0/+116 | |
|\ | | | | | Allow Sandbox applications to exit. | ||||
| * | Center contents with `Container` in `exit` example | 2022-01-03 | 1 | -7/+16 | |
| | | | | | | | | ... also add some `padding` to buttons! | ||||
| * | Allow Sandbox applications to exit. | 2021-12-29 | 5 | -0/+107 | |
| | | |||||
* | | Merge pull request #1168 from LordRatte/patch-1 | 2022-01-03 | 36 | -122/+122 | |
|\ \ | | | | | | | Change GitHub namespace to new org to prevent link-rot | ||||
| * | | Change GitHub namespace to new org for all files | 2022-01-03 | 36 | -122/+122 | |
| | | | |||||
* | | | Merge pull request #1181 from feylinara/feylinara/issue1087 | 2022-01-03 | 2 | -1/+4 | |
|\ \ \ | |_|/ |/| | | Fix memory leak in opengl integration example | ||||
| * | | Fix memory leak in opengl integration example | 2022-01-02 | 2 | -1/+4 | |
|/ / | |||||
* | | Merge pull request #1169 from ↵ | 2021-12-27 | 1 | -0/+4 | |
|\ \ | |/ |/| | | | | | nicksenger/fix/nested-component-layout-invalidation fix: nested component layout invalidation | ||||
| * | fix: nested component layout invalidation | 2021-12-24 | 1 | -0/+4 | |
|/ | |||||
* | Merge pull request #1154 from nicksenger/overlay-components | 2021-12-19 | 2 | -56/+289 | |
|\ | | | | | Implement `overlay` for `Component` | ||||
| * | fix: drop remaining component overlay events if closed during event batch ↵ | 2021-12-17 | 1 | -23/+26 | |
| | | | | | | | | processing | ||||
| * | Revert "fix: process component overlay events together with those of the ↵ | 2021-12-17 | 1 | -20/+31 | |
| | | | | | | | | | | | | original element" This reverts commit aa09bd4a981cfe0e11a21220193e823f48cdf450. | ||||
| * | fix: process component overlay events together with those of the original ↵ | 2021-12-13 | 1 | -31/+20 | |
| | | | | | | | | element | ||||
| * | Simplify `component` implementation in `iced_lazy` | 2021-12-13 | 2 | -211/+131 | |
| | | |||||
| * | feat: enable overlay in component | 2021-12-10 | 1 | -41/+351 | |
| | | |||||
* | | Merge pull request #1155 from AlisCode/refactor/decouple_image | 2021-12-13 | 12 | -48/+62 | |
|\ \ | | | | | | | Decouple `image::Handle` from `iced_native` and lower trait bound on `text::Renderer::Font` | ||||
| * | | Lower text::Renderer's Font bound from Copy to Clone | 2021-12-10 | 8 | -24/+25 | |
| | | | |||||
| * | | Decouple the image Handle type from the iced_native implementation | 2021-12-10 | 4 | -24/+37 | |
| |/ | |||||
* | | Merge pull request #1157 from n8henrie/master | 2021-12-13 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix path to ferris.png | ||||
| * | Fix path to ferris.png | 2021-12-11 | 1 | -1/+1 | |
|/ | | | | Fixes https://github.com/iced-rs/iced/issues/1156 | ||||
* | Merge pull request #1151 from x37v/patch-1 | 2021-12-10 | 1 | -2/+2 | |
|\ | | | | | Replace Zulip with Discord in README | ||||
| * | Fix Discord link in `README.md` | 2021-12-10 | 1 | -1/+1 | |
| | | |||||
| * | no longer using zulip? | 2021-12-09 | 1 | -2/+2 | |
|/ | |||||
* | Merge pull request #1150 from thenlevy/submit_with_numpadenter | 2021-12-09 | 1 | -1/+2 | |
|\ | | | | | Make TextInput emit a Submit message when the key NumpadEnter is pressed | ||||
| * | Make TextInput emit a Submit message when the key NumpadEnter is pressed | 2021-12-09 | 1 | -1/+2 | |
|/ | |||||
* | Merge pull request #1147 from daladim/icon_in_docs | 2021-12-09 | 10 | -0/+30 | |
|\ | | | | | Added icon in docs | ||||
| * | Use commit hash in `html_logo_url` | 2021-12-09 | 10 | -10/+10 | |
| | | |||||
| * | Added icon in docs | 2021-12-09 | 10 | -0/+30 | |
| | | |||||
* | | Merge pull request #1149 from nicksenger/fix/component-height | 2021-12-09 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix `Widget::height` for `Component` | ||||
| * | Fix `Widget::height` for `Component` | 2021-12-08 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #1142 from iced-rs/fix/unused-lints | 2021-12-07 | 4 | -12/+1 | |
|\ | | | | | Remove unused fields | ||||
| * | Remove unused fields in `pokedex` example | 2021-12-07 | 1 | -4/+1 | |
| | | |||||
| * | Remove unused field in `solar_system` example | 2021-12-07 | 1 | -2/+0 | |
| | | |||||
| * | Remove unused field in `wgpu::Backend` | 2021-12-07 | 1 | -2/+0 | |
| | | |||||
| * | Remove unused field in `scrollable::Scrollbar` | 2021-12-07 | 1 | -4/+0 | |
|/ | |||||
* | Merge pull request #1140 from Imberflur/hash-container-align | 2021-12-07 | 2 | -2/+4 | |
|\ | | | | | Include alignment in the container layout hash | ||||
| * | Include alignment in the container layout hash | 2021-12-06 | 2 | -2/+4 | |
|/ |