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-03-14
Working more on example
Aaron Honeycutt
1
-10
/
+36
2023-03-14
Work on example more
Aaron Honeycutt
1
-12
/
+7
2023-03-14
Cleaning up from the Checkbox example that this is based on
Aaron Honeycutt
1
-2
/
+57
2023-03-14
Working on Radio example
Aaron Honeycutt
2
-0
/
+13
2023-03-14
Added simpler MW example
Bingus
4
-559
/
+739
2023-03-14
Fix `clippy` lints for Rust 1.68
Héctor Ramón Jiménez
2
-14
/
+6
2023-03-13
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
2
-2
/
+2
2023-03-08
Use correct package name in checkbox example docs
lupd
1
-1
/
+1
2023-03-07
Enable renderer backends in `integration` example
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-07
Use default features in `svg` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-07
Implement `vector` pipeline in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-05
Move `webgl` feature selection for `wgpu` into `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2
-3
/
+3
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
5
-8
/
+4
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
24
-163
/
+143
2023-03-03
Expose `window` commands for Wasm builds
Héctor Ramón Jiménez
1
-11
/
+4
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
6
-6
/
+6
2023-03-02
Added example of toggling fullscreen to TODOs.
Bingus
1
-2
/
+28
2023-03-01
Fix `Clip` primitive translation in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
10
-80
/
+100
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-24
Fix `checkbox` example
Héctor Ramón Jiménez
2
-9
/
+19
2023-02-24
Reuse a `RenderPass` as much as possible in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+1
2023-02-24
Refactor `triangle::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
1
-9
/
+0
2023-02-24
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
1
-5
/
+10
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
2
-4
/
+1
2023-02-24
Draft `glyphon` implementation of text pipeline for `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+7
2023-02-24
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
14
-421
/
+3
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
[prev]
[next]