summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-0336-122/+122
|
* Merge pull request #1154 from nicksenger/overlay-componentsLibravatar Héctor Ramón2021-12-192-56/+289
|\ | | | | Implement `overlay` for `Component`
| * fix: drop remaining component overlay events if closed during event batch ↵Libravatar Nick Senger2021-12-171-23/+26
| | | | | | | | processing
| * Revert "fix: process component overlay events together with those of the ↵Libravatar Nick Senger2021-12-171-20/+31
| | | | | | | | | | | | original element" This reverts commit aa09bd4a981cfe0e11a21220193e823f48cdf450.
| * fix: process component overlay events together with those of the original ↵Libravatar Nick Senger2021-12-131-31/+20
| | | | | | | | element
| * 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
|\ \ | | | | | | Decouple `image::Handle` from `iced_native` and lower trait bound on `text::Renderer::Font`
| * | 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.png
| * Fix path to ferris.pngLibravatar Nathan Henrie2021-12-111-1/+1
|/ | | | Fixes https://github.com/iced-rs/iced/issues/1156
* Merge pull request #1151 from x37v/patch-1Libravatar Héctor Ramón2021-12-101-2/+2
|\ | | | | Replace Zulip with Discord in README
| * 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 pressed
| * 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
|\ | | | | Added icon in docs
| * 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`
| * 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
| * 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 hash
| * 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
|\ | | | | `iced_lazy` and `Component` trait
| * Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez2021-11-2926-130/+218
| | | | | | | | Widgets now can invalidate the current layout of the application on demand.
| * Hide `Box` allocation in `component::view`Libravatar Héctor Ramón Jiménez2021-11-292-5/+5
| | | | | | | | ... we may be able to avoid it with generics in the future.
| * 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
|/
* Merge pull request #1112 from AndiHofi/on_exit_callbackLibravatar Héctor Ramón2021-11-293-7/+14
|\ | | | | Application::run returns on native platforms
| * Improve documentation of `Application::run`Libravatar Héctor Ramón Jiménez2021-11-291-2/+3
| |
| * Fix imports in `application` modulesLibravatar Héctor Ramón Jiménez2021-11-292-2/+2
| |
| * Allow `Application::run` to return on native platformsLibravatar Andreas Hofstadler2021-11-293-7/+13
| |
* | Merge pull request #1118 from TannerRogalsky/native-web-fixesLibravatar Héctor Ramón2021-11-293-29/+53
|\ \ | |/ |/| Native web fixes.
| * Use iced_futures utilities to make native work under wasm32 target.Libravatar Tanner Rogalsky2021-11-142-7/+6
| |
| * Collect the platform-specific concrete future implementations into mods.Libravatar Tanner Rogalsky2021-11-141-22/+47
| |
* | Merge pull request #1125 from iced-rs/fix/overlay-layer-clip-boundsLibravatar Héctor Ramón2021-11-231-1/+1
|\ \ | | | | | | Fix overflow of graphics primitives in overlays
| * | Fix overflow of graphics primitives in overlaysLibravatar Héctor Ramón Jiménez2021-11-211-1/+1
| | | | | | | | | | | | ... by using `overlay_bounds` instead of `viewport` as clip bounds for overlay layer in `UserInterface::draw`
* | | Merge pull request #1124 from iced-rs/fix/pane-grid-mouse-interactionLibravatar Héctor Ramón2021-11-221-4/+27
|\ \ \ | | | | | | | | Fix implementation of `Widget::mouse_interaction` for `PaneGrid`
| * | | Fix implementation of `Widget::mouse_interaction` for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-11-211-4/+27
| |/ /
* | | Merge pull request #1121 from Imberflur/fix-some-doc-linksLibravatar Héctor Ramón2021-11-212-1/+3
|\ \ \ | |/ / |/| | Fix a few doc links
| * | Fix a few doc linksLibravatar Imbris2021-11-172-1/+3
|/ /
* | Merge pull request #1114 from tarkah/fix/slider-optimizationLibravatar Héctor Ramón2021-11-161-6/+16
|\ \ | | | | | | Don't rebroadcast redundant slider messages
| * | Derive `Eq` for `slider::State` againLibravatar Héctor Ramón Jiménez2021-11-151-1/+1
| | |
| * | Use `value` in `Slider` to store the `previous` valueLibravatar Héctor Ramón Jiménez2021-11-151-8/+3
| | |