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
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
2021-11-11
Don't rebroadcast redundant slider messages
Cory Forsstrom
1
-7
/
+22
2021-11-05
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
3
-1
/
+10
2021-11-04
Write documentation for `iced_native::text`
Héctor Ramón Jiménez
1
-1
/
+19
2021-11-04
Write documentation for `iced_native::svg`
Héctor Ramón Jiménez
1
-6
/
+4
2021-11-04
Write documentation for `iced_native::image`
Héctor Ramón Jiménez
1
-3
/
+5
2021-11-04
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
17
-234
/
+304
2021-11-04
Merge `iced_core::text` with `iced_native::text`
Héctor Ramón Jiménez
1
-3
/
+28
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
22
-39
/
+60
2021-11-01
Fix `mouse_interaction` using wrong layout in `PaneGrid`
Héctor Ramón Jiménez
1
-3
/
+2
2021-11-01
Reintroduce `draw` method in `TextInput`
Héctor Ramón Jiménez
1
-156
/
+174
2021-11-01
Fix missing lifetime in doc example for `Toggler`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Introduce state lifetime for `style_sheet` in `Toggler`
Héctor Ramón Jiménez
1
-7
/
+8
2021-10-31
Reintroduce `Box` for `style_sheet` in `TextInput`
Héctor Ramón Jiménez
1
-2
/
+5
2021-10-31
Reintroduce `Box` for `style_sheet` in `Slider`
Héctor Ramón Jiménez
1
-3
/
+6
2021-10-31
Reintroduce `Box` for `style_sheet` in `Scrollable`
Héctor Ramón Jiménez
1
-3
/
+6
2021-10-31
Introduce state lifetime for `style_sheet` in `Rule`
Héctor Ramón Jiménez
1
-7
/
+7
2021-10-31
Reintroduce `Box` for `style_sheet` in `Radio`
Héctor Ramón Jiménez
1
-3
/
+6
2021-10-31
Introduce state lifetime for `style_sheet` in `ProgressBar`
Héctor Ramón Jiménez
1
-7
/
+8
2021-10-31
Introduce state lifetime for `style_sheet` in `PickList`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-31
Reintroduce `Box` for `style_sheet` in `PaneGrid`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-31
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
4
-12
/
+24
2021-10-31
Reintroduce `Box` for `style_sheet` in `Checkbox`
Héctor Ramón Jiménez
1
-3
/
+6
2021-10-31
Reintroduce `Box` for `style_sheet` in `Button`
Héctor Ramón Jiménez
1
-3
/
+6
2021-10-31
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
3
-89
/
+95
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
4
-128
/
+128
2021-10-31
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
12
-82
/
+80
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
25
-54
/
+51
2021-10-28
Implement `Widget::draw` for `element::Explain`
Héctor Ramón Jiménez
1
-5
/
+33
2021-10-28
Implement `Widget::draw` for `Svg`
Héctor Ramón Jiménez
1
-3
/
+5
2021-10-28
Remove unused import for `toggler` in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+0
2021-10-28
Implement `Widget::draw` for `Tooltip`
Héctor Ramón Jiménez
1
-31
/
+123
2021-10-28
Fix unused variables in `Widget::draw` for `Space`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-28
Implement `Widget::mouse_interaction` for `Toggler`
Héctor Ramón Jiménez
1
-0
/
+13
[next]