summaryrefslogtreecommitdiffstats
path: root/native (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hash `content_fit` in `hash_layout` of `Image` and `Svg`Libravatar Héctor Ramón Jiménez2022-02-162-0/+2
* Remove redundant `layout.bounds()` calls in `Image` and `Svg`Libravatar Héctor Ramón Jiménez2022-02-162-12/+10
* Add `ContentFit` support to `Svg` widgetLibravatar Héctor Ramón Jiménez2022-02-162-17/+67
* Center `Image` inside available bounds when possibleLibravatar Héctor Ramón Jiménez2022-02-161-9/+14
* Rename `Image::fit` to `content_fit`Libravatar Héctor Ramón Jiménez2022-02-161-6/+10
* Make documentation of `Image::fit` consistentLibravatar Héctor Ramón Jiménez2022-02-161-1/+1
* Use a new clipping layer only when necessary in `Image::draw`Libravatar Héctor Ramón Jiménez2022-02-161-2/+11
* Add support for `ContentFit` for `Image`Libravatar Emi Simpson2022-02-162-18/+52
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
* Replace Zulip links with DiscordLibravatar Héctor Ramón Jiménez2022-01-311-1/+1
* Use `MaybeSend` in `perform` and `map` for `Command`Libravatar Héctor Ramón Jiménez2022-01-283-5/+17
* Implement `time` module for `wasm-bindgen` backend in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-281-2/+7
* Introduce `MaybeSend` trait in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-281-49/+9
* Move `time` module from `iced_native` to `iced_core`Libravatar Héctor Ramón Jiménez2022-01-283-12/+1
* Enable `instant` only for `wasm32` targetsLibravatar Héctor Ramón Jiménez2022-01-285-3/+16
* Use instant instead of std::instantLibravatar Kai Mast2022-01-282-1/+2
* Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-281-2/+40
* Fix previous `overlay` affecting `cursor_position` during `draw` in `UserInte...Libravatar Héctor Ramón Jiménez2022-01-221-2/+4
* Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2022-01-202-30/+14
* Add worker example to docs of `subscription::unfold`Libravatar Héctor Ramón Jiménez2022-01-171-0/+65
* Simplify `run` and `unfold` helpers to build a `Subscription`Libravatar Héctor Ramón Jiménez2022-01-171-26/+17
* Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez2022-01-161-73/+25
* Implement `subscription::worker` :tada:Libravatar Héctor Ramón Jiménez2022-01-141-0/+44
* Implement `subscription::unfold` :tada:Libravatar Héctor Ramón Jiménez2022-01-141-1/+22
* Implement `subscription::run` :tada:Libravatar Héctor Ramón Jiménez2022-01-141-0/+19
* Rewrite `events` and `events_with` with a new `Runner` abstractionLibravatar Héctor Ramón Jiménez2022-01-142-45/+62
* Write missing docs for `user_interface` moduleLibravatar Héctor Ramón Jiménez2022-01-122-1/+7
* Implement `Widget::overlay` for `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-122-215/+0
* Implement `Widget::mouse_interaction` for `Responsive`Libravatar Héctor Ramón Jiménez2022-01-111-21/+41
* Introduce `Renderer` argument to `mouse_interaction` and `on_event`Libravatar Héctor Ramón Jiménez2022-01-1122-54/+145
* Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-115-22/+63
* Draft `Responsive` widgetLibravatar Héctor Ramón Jiménez2022-01-113-1/+192
* Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-0312-19/+19
* Merge pull request #1154 from nicksenger/overlay-componentsLibravatar Héctor Ramón2021-12-191-1/+9
|\
| * Simplify `component` implementation in `iced_lazy`Libravatar Héctor Ramón Jiménez2021-12-131-1/+9
* | 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-103-24/+35
|/
* Make TextInput emit a Submit message when the key NumpadEnter is pressedLibravatar nlevy2021-12-091-1/+2
* Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez2021-12-091-1/+1
* Added icon in docsLibravatar daladim2021-12-091-0/+3
* Remove unused field in `scrollable::Scrollbar`Libravatar Héctor Ramón Jiménez2021-12-071-4/+0
* Include alignment in the container layout hashLibravatar Imbris2021-12-061-0/+2
* Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez2021-11-2924-117/+203
* Create `iced_lazy` and draft `Component` traitLibravatar Héctor Ramón Jiménez2021-11-291-0/+5
* Merge pull request #1118 from TannerRogalsky/native-web-fixesLibravatar Héctor Ramón2021-11-292-7/+6
|\
| * Use iced_futures utilities to make native work under wasm32 target.Libravatar Tanner Rogalsky2021-11-142-7/+6
* | 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 overlaysLibravatar Héctor Ramón Jiménez2021-11-211-1/+1
* | | Fix implementation of `Widget::mouse_interaction` for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-11-211-4/+27
|/ /
* | Merge pull request #1114 from tarkah/fix/slider-optimizationLibravatar Héctor Ramón2021-11-161-6/+16
|\ \