index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
native
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-16
Hash `content_fit` in `hash_layout` of `Image` and `Svg`
Héctor Ramón Jiménez
2
-0
/
+2
2022-02-16
Remove redundant `layout.bounds()` calls in `Image` and `Svg`
Héctor Ramón Jiménez
2
-12
/
+10
2022-02-16
Add `ContentFit` support to `Svg` widget
Héctor Ramón Jiménez
2
-17
/
+67
2022-02-16
Center `Image` inside available bounds when possible
Héctor Ramón Jiménez
1
-9
/
+14
2022-02-16
Rename `Image::fit` to `content_fit`
Héctor Ramón Jiménez
1
-6
/
+10
2022-02-16
Make documentation of `Image::fit` consistent
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-16
Use a new clipping layer only when necessary in `Image::draw`
Héctor Ramón Jiménez
1
-2
/
+11
2022-02-16
Add support for `ContentFit` for `Image`
Emi Simpson
2
-18
/
+52
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-31
Replace Zulip links with Discord
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-28
Use `MaybeSend` in `perform` and `map` for `Command`
Héctor Ramón Jiménez
3
-5
/
+17
2022-01-28
Implement `time` module for `wasm-bindgen` backend in `iced_futures`
Héctor Ramón Jiménez
1
-2
/
+7
2022-01-28
Introduce `MaybeSend` trait in `iced_futures`
Héctor Ramón Jiménez
1
-49
/
+9
2022-01-28
Move `time` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
3
-12
/
+1
2022-01-28
Enable `instant` only for `wasm32` targets
Héctor Ramón Jiménez
5
-3
/
+16
2022-01-28
Use instant instead of std::instant
Kai Mast
2
-1
/
+2
2022-01-28
Experimental wgpu WebGL backend support
Vladyslav Nikonov
1
-2
/
+40
2022-01-22
Fix previous `overlay` affecting `cursor_position` during `draw` in `UserInte...
Héctor Ramón Jiménez
1
-2
/
+4
2022-01-20
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
2
-30
/
+14
2022-01-17
Add worker example to docs of `subscription::unfold`
Héctor Ramón Jiménez
1
-0
/
+65
2022-01-17
Simplify `run` and `unfold` helpers to build a `Subscription`
Héctor Ramón Jiménez
1
-26
/
+17
2022-01-16
Draft `websocket` example :tada:
Héctor Ramón Jiménez
1
-73
/
+25
2022-01-14
Implement `subscription::worker` :tada:
Héctor Ramón Jiménez
1
-0
/
+44
2022-01-14
Implement `subscription::unfold` :tada:
Héctor Ramón Jiménez
1
-1
/
+22
2022-01-14
Implement `subscription::run` :tada:
Héctor Ramón Jiménez
1
-0
/
+19
2022-01-14
Rewrite `events` and `events_with` with a new `Runner` abstraction
Héctor Ramón Jiménez
2
-45
/
+62
2022-01-12
Write missing docs for `user_interface` module
Héctor Ramón Jiménez
2
-1
/
+7
2022-01-12
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
2
-215
/
+0
2022-01-11
Implement `Widget::mouse_interaction` for `Responsive`
Héctor Ramón Jiménez
1
-21
/
+41
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
22
-54
/
+145
2022-01-11
Invalidate widget tree from `Responsive` widget
Héctor Ramón Jiménez
5
-22
/
+63
2022-01-11
Draft `Responsive` widget
Héctor Ramón Jiménez
3
-1
/
+192
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
12
-19
/
+19
2021-12-13
Simplify `component` implementation in `iced_lazy`
Héctor Ramón Jiménez
1
-1
/
+9
2021-12-10
Lower text::Renderer's Font bound from Copy to Clone
Olivier Pinon
8
-24
/
+25
2021-12-10
Decouple the image Handle type from the iced_native implementation
Olivier Pinon
3
-24
/
+35
2021-12-09
Make TextInput emit a Submit message when the key NumpadEnter is pressed
nlevy
1
-1
/
+2
2021-12-09
Use commit hash in `html_logo_url`
Héctor Ramón Jiménez
1
-1
/
+1
2021-12-09
Added icon in docs
daladim
1
-0
/
+3
2021-12-07
Remove unused field in `scrollable::Scrollbar`
Héctor Ramón Jiménez
1
-4
/
+0
2021-12-06
Include alignment in the container layout hash
Imbris
1
-0
/
+2
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
24
-117
/
+203
2021-11-29
Create `iced_lazy` and draft `Component` trait
Héctor Ramón Jiménez
1
-0
/
+5
2021-11-21
Fix overflow of graphics primitives in overlays
Héctor Ramón Jiménez
1
-1
/
+1
2021-11-21
Fix implementation of `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
1
-4
/
+27
2021-11-15
Derive `Eq` for `slider::State` again
Héctor Ramón Jiménez
1
-1
/
+1
2021-11-15
Use `value` in `Slider` to store the `previous` value
Héctor Ramón Jiménez
1
-8
/
+3
2021-11-14
Use iced_futures utilities to make native work under wasm32 target.
Tanner Rogalsky
2
-7
/
+6
2021-11-14
Disable default features in twox-hash dependency.
Tanner Rogalsky
1
-1
/
+1
2021-11-14
Add checkbox text_color styling
Daniel May
1
-12
/
+12
[next]