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-02-21
Change `subscription::run` to take a function pointer
Héctor Ramón Jiménez
1
-2
/
+15
2023-02-20
Sliders no longer bleed over rail
Casper Storm
2
-4
/
+4
2023-02-18
Bump version of `iced_native` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-18
Remove `Clone` bound for `Bytes::new` in `image`
Héctor Ramón Jiménez
1
-3
/
+3
2023-02-18
Fix base cursor position during `UserInterface::draw` when overlay is present
Héctor Ramón Jiménez
1
-6
/
+7
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
7
-16
/
+16
2023-02-18
Fix height of `overlay::Menu`
Héctor Ramón Jiménez
1
-1
/
+2
2023-02-17
Use `Pixels` for `padding` in `image::Viewer`
Héctor Ramón Jiménez
1
-6
/
+6
2023-02-17
Use `Pixels` for `spacing`
Héctor Ramón Jiménez
6
-58
/
+51
2023-02-17
Use `f32` for `Icon::size` in `checkbox`
Héctor Ramón Jiménez
1
-2
/
+2
2023-02-17
Use `f32` for `Padding`
Héctor Ramón Jiménez
9
-55
/
+42
2023-02-17
Use `Pixels` for `size` methods
Héctor Ramón Jiménez
3
-7
/
+7
2023-02-17
Use `Pixels` for `Slider::height` and `VerticalSlider::width`
Héctor Ramón Jiménez
2
-7
/
+7
2023-02-17
Fix `Scrollbar` bound calculations in `Scrollable`
Héctor Ramón Jiménez
1
-9
/
+12
2023-02-17
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
9
-60
/
+61
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
24
-212
/
+193
2023-02-17
Wrap image `Bytes` with `Arc` instead of `Data`
Héctor Ramón Jiménez
1
-35
/
+18
2023-02-17
image: Allow any kind of data that implements `AsRef<[u8]>` for the image data
Sebastian Dröge
1
-7
/
+64
2023-02-17
add action to get window id
Night_Hunter
1
-0
/
+4
2023-02-17
Rename `SetAlwaysOnTop` to `ChangeAlwaysOnTop`
Héctor Ramón Jiménez
1
-8
/
+14
2023-02-17
update docs and change to SetAlwaysOnTop
Night_Hunter
1
-4
/
+4
2023-02-17
add always on top action
Night_Hunter
1
-0
/
+10
2023-02-16
container: allow specification of ID and provide to `Operation::container`
Nick Senger
1
-9
/
+44
2023-02-16
Revert "provide ID to operation.container in applicable widgets"
Nick Senger
5
-226
/
+51
2023-02-16
provide ID to operation.container in applicable widgets
Nick Senger
5
-51
/
+226
2023-02-16
scrollable: provide ID to operation.container
Nick Senger
1
-8
/
+11
2023-02-16
Added the ability to change checkbox icon
Casper Storm
1
-4
/
+34
2023-02-14
Pad after setting width
Cory Forsstrom
1
-1
/
+1
2023-02-14
Inline `Handle::content` for simplicity and efficiency
Héctor Ramón Jiménez
1
-31
/
+22
2023-02-14
Provide `State` reference instead of closure to `pick_list::draw`
Héctor Ramón Jiménez
1
-3
/
+2
2023-02-14
Use `char` instead of `String` for `pick_list::Icon`
Héctor Ramón Jiménez
1
-19
/
+16
2023-02-14
Move `Handle` and `Icon` definitions in `pick_list`
Héctor Ramón Jiménez
1
-70
/
+70
2023-02-14
Rename `HandleContent` to `Icon` and simplify generics
Héctor Ramón Jiménez
1
-54
/
+20
2023-02-14
Extend pick_list::Handle
Casper Storm
1
-14
/
+68
2023-02-11
fix: panic when overlay event processing removes overlay
Nick Senger
1
-9
/
+9
2023-01-31
Write missing `window::Action` helpers in `window`
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-31
Improve consistency of `window::Action`
Héctor Ramón Jiménez
1
-8
/
+9
2023-01-30
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
3
-12
/
+22
2023-01-28
Refactor image draw to standalone function
Cory Forsstrom
1
-28
/
+40
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
6
-17
/
+16
2023-01-27
Fix: Clippy lint 'needless_lifetimes'
13r0ck
1
-2
/
+2
2023-01-27
Fixed a small pixel width issue on `pick_list`
Casper Storm
1
-4
/
+1
2023-01-26
Mapped operations is missing text_input()...
frey
1
-1
/
+11
2023-01-26
Annotate `Command` and `Subscription` with `#[must_use]`
Ian Douglas Scott
1
-0
/
+1
2023-01-24
Fix some minor documentation inconsistencies
Héctor Ramón Jiménez
3
-5
/
+8
2023-01-17
Rename method to is_over
Cory Forsstrom
4
-32
/
+12
2023-01-17
Add toast example
Cory Forsstrom
1
-0
/
+5
2023-01-17
New method to determine if overlay contains cursor
Cory Forsstrom
4
-2
/
+48
2023-01-17
Use group overlay for containers w/ children
Cory Forsstrom
2
-8
/
+13
2023-01-17
Add group overlay element
Cory Forsstrom
2
-0
/
+167
[next]