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
*
Merge pull request #1831 from iced-rs/fix/menu-selected-option-bounds
Héctor Ramón
2023-05-06
1
-1
/
+5
|
\
|
*
Fix `bounds` of selected option background in `Menu`
Héctor Ramón Jiménez
2023-05-05
1
-1
/
+5
|
/
*
Merge pull request #1815 from kr105/master
Héctor Ramón
2023-04-28
1
-1
/
+1
|
\
|
*
Fix small typo on `ROADMAP.md`
Carlos Pizarro
2023-04-28
1
-1
/
+1
|
/
*
Merge pull request #1807 from Davidster/wgpu_16_w_glypth_20
Héctor Ramón
2023-04-21
4
-11
/
+6
|
\
|
*
Use `find(..)` instead of `filter(..).next()`
Héctor Ramón Jiménez
2023-04-21
2
-4
/
+2
|
*
Use point-free notation
Héctor Ramón Jiménez
2023-04-21
2
-2
/
+2
|
*
remove unused import
David Huculak
2023-04-20
1
-2
/
+0
|
*
wgpu 0.16
David Huculak
2023-04-20
4
-7
/
+6
*
|
Merge pull request #1799 from tarkah/fix/responsive-layout
Héctor Ramón
2023-04-21
1
-21
/
+33
|
\
\
|
|
/
|
/
|
|
*
Avoid cloning `layout::Node` in `Responsive` widget
Héctor Ramón Jiménez
2023-04-21
1
-11
/
+13
|
*
Update lazy/src/responsive.rs
Cory Forsstrom
2023-04-17
1
-1
/
+1
|
*
Only invalidate layout if children layout is invalid
Cory Forsstrom
2023-04-17
1
-5
/
+14
|
*
Invalidate responsive layout when layout is called
Cory Forsstrom
2023-04-17
1
-25
/
+26
*
|
Merge pull request #1804 from tarkah/fix/scroll-to-imports
Héctor Ramón
2023-04-21
2
-2
/
+11
|
\
\
|
*
|
Export scroll_to helper
Cory Forsstrom
2023-04-20
2
-2
/
+11
|
/
/
*
|
Merge pull request #1796 from tarkah/feat/scrollable-scroll-to
Héctor Ramón
2023-04-20
4
-33
/
+116
|
\
\
|
*
|
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
4
-52
/
+61
|
*
|
Add `scroll_to` operation for absolute scroll
Cory Forsstrom
2023-04-14
4
-23
/
+90
|
|
/
*
|
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 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
[next]