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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Export scroll_to helper
Cory Forsstrom
2023-04-20
1
-0
/
+9
*
Merge pull request #1796 from tarkah/feat/scrollable-scroll-to
Héctor Ramón
2023-04-20
2
-28
/
+111
|
\
|
*
Compare absolute offsets as well in `notify_on_scroll`
Héctor Ramón Jiménez
2023-04-20
1
-3
/
+10
|
*
Add scrollable `Viewport`
Cory Forsstrom
2023-04-17
2
-47
/
+56
|
*
Add `scroll_to` operation for absolute scroll
Cory Forsstrom
2023-04-14
2
-19
/
+86
*
|
Bump version of `iced_native` :tada:
Héctor Ramón Jiménez
2023-04-20
1
-1
/
+1
*
|
Merge pull request #1802 from casperstorm/fix/text_input_icon_misalignment
Héctor Ramón
2023-04-20
1
-2
/
+5
|
\
\
|
*
|
Centered icon vertically
Casper Rogild Storm
2023-04-20
1
-2
/
+5
|
|
/
*
|
Bump version of `iced_native` :tada:
Héctor Ramón Jiménez
2023-04-20
1
-1
/
+1
*
|
Fix sliders drawing out of their bounds
Héctor Ramón Jiménez
2023-04-20
2
-4
/
+4
|
/
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-04-13
7
-15
/
+15
*
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
3
-17
/
+17
*
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
3
-0
/
+416
*
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
2
-28
/
+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
*
|
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
*
|
add action set icon while running (#1590)
Night_Hunter
2023-04-12
4
-1
/
+104
*
|
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
2
-6
/
+33
|
|
/
*
|
Rename `Rail::size` to `width`
Héctor Ramón Jiménez
2023-04-12
2
-8
/
+8
*
|
Remove `border_width` support in `slider::Rail`
Héctor Ramón Jiménez
2023-04-12
2
-12
/
+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
2
-75
/
+104
*
|
Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`
Héctor Ramón Jiménez
2023-04-12
1
-2
/
+7
*
|
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
*
|
Rename `on_change` to `on_input` for `TextInput`
Héctor Ramón Jiménez
2023-04-12
1
-195
/
+188
*
|
Introduce disabled state for `TextInput`
Dan Mishin
2023-04-12
2
-172
/
+196
*
|
Implement `subscription::channel` and simplify `unfold`
Héctor Ramón Jiménez
2023-04-11
1
-28
/
+63
*
|
Reuse `text_bounds` in `text_input::layout`
Héctor Ramón Jiménez
2023-04-11
1
-1
/
+1
*
|
Rename `IconPosition` to `Side` in `text_input`
Héctor Ramón Jiménez
2023-04-11
1
-9
/
+9
*
|
Move `Icon` definitions after `Widget` implementation
Héctor Ramón Jiménez
2023-04-11
2
-35
/
+35
*
|
Derive `Debug` for `text_input::Icon`
Héctor Ramón Jiménez
2023-04-11
1
-19
/
+3
*
|
Move `Icon` layout logic to `layout` in `text_input`
Héctor Ramón Jiménez
2023-04-11
1
-65
/
+64
*
|
Use `f32` for `Icon::size` and remove unnecessary conversions
Héctor Ramón Jiménez
2023-04-11
1
-6
/
+6
*
|
Changed `Handle` to `Icon` to be consistent
Casper Storm
2023-04-11
1
-43
/
+44
*
|
feat: added handle to text_input
Casper Storm
2023-04-11
1
-1
/
+118
[next]