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-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
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
2022-12-06
Showcase color filtering in existing `svg` example
Héctor Ramón Jiménez
4
-106
/
+54
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
1
-4
/
+4
2022-12-06
chore(examples): Add svg-style example
Michael Aaron Murphy
3
-0
/
+89
2022-12-02
Ask `clippy` to behave
Héctor Ramón Jiménez
1
-0
/
+1
2022-12-02
Add `custom_quad` example
Héctor Ramón Jiménez
2
-0
/
+169
2022-12-02
Fix `border_radius` in `modal` example
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-29
Add on_submit & esc for example
Cory Forsstrom
1
-9
/
+30
2022-11-29
Add modal example
Cory Forsstrom
2
-0
/
+464
2022-11-28
Derive `Default` for `Rainbow` in `geometry` example
Héctor Ramón Jiménez
1
-6
/
+5
2022-11-28
Re-introduce the `geometry` example
Héctor Ramón Jiménez
4
-0
/
+243
2022-11-25
docs: Remove invalid links.
Leo Lee
1
-1
/
+0
2022-11-11
Update todos example to select_all input on edit
Cory Forsstrom
1
-1
/
+5
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-4
/
+8
2022-11-08
Fixed issues with old GL versions ( <= 2.1 )
bungoboingo
2
-0
/
+3
2022-11-03
non uniform border radius for quads
Robert Krahn
1
-1
/
+1
2022-11-03
Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`
Héctor Ramón Jiménez
2
-2
/
+2
2022-11-03
Refactor imports in `solar_system` example
Héctor Ramón Jiménez
1
-11
/
+12
2022-11-03
Fix `multitouch` example
Héctor Ramón Jiménez
1
-2
/
+3
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
3
-22
/
+15
2022-11-03
Box `Custom` in `Theme`
Héctor Ramón Jiménez
2
-2
/
+2
2022-11-03
Remove unnecessary `clone` in `scrollable` example
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-3
/
+1
2022-11-03
Derive `Copy` for `Theme`
Héctor Ramón Jiménez
2
-2
/
+2
2022-11-03
Make `Theme::Custom` fields opaque
Héctor Ramón Jiménez
1
-48
/
+41
2022-11-03
fix: arc example
Ashley Wulber
1
-1
/
+1
2022-11-03
fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...
Ashley Wulber
2
-4
/
+7
2022-11-03
refactor: remove once_cell from styling example
Ashley Wulber
2
-14
/
+15
2022-11-03
fix: scrollable example
Ashley Wulber
1
-5
/
+14
2022-11-03
refactor: undo changes to radio
Ashley Wulber
1
-9
/
+20
2022-11-03
wip: Custom palette for built in theme
Ashley Wulber
2
-3
/
+22
2022-11-03
Rename `cached` example to `lazy`
Héctor Ramón Jiménez
2
-0
/
+149
2022-11-03
Rename `SortOrder` to `Order` in `cached` example
Héctor Ramón Jiménez
1
-20
/
+15
2022-11-03
Rename `iced_lazy::Cached` to `Lazy` :tada:
Héctor Ramón Jiménez
1
-31
/
+28
[next]