summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1164 from PolyMeilex/wgpu-updateLibravatar Héctor Ramón2022-01-0410-15/+15
|\
| * Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-01-042-4/+8
| * Fix `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez2022-01-041-0/+1
| * Bump raw-window-handleLibravatar Poly2022-01-042-2/+2
| * Update wgpu_glyphLibravatar Poly2022-01-041-1/+1
| * Update wgpu 0.12Libravatar Poly2022-01-048-14/+9
|/
* Merge pull request #1182 from iced-rs/update-winit-and-glutinLibravatar Héctor Ramón2022-01-042-4/+4
|\
| * Update `winit` and `glutin` forksLibravatar Héctor Ramón Jiménez2022-01-042-4/+4
|/
* Merge pull request #1175 from EkardNT/sandbox-exitLibravatar Héctor Ramón2022-01-035-0/+116
|\
| * Center contents with `Container` in `exit` exampleLibravatar Héctor Ramón Jiménez2022-01-031-7/+16
| * Allow Sandbox applications to exit.Libravatar Drake Tetreault2021-12-295-0/+107
* | Merge pull request #1168 from LordRatte/patch-1Libravatar Héctor Ramón2022-01-0336-122/+122
|\ \
| * | Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-0336-122/+122
* | | Merge pull request #1181 from feylinara/feylinara/issue1087Libravatar Héctor Ramón2022-01-032-1/+4
|\ \ \ | |_|/ |/| |
| * | Fix memory leak in opengl integration exampleLibravatar Fey Naomi Schrewe2022-01-022-1/+4
|/ /
* | Merge pull request #1169 from nicksenger/fix/nested-component-layout-invalida...Libravatar Héctor Ramón2021-12-271-0/+4
|\ \ | |/ |/|
| * fix: nested component layout invalidationLibravatar Nick Senger2021-12-241-0/+4
|/
* Merge pull request #1154 from nicksenger/overlay-componentsLibravatar Héctor Ramón2021-12-192-56/+289
|\
| * fix: drop remaining component overlay events if closed during event batch pro...Libravatar Nick Senger2021-12-171-23/+26
| * Revert "fix: process component overlay events together with those of the orig...Libravatar Nick Senger2021-12-171-20/+31
| * fix: process component overlay events together with those of the original ele...Libravatar Nick Senger2021-12-131-31/+20
| * Simplify `component` implementation in `iced_lazy`Libravatar Héctor Ramón Jiménez2021-12-132-211/+131
| * feat: enable overlay in componentLibravatar Nick Senger2021-12-101-41/+351
* | Merge pull request #1155 from AlisCode/refactor/decouple_imageLibravatar Héctor Ramón2021-12-1312-48/+62
|\ \
| * | Lower text::Renderer's Font bound from Copy to CloneLibravatar Olivier Pinon2021-12-108-24/+25
| * | Decouple the image Handle type from the iced_native implementationLibravatar Olivier Pinon2021-12-104-24/+37
| |/
* | Merge pull request #1157 from n8henrie/masterLibravatar Héctor Ramón2021-12-131-1/+1
|\ \ | |/ |/|
| * Fix path to ferris.pngLibravatar Nathan Henrie2021-12-111-1/+1
|/
* Merge pull request #1151 from x37v/patch-1Libravatar Héctor Ramón2021-12-101-2/+2
|\
| * Fix Discord link in `README.md`Libravatar Héctor Ramón2021-12-101-1/+1
| * no longer using zulip?Libravatar Alex Norman2021-12-091-2/+2
|/
* Merge pull request #1150 from thenlevy/submit_with_numpadenterLibravatar Héctor Ramón2021-12-091-1/+2
|\
| * Make TextInput emit a Submit message when the key NumpadEnter is pressedLibravatar nlevy2021-12-091-1/+2
|/
* Merge pull request #1147 from daladim/icon_in_docsLibravatar Héctor Ramón2021-12-0910-0/+30
|\
| * Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez2021-12-0910-10/+10
| * Added icon in docsLibravatar daladim2021-12-0910-0/+30
* | Merge pull request #1149 from nicksenger/fix/component-heightLibravatar Héctor Ramón2021-12-091-1/+1
|\ \ | |/ |/|
| * Fix `Widget::height` for `Component`Libravatar Nick Senger2021-12-081-1/+1
|/
* Merge pull request #1142 from iced-rs/fix/unused-lintsLibravatar Héctor Ramón2021-12-074-12/+1
|\
| * Remove unused fields in `pokedex` exampleLibravatar Héctor Ramón Jiménez2021-12-071-4/+1
| * Remove unused field in `solar_system` exampleLibravatar Héctor Ramón Jiménez2021-12-071-2/+0
| * Remove unused field in `wgpu::Backend`Libravatar Héctor Ramón Jiménez2021-12-071-2/+0
| * Remove unused field in `scrollable::Scrollbar`Libravatar Héctor Ramón Jiménez2021-12-071-4/+0
|/
* Merge pull request #1140 from Imberflur/hash-container-alignLibravatar Héctor Ramón2021-12-072-2/+4
|\
| * Include alignment in the container layout hashLibravatar Imbris2021-12-062-2/+4
|/
* Merge pull request #1131 from iced-rs/component-traitLibravatar Héctor Ramón2021-12-0231-121/+605
|\
| * Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez2021-11-2926-130/+218
| * Hide `Box` allocation in `component::view`Libravatar Héctor Ramón Jiménez2021-11-292-5/+5
| * Draft `component` example :tada:Libravatar Héctor Ramón Jiménez2021-11-294-5/+200
| * Create `iced_lazy` and draft `Component` traitLibravatar Héctor Ramón Jiménez2021-11-295-0/+201
|/