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
*
Add scrollable `Viewport`
Cory Forsstrom
2023-04-17
4
-52
/
+61
*
Add `scroll_to` operation for absolute scroll
Cory Forsstrom
2023-04-14
4
-23
/
+90
*
Bump version of `iced_lazy` :tada:
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+1
*
Merge pull request #1791 from tarkah/fix/component-operate
Héctor Ramón
2023-04-13
1
-0
/
+16
|
\
|
*
Add missing operations for component
Cory Forsstrom
2023-04-12
1
-0
/
+16
*
|
Bump versions :tada:
Héctor Ramón Jiménez
2023-04-13
33
-91
/
+145
*
|
Add script to generate a release summary
Héctor Ramón Jiménez
2023-04-13
1
-0
/
+52
|
/
*
Merge pull request #1594 from mmstick/listener
Héctor Ramón
2023-04-13
4
-0
/
+332
|
\
|
*
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
[next]