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
...
|
*
|
|
Introduce support for `Font` attributes
Héctor Ramón Jiménez
2023-03-30
2
-7
/
+10
|
*
|
|
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-03-17
3
-15
/
+7
|
|
\
|
|
|
|
*
|
Fix `clippy` lints for Rust 1.68
Héctor Ramón Jiménez
2023-03-14
2
-14
/
+6
|
*
|
|
Merge branch 'master' into feature/software-renderer
Héctor Ramón Jiménez
2023-03-07
4
-5
/
+26
|
|
\
\
\
|
*
|
|
|
Enable renderer backends in `integration` example
Héctor Ramón Jiménez
2023-03-07
1
-0
/
+1
|
*
|
|
|
Use default features in `svg` example
Héctor Ramón Jiménez
2023-03-07
1
-1
/
+1
|
*
|
|
|
Implement `vector` pipeline in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-07
1
-1
/
+1
|
*
|
|
|
Move `webgl` feature selection for `wgpu` into `iced_wgpu`
Héctor Ramón Jiménez
2023-03-05
1
-1
/
+1
|
*
|
|
|
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2023-03-05
2
-3
/
+3
|
*
|
|
|
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
2023-03-05
5
-8
/
+4
|
*
|
|
|
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
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Added per-window theme support.
Bingus
2023-03-15
1
-13
/
+28
*
|
|
|
Added simpler MW example
Bingus
2023-03-14
4
-559
/
+739
*
|
|
|
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
2023-03-13
2
-2
/
+2
*
|
|
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-03-13
2
-2
/
+21
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Use correct package name in checkbox example docs
lupd
2023-03-08
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
Expose `window` commands for Wasm builds
Héctor Ramón Jiménez
2023-03-03
1
-11
/
+4
|
*
|
Added example of toggling fullscreen to TODOs.
Bingus
2023-03-02
1
-2
/
+28
*
|
|
Removed glutin MW support and reverted glutin changes back to Iced master sin...
bungoboingo
2023-02-28
1
-5
/
+3
*
|
|
Merge remote-tracking branch 'iced-main/master' into feat/multi-window-support
bungoboingo
2023-02-28
3
-4
/
+6
|
\
|
|
|
*
|
Remove `Fill` variant for `Alignment`
Héctor Ramón Jiménez
2023-02-27
3
-4
/
+6
|
|
/
*
|
Cargo fix
Bingus
2023-02-20
2
-146
/
+160
*
|
Iced master merge (again)
Bingus
2023-02-17
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-02-17
19
-44
/
+126
|
\
|
|
*
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
*
|
|
Fixed widget animations implementation
Bingus
2023-02-17
1
-11
/
+10
*
|
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-02-15
17
-30
/
+702
|
\
|
|
|
*
|
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
|
|
/
*
|
Widget operations for multi-window.
Bingus
2023-02-15
1
-5
/
+45
[prev]
[next]