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
2023-07-21
refactored window storage;
Bingus
2
-0
/
+0
2023-05-05
Fix `bounds` of selected option background in `Menu`
Héctor Ramón Jiménez
1
-1
/
+5
2023-04-20
Export scroll_to helper
Cory Forsstrom
1
-0
/
+9
2023-04-20
Compare absolute offsets as well in `notify_on_scroll`
Héctor Ramón Jiménez
1
-3
/
+10
2023-04-20
Bump version of `iced_native` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-20
Bump version of `iced_native` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-20
Fix sliders drawing out of their bounds
Héctor Ramón Jiménez
2
-4
/
+4
2023-04-20
Centered icon vertically
Casper Rogild Storm
1
-2
/
+5
2023-04-17
Add scrollable `Viewport`
Cory Forsstrom
2
-47
/
+56
2023-04-14
Add `scroll_to` operation for absolute scroll
Cory Forsstrom
2
-19
/
+86
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
7
-15
/
+15
2023-04-13
Remove support for `on_mouse_enter` and `on_mouse_exit` in `MouseArea`
Héctor Ramón Jiménez
1
-45
/
+3
2023-04-13
Fix documentation of `MouseArea::new`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-13
Rename `MouseListener` to `MouseArea`
Héctor Ramón Jiménez
3
-17
/
+17
2023-04-13
Avoid cloning messages unnecessarily in `MouseListener`
Héctor Ramón Jiménez
1
-12
/
+12
2023-04-13
Avoid returning on mouse enter in `MouseListener`
Héctor Ramón Jiménez
1
-14
/
+10
2023-04-13
Ignore mouse movements events in `MouseListener`
Héctor Ramón Jiménez
1
-2
/
+9
2023-04-13
Move `tag` and `state` definitions in `MouseListener`
Héctor Ramón Jiménez
1
-8
/
+8
2023-04-13
Remove redundant comments in `MouseListener` fields
Héctor Ramón Jiménez
1
-16
/
+0
2023-04-13
Delegate `layout` directly to `content` in `MouseListener`
Héctor Ramón Jiménez
1
-48
/
+11
2023-04-13
feat(native): Add MouseListener widget
Michael Aaron Murphy
3
-0
/
+416
2023-04-13
Fix handle position of sliders
Héctor Ramón Jiménez
2
-8
/
+8
2023-04-13
Remove `border_radius` support for `slider::Rail`
Héctor Ramón Jiménez
2
-28
/
+4
2023-04-12
Remove `max_width` and `max_height` calls in `scrollable::layout`
Héctor Ramón Jiménez
1
-9
/
+1
2023-04-12
Include NaN in unchaged logic
Cory Forsstrom
1
-1
/
+3
2023-04-12
Don't publish redundant on_scroll offsets
Cory Forsstrom
1
-2
/
+18
2023-04-12
add action set icon while running (#1590)
Night_Hunter
4
-1
/
+104
2023-04-12
Move `radio` example to `Radio` docs
Héctor Ramón Jiménez
2
-6
/
+33
2023-04-12
Rename `Rail::size` to `width`
Héctor Ramón Jiménez
2
-8
/
+8
2023-04-12
Remove `border_width` support in `slider::Rail`
Héctor Ramón Jiménez
2
-12
/
+12
2023-04-12
Simplify `draw` logic of sliders
Héctor Ramón Jiménez
2
-18
/
+15
2023-04-12
Introduce left and right colors for slider rails
Night_Hunter
2
-75
/
+104
2023-04-12
Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`
Héctor Ramón Jiménez
1
-2
/
+7
2023-04-12
Remove unnecessary `is_disabled` check in `text_input::draw`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-12
Improve consistency of `on_input` documentation
Héctor Ramón Jiménez
1
-2
/
+4
2023-04-12
Unfocus `TextInput` if it becomes disabled
Héctor Ramón Jiménez
1
-0
/
+12
2023-04-12
Rename `on_change` to `on_input` for `TextInput`
Héctor Ramón Jiménez
1
-195
/
+188
2023-04-12
Introduce disabled state for `TextInput`
Dan Mishin
2
-172
/
+196
2023-04-11
Implement `subscription::channel` and simplify `unfold`
Héctor Ramón Jiménez
1
-28
/
+63
2023-04-11
Reuse `text_bounds` in `text_input::layout`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Rename `IconPosition` to `Side` in `text_input`
Héctor Ramón Jiménez
1
-9
/
+9
2023-04-11
Move `Icon` definitions after `Widget` implementation
Héctor Ramón Jiménez
2
-35
/
+35
2023-04-11
Derive `Debug` for `text_input::Icon`
Héctor Ramón Jiménez
1
-19
/
+3
2023-04-11
Move `Icon` layout logic to `layout` in `text_input`
Héctor Ramón Jiménez
1
-65
/
+64
2023-04-11
Use `f32` for `Icon::size` and remove unnecessary conversions
Héctor Ramón Jiménez
1
-6
/
+6
2023-04-11
Changed `Handle` to `Icon` to be consistent
Casper Storm
1
-43
/
+44
2023-04-11
feat: added handle to text_input
Casper Storm
1
-1
/
+118
2023-03-27
Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`
Héctor Ramón Jiménez
1
-6
/
+2
2023-03-25
renamed scrollable styles
Giuliano Bellini s294739
1
-4
/
+4
2023-03-14
Added simpler MW example
Bingus
1
-0
/
+2
[next]