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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
24
-163
/
+143
*
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
2023-03-03
6
-6
/
+6
*
Fix `Clip` primitive translation in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-1
/
+1
*
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
10
-80
/
+100
*
Fix `checkbox` example
Héctor Ramón Jiménez
2023-02-24
2
-9
/
+19
*
Reuse a `RenderPass` as much as possible in `iced_wgpu`
Héctor Ramón Jiménez
2023-02-24
1
-0
/
+1
*
Refactor `triangle::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
2023-02-24
1
-9
/
+0
*
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
2023-02-24
1
-5
/
+10
*
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
2023-02-24
2
-4
/
+1
*
Draft `glyphon` implementation of text pipeline for `iced_wgpu`
Héctor Ramón Jiménez
2023-02-24
1
-2
/
+7
*
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
2023-02-24
14
-421
/
+3
*
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
14
-38
/
+34
*
image: Allow any kind of data that implements `AsRef<[u8]>` for the image data
Sebastian Dröge
2023-02-17
1
-1
/
+1
*
Merge pull request #1665 from Jedsek/patch-2
Héctor Ramón
2023-02-17
1
-5
/
+7
|
\
|
*
Run `cargo fmt`
Héctor Ramón Jiménez
2023-02-17
1
-1
/
+1
|
*
Update main.rs
Jedsek
2023-01-20
1
-1
/
+1
|
*
Update main.rs
Jedsek
2023-01-20
1
-5
/
+7
*
|
Added the ability to change checkbox icon
Casper Storm
2023-02-16
4
-0
/
+84
*
|
Fix: Clippy lint 'uninlined_format_args'
13r0ck
2023-01-27
14
-23
/
+20
*
|
Merge pull request #1655 from tarkah/feat/group-overlay
Héctor Ramón
2023-01-24
2
-0
/
+680
|
\
\
|
|
/
|
/
|
|
*
Rename method to is_over
Cory Forsstrom
2023-01-17
1
-5
/
+1
|
*
Add toast example
Cory Forsstrom
2023-01-17
2
-0
/
+684
*
|
Fix `#[default]` in `preset` for `game_of_life` example
Héctor Ramón
2023-01-19
1
-1
/
+1
*
|
Update preset.rs
Jedsek
2023-01-19
1
-7
/
+2
|
/
*
Merge pull request #1647 from iced-rs/feature/widget-request-redraw
Héctor Ramón
2023-01-13
4
-29
/
+26
|
\
|
*
Implement `window::frames` subscription
Héctor Ramón Jiménez
2023-01-12
1
-2
/
+1
|
*
Draft `Shell:request_redraw` API
Héctor Ramón Jiménez
2023-01-12
3
-27
/
+25
*
|
feat: provide `&Dependency` to `Lazy` widget `View`
Nick Senger
2023-01-11
1
-1
/
+1
*
|
clippy
Nick Senger
2023-01-10
1
-3
/
+9
*
|
add overlays to `Lazy` example
Nick Senger
2023-01-10
1
-24
/
+130
*
|
cleanup `Lazy` examples
Nick Senger
2023-01-10
3
-150
/
+1
|
/
*
Add some missing `spacing` to `scrollable` example
Héctor Ramón Jiménez
2023-01-08
1
-0
/
+2
*
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
2023-01-08
2
-9
/
+9
*
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
2022-12-29
3
-83
/
+57
*
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
2022-12-29
5
-186
/
+330
*
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
2022-12-22
1
-0
/
+4
*
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
2022-12-20
1
-2
/
+4
*
updated README for slider example
Casper Storm
2022-12-13
1
-2
/
+2
*
Split vertical orientation into VerticalSlider
Casper Storm
2022-12-13
1
-13
/
+7
*
Merge branch 'master' into feat/slider-orientation
Casper Storm
2022-12-13
21
-128
/
+1348
|
\
|
*
Showcase color filtering in existing `svg` example
Héctor Ramón Jiménez
2022-12-06
4
-106
/
+54
|
*
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
2022-12-06
1
-4
/
+4
|
*
chore(examples): Add svg-style example
Michael Aaron Murphy
2022-12-06
3
-0
/
+89
|
*
Ask `clippy` to behave
Héctor Ramón Jiménez
2022-12-02
1
-0
/
+1
|
*
Add `custom_quad` example
Héctor Ramón Jiménez
2022-12-02
2
-0
/
+169
|
*
Fix `border_radius` in `modal` example
Héctor Ramón Jiménez
2022-12-02
1
-1
/
+1
|
*
Merge branch 'master' into non-uniform-border-radius-for-quads
Héctor Ramón Jiménez
2022-12-02
10
-10
/
+777
|
|
\
|
|
*
Add on_submit & esc for example
Cory Forsstrom
2022-11-29
1
-9
/
+30
|
|
*
Add modal example
Cory Forsstrom
2022-11-29
2
-0
/
+464
|
|
*
Derive `Default` for `Rainbow` in `geometry` example
Héctor Ramón Jiménez
2022-11-28
1
-6
/
+5
[next]