summaryrefslogtreecommitdiffstats
path: root/native (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-11-14Disable default features in twox-hash dependency.Libravatar Tanner Rogalsky1-1/+1
2021-11-14Add checkbox text_color stylingLibravatar Daniel May1-12/+12
2021-11-11Don't rebroadcast redundant slider messagesLibravatar Cory Forsstrom1-7/+22
2021-11-05Write missing documentation in `iced_native`Libravatar Héctor Ramón Jiménez3-1/+10
2021-11-04Write documentation for `iced_native::text`Libravatar Héctor Ramón Jiménez1-1/+19
2021-11-04Write documentation for `iced_native::svg`Libravatar Héctor Ramón Jiménez1-6/+4
2021-11-04Write documentation for `iced_native::image`Libravatar Héctor Ramón Jiménez1-3/+5
2021-11-04Rename `fill_rectangle` to `fill_quad` in `Renderer`Libravatar Héctor Ramón Jiménez17-234/+304
2021-11-04Merge `iced_core::text` with `iced_native::text`Libravatar Héctor Ramón Jiménez1-3/+28
2021-11-02Move `viewport` argument to last position in `mouse_interaction` methodsLibravatar Héctor Ramón Jiménez22-39/+60
2021-11-01Fix `mouse_interaction` using wrong layout in `PaneGrid`Libravatar Héctor Ramón Jiménez1-3/+2