summaryrefslogtreecommitdiffstats
path: root/native (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-01Fix overlay flickering after `Application::update`Libravatar Héctor Ramón Jiménez1-20/+26
2022-02-23Remove `hash_layout` method from `Widget` traitLibravatar Héctor Ramón Jiménez29-547/+91
2022-02-16Hash `content_fit` in `hash_layout` of `Image` and `Svg`Libravatar Héctor Ramón Jiménez2-0/+2
2022-02-16Remove redundant `layout.bounds()` calls in `Image` and `Svg`Libravatar Héctor Ramón Jiménez2-12/+10
2022-02-16Add `ContentFit` support to `Svg` widgetLibravatar Héctor Ramón Jiménez2-17/+67
2022-02-16Center `Image` inside available bounds when possibleLibravatar Héctor Ramón Jiménez1-9/+14
2022-02-16Rename `Image::fit` to `content_fit`Libravatar Héctor Ramón Jiménez1-6/+10
2022-02-16Make documentation of `Image::fit` consistentLibravatar Héctor Ramón Jiménez1-1/+1
2022-02-16Use a new clipping layer only when necessary in `Image::draw`Libravatar Héctor Ramón Jiménez1-2/+11
2022-02-16Add support for `ContentFit` for `Image`Libravatar Emi Simpson2-18/+52
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-31Replace Zulip links with DiscordLibravatar Héctor Ramón Jiménez1-1/+1
2022-01-28Use `MaybeSend` in `perform` and `map` for `Command`Libravatar Héctor Ramón Jiménez3-5/+17
2022-01-28Implement `time` module for `wasm-bindgen` backend in `iced_futures`Libravatar Héctor Ramón Jiménez1-2/+7
2022-01-28Introduce `MaybeSend` trait in `iced_futures`Libravatar Héctor Ramón Jiménez1-49/+9
2022-01-28Move `time` module from `iced_native` to `iced_core`Libravatar Héctor Ramón Jiménez3-12/+1
2022-01-28Enable `instant` only for `wasm32` targetsLibravatar Héctor Ramón Jiménez5-3/+16
2022-01-28Use instant instead of std::instantLibravatar Kai Mast2-1/+2
2022-01-28Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov1-2/+40
2022-01-22Fix previous `overlay` affecting `cursor_position` during `draw` in `UserInte...Libravatar Héctor Ramón Jiménez1-2/+4
2022-01-20Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2-30/+14
2022-01-17Add worker example to docs of `subscription::unfold`Libravatar Héctor Ramón Jiménez1-0/+65
2022-01-17Simplify `run` and `unfold` helpers to build a `Subscription`Libravatar Héctor Ramón Jiménez1-26/+17
2022-01-16Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez1-73/+25
2022-01-14Implement `subscription::worker` :tada:Libravatar Héctor Ramón Jiménez1-0/+44
2022-01-14Implement `subscription::unfold` :tada:Libravatar Héctor Ramón Jiménez1-1/+22
2022-01-14Implement `subscription::run` :tada:Libravatar Héctor Ramón Jiménez1-0/+19
2022-01-14Rewrite `events` and `events_with` with a new `Runner` abstractionLibravatar Héctor Ramón Jiménez2-45/+62
2022-01-12Write missing docs for `user_interface` moduleLibravatar Héctor Ramón Jiménez2-1/+7
2022-01-12Implement `Widget::overlay` for `Responsive` widgetLibravatar Héctor Ramón Jiménez2-215/+0
2022-01-11Implement `Widget::mouse_interaction` for `Responsive`Libravatar Héctor Ramón Jiménez1-21/+41
2022-01-11Introduce `Renderer` argument to `mouse_interaction` and `on_event`Libravatar Héctor Ramón Jiménez22-54/+145
2022-01-11Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez5-22/+63
2022-01-11Draft `Responsive` widgetLibravatar Héctor Ramón Jiménez3-1/+192
2022-01-03Change GitHub namespace to new org for all filesLibravatar LordRatte12-19/+19
2021-12-13Simplify `component` implementation in `iced_lazy`Libravatar Héctor Ramón Jiménez1-1/+9
2021-12-10Lower text::Renderer's Font bound from Copy to CloneLibravatar Olivier Pinon8-24/+25
2021-12-10Decouple the image Handle type from the iced_native implementationLibravatar Olivier Pinon3-24/+35
2021-12-09Make TextInput emit a Submit message when the key NumpadEnter is pressedLibravatar nlevy1-1/+2
2021-12-09Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez1-1/+1
2021-12-09Added icon in docsLibravatar daladim1-0/+3
2021-12-07Remove unused field in `scrollable::Scrollbar`Libravatar Héctor Ramón Jiménez1-4/+0
2021-12-06Include alignment in the container layout hashLibravatar Imbris1-0/+2
2021-11-29Introduce `Shell` type in `iced_native`Libravatar Héctor Ramón Jiménez24-117/+203
2021-11-29Create `iced_lazy` and draft `Component` traitLibravatar Héctor Ramón Jiménez1-0/+5
2021-11-21Fix overflow of graphics primitives in overlaysLibravatar Héctor Ramón Jiménez1-1/+1
2021-11-21Fix implementation of `Widget::mouse_interaction` for `PaneGrid`Libravatar Héctor Ramón Jiménez1-4/+27
2021-11-15Derive `Eq` for `slider::State` againLibravatar Héctor Ramón Jiménez1-1/+1
2021-11-15Use `value` in `Slider` to store the `previous` valueLibravatar Héctor Ramón Jiménez1-8/+3
2021-11-14Use iced_futures utilities to make native work under wasm32 target.Libravatar Tanner Rogalsky2-7/+6