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
/
examples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-28
Removed glutin MW support and reverted glutin changes back to Iced master sin...
bungoboingo
1
-5
/
+3
2023-02-27
Remove `Fill` variant for `Alignment`
Héctor Ramón Jiménez
3
-4
/
+6
2023-02-20
Cargo fix
Bingus
2
-146
/
+160
2023-02-17
Iced master merge (again)
Bingus
1
-2
/
+2
2023-02-17
Fixed widget animations implementation
Bingus
1
-11
/
+10
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
14
-38
/
+34
2023-02-17
image: Allow any kind of data that implements `AsRef<[u8]>` for the image data
Sebastian Dröge
1
-1
/
+1
2023-02-17
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-16
Added the ability to change checkbox icon
Casper Storm
4
-0
/
+84
2023-02-15
Widget operations for multi-window.
Bingus
1
-5
/
+45
2023-02-15
Redraw request events for multiwindow.
Bingus
1
-1
/
+1
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
14
-23
/
+20
2023-01-20
Update main.rs
Jedsek
1
-1
/
+1
2023-01-20
Update main.rs
Jedsek
1
-5
/
+7
2023-01-19
Fix `#[default]` in `preset` for `game_of_life` example
Héctor Ramón
1
-1
/
+1
2023-01-19
Update preset.rs
Jedsek
1
-7
/
+2
2023-01-18
Added window::Id to multi_window application's scale_factor
Bingus
1
-0
/
+8
2023-01-17
Rename method to is_over
Cory Forsstrom
1
-5
/
+1
2023-01-17
Add toast example
Cory Forsstrom
2
-0
/
+684
2023-01-12
Implement `window::frames` subscription
Héctor Ramón Jiménez
1
-2
/
+1
2023-01-12
Draft `Shell:request_redraw` API
Héctor Ramón Jiménez
3
-27
/
+25
2023-01-11
feat: provide `&Dependency` to `Lazy` widget `View`
Nick Senger
1
-1
/
+1
2023-01-10
clippy
Nick Senger
1
-3
/
+9
2023-01-10
add overlays to `Lazy` example
Nick Senger
1
-24
/
+130
2023-01-10
cleanup `Lazy` examples
Nick Senger
3
-150
/
+1
2023-01-09
Formatting
bungoboingo
1
-5
/
+5
2023-01-09
Implemented window title update functionality for multiwindow.
bungoboingo
2
-4
/
+8
2023-01-09
Fixed issue with window ID on winit
bungoboingo
2
-0
/
+3
2023-01-09
merged in iced master
bungoboingo
1
-1
/
+1
2023-01-09
remove `windows` method (use commands instead)
Richard
1
-9
/
+4
2023-01-09
move window settings to `iced_native`
Richard
1
-1
/
+2
2023-01-09
use `glutin/multi_window` branch
Richard
1
-2
/
+2
2023-01-09
implement `multi_window` for `iced_glutin`
Richard
1
-2
/
+2
2023-01-09
add `window::Id` to `Event` and `Action`
Richard
3
-3
/
+6
2023-01-09
Introduce `close_requested` for `multi-window`
Richard
1
-0
/
+4
2023-01-09
Allow closing the window from user code
Richard
1
-2
/
+7
2023-01-09
create multi-windowed `pane_grid` example
Richard
1
-101
/
+278
2023-01-09
duplicate `pane_grid` example to `multi_window`
Richard
2
-27
/
+355
2023-01-09
Fix `multi_window` example
Richard
1
-0
/
+58
2023-01-09
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
2
-8
/
+0
2023-01-09
Initial profiling support for Iced.
Bingus
2
-0
/
+8
2023-01-08
Add some missing `spacing` to `scrollable` example
Héctor Ramón Jiménez
1
-0
/
+2
2023-01-08
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
2
-9
/
+9
2022-12-29
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
3
-83
/
+57
2022-12-29
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
5
-186
/
+330
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
1
-0
/
+4
2022-12-20
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
1
-2
/
+4
2022-12-13
updated README for slider example
Casper Storm
1
-2
/
+2
2022-12-13
Split vertical orientation into VerticalSlider
Casper Storm
1
-13
/
+7
2022-12-12
Vertical orientation added to Slider.
Casper Storm
4
-0
/
+92
[next]