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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for `on_mouse_enter` and `on_mouse_exit` in `MouseArea`
Héctor Ramón Jiménez
2023-04-13
1
-45
/
+3
*
Fix documentation of `MouseArea::new`
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+1
*
Rename `MouseListener` to `MouseArea`
Héctor Ramón Jiménez
2023-04-13
4
-20
/
+20
*
Avoid cloning messages unnecessarily in `MouseListener`
Héctor Ramón Jiménez
2023-04-13
1
-12
/
+12
*
Avoid returning on mouse enter in `MouseListener`
Héctor Ramón Jiménez
2023-04-13
1
-14
/
+10
*
Ignore mouse movements events in `MouseListener`
Héctor Ramón Jiménez
2023-04-13
1
-2
/
+9
*
Move `tag` and `state` definitions in `MouseListener`
Héctor Ramón Jiménez
2023-04-13
1
-8
/
+8
*
Remove redundant comments in `MouseListener` fields
Héctor Ramón Jiménez
2023-04-13
1
-16
/
+0
*
Delegate `layout` directly to `content` in `MouseListener`
Héctor Ramón Jiménez
2023-04-13
1
-48
/
+11
*
feat(native): Add MouseListener widget
Michael Aaron Murphy
2023-04-13
4
-0
/
+424
*
Merge pull request #1789 from ElhamAryanpur/master
Héctor Ramón
2023-04-13
6
-20
/
+51
|
\
|
*
Fix Wasm target for `integration_wgpu`
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+2
|
*
Update `env_logger` in `integration_wgpu` example
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+1
|
*
Get surface capabilities only once in `iced_wgpu`
Héctor Ramón Jiménez
2023-04-13
2
-8
/
+8
|
*
Update `wgpu` to `0.15`
Elham Aryanpur
2023-04-13
5
-20
/
+50
*
|
Fix handle position of sliders
Héctor Ramón Jiménez
2023-04-13
2
-8
/
+8
*
|
Remove `border_radius` support for `slider::Rail`
Héctor Ramón Jiménez
2023-04-13
4
-31
/
+4
*
|
Merge pull request #1749 from FinnPerry/fix/add-width-to-scrollable
Héctor Ramón
2023-04-13
1
-11
/
+11
|
\
\
|
*
|
Remove `max_width` and `max_height` calls in `scrollable::layout`
Héctor Ramón Jiménez
2023-04-12
1
-9
/
+1
|
*
|
fix: add `width` to scrollables
FinnPerry
2023-03-08
1
-2
/
+10
*
|
|
Merge pull request #1788 from tarkah/optimization/scrollable-publish
Héctor Ramón
2023-04-12
1
-2
/
+20
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Include NaN in unchaged logic
Cory Forsstrom
2023-04-12
1
-1
/
+3
|
*
|
Don't publish redundant on_scroll offsets
Cory Forsstrom
2023-04-12
1
-2
/
+18
*
|
|
Merge pull request #1777 from AirhartAero/linux-window-features
Héctor Ramón
2023-04-12
1
-0
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
re-expose winit features for window servers in Linux
Jacob Kiesel
2023-03-31
1
-0
/
+6
*
|
|
add action set icon while running (#1590)
Night_Hunter
2023-04-12
9
-164
/
+178
*
|
|
Merge pull request #1762 from ahoneybun/radio-example
Héctor Ramón
2023-04-12
2
-6
/
+33
|
\
\
\
|
*
|
|
Move `radio` example to `Radio` docs
Héctor Ramón Jiménez
2023-04-12
4
-102
/
+33
|
*
|
|
Now is a working example
Aaron Honeycutt
2023-03-17
1
-29
/
+36
|
*
|
|
More work on example
Aaron Honeycutt
2023-03-17
1
-5
/
+5
|
*
|
|
Working more on example
Aaron Honeycutt
2023-03-14
1
-10
/
+36
|
*
|
|
Work on example more
Aaron Honeycutt
2023-03-14
1
-12
/
+7
|
*
|
|
Cleaning up from the Checkbox example that this is based on
Aaron Honeycutt
2023-03-14
1
-2
/
+57
|
*
|
|
Working on Radio example
Aaron Honeycutt
2023-03-14
2
-0
/
+13
*
|
|
|
Merge pull request #1643 from Night-Hunter-NF/fix_slider_colors
Héctor Ramón
2023-04-12
4
-79
/
+120
|
\
\
\
\
|
*
|
|
|
Rename `Rail::size` to `width`
Héctor Ramón Jiménez
2023-04-12
4
-11
/
+11
|
*
|
|
|
Use a `border_radius` of `2.0` for slider rails in built-in theme
Héctor Ramón Jiménez
2023-04-12
1
-1
/
+1
|
*
|
|
|
Remove `border_width` support in `slider::Rail`
Héctor Ramón Jiménez
2023-04-12
4
-18
/
+12
|
*
|
|
|
Simplify `draw` logic of sliders
Héctor Ramón Jiménez
2023-04-12
2
-18
/
+15
|
*
|
|
|
Introduce left and right colors for slider rails
Night_Hunter
2023-04-12
4
-80
/
+130
|
/
/
/
/
*
|
|
|
Merge pull request #1744 from JungleTryne/disable-text-input
Héctor Ramón
2023-04-12
16
-95
/
+143
|
\
\
\
\
|
*
|
|
|
Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`
Héctor Ramón Jiménez
2023-04-12
3
-2
/
+9
|
*
|
|
|
Fine-tune built-in styling of disabled `TextInput`
Héctor Ramón Jiménez
2023-04-12
1
-7
/
+5
|
*
|
|
|
Remove unnecessary `is_disabled` check in `text_input::draw`
Héctor Ramón Jiménez
2023-04-12
1
-1
/
+1
|
*
|
|
|
Improve consistency of `on_input` documentation
Héctor Ramón Jiménez
2023-04-12
1
-2
/
+4
|
*
|
|
|
Unfocus `TextInput` if it becomes disabled
Héctor Ramón Jiménez
2023-04-12
1
-0
/
+12
|
*
|
|
|
Remove `text_input` example
Héctor Ramón Jiménez
2023-04-12
3
-120
/
+0
|
*
|
|
|
Rename `on_change` to `on_input` for `TextInput`
Héctor Ramón Jiménez
2023-04-12
12
-211
/
+204
|
*
|
|
|
Introduce disabled state for `TextInput`
Dan Mishin
2023-04-12
17
-238
/
+394
|
/
/
/
/
*
|
|
|
Merge pull request #1786 from iced-rs/feature/subscription-channel
Héctor Ramón
2023-04-11
3
-86
/
+122
|
\
\
\
\
[next]