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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Use `MaybeSend` in `perform` and `map` for `Command`
Héctor Ramón Jiménez
2022-01-28
3
-5
/
+17
|
*
|
Implement `time` module for `wasm-bindgen` backend in `iced_futures`
Héctor Ramón Jiménez
2022-01-28
7
-21
/
+61
|
*
|
Split `iced_futures` into different `backend` implementations
Héctor Ramón Jiménez
2022-01-28
19
-318
/
+280
|
*
|
Introduce `MaybeSend` trait in `iced_futures`
Héctor Ramón Jiménez
2022-01-28
6
-150
/
+49
|
*
|
Move `time` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
2022-01-28
5
-5
/
+6
|
*
|
Enable `instant` only for `wasm32` targets
Héctor Ramón Jiménez
2022-01-28
6
-6
/
+19
|
*
|
Use WebGL2 limits for `Compositor` in `iced_wgpu`
Héctor Ramón Jiménez
2022-01-28
1
-1
/
+8
|
*
|
Append `Canvas` to `<body>` when targetting Wasm in `iced_winit`
Héctor Ramón Jiménez
2022-01-28
2
-0
/
+19
|
*
|
Replace `iced_web` with WebGL support in `wgpu` :tada:
Héctor Ramón Jiménez
2022-01-28
35
-3475
/
+69
|
*
|
Reduce diff
Kai Mast
2022-01-28
1
-1
/
+1
|
*
|
Always use event_loop.run
Kai Mast
2022-01-28
1
-77
/
+30
|
*
|
Use glow_glyp in opengl_integration example
Kai Mast
2022-01-28
1
-1
/
+1
|
*
|
Re-add docs for clipboard
Kai Mast
2022-01-28
1
-1
/
+2
|
*
|
Remove wasm-specific clipboard
Kai Mast
2022-01-28
2
-30
/
+2
|
*
|
Use instant instead of std::instant
Kai Mast
2022-01-28
2
-1
/
+2
|
*
|
Experimental wgpu WebGL backend support
Vladyslav Nikonov
2022-01-28
21
-87
/
+415
|
/
/
*
|
Rely on GHCR instead of Docker Hub in `Cross.toml`
Héctor Ramón Jiménez
2022-01-26
1
-2
/
+2
*
|
Fix `audit` workflow
Héctor Ramón Jiménez
2022-01-26
1
-1
/
+0
*
|
Merge pull request #1160 from derezzedex/dev/arm-support
Héctor Ramón
2022-01-26
30
-280
/
+1108
|
\
\
|
|
/
|
/
|
|
*
Build `todos` for Raspberry Pis in `build` workflow
Héctor Ramón Jiménez
2022-01-20
2
-5
/
+31
|
*
Move files in `docker` directory to `iced-rs/docker` repository
Héctor Ramón Jiménez
2022-01-20
3
-79
/
+0
|
*
Add `Shader` and `Version`
Richard
2022-01-19
6
-134
/
+156
|
*
Add setting to try OpenGL ES first
Richard
2022-01-19
3
-4
/
+34
|
*
Update documentation for built-in renderers
Richard
2022-01-19
4
-3
/
+102
|
*
Export `glow` in `iced_glow`
Richard
2022-01-19
4
-2
/
+3
|
*
Export `iced_winit::conversion` in `iced_glutin`
Richard
2022-01-19
2
-5
/
+6
|
*
Improve shader version selection
Richard
2022-01-19
17
-69
/
+179
|
*
Add `env_logger` to `game_of_life`
Richard
2022-01-19
2
-0
/
+5
|
*
Log debugging info
Richard
2022-01-19
2
-0
/
+9
|
*
Split `quad::Pipeline` into `core` and `compatibility`
Richard
2022-01-19
13
-220
/
+755
|
*
Use `glutin`, `glow` and `glow_glyph` forks
Richard
2022-01-19
1
-2
/
+2
|
*
Add cross compilation targets for `armv7` and `aarch64`
Richard
2022-01-19
3
-0
/
+69
*
|
Merge pull request #1213 from iced-rs/fix/phantom-overlay
Héctor Ramón
2022-01-22
1
-2
/
+4
|
\
\
|
*
|
Fix previous `overlay` affecting `cursor_position` during `draw` in `UserInte...
Héctor Ramón Jiménez
2022-01-22
1
-2
/
+4
|
/
/
*
|
Merge pull request #1209 from iced-rs/checkbox-radio-text-color
Héctor Ramón
2022-01-21
6
-33
/
+21
|
\
\
|
*
|
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
2022-01-20
6
-33
/
+21
*
|
|
Merge pull request #1206 from iced-rs/fix/responsive-window-resize
Héctor Ramón
2022-01-20
1
-1
/
+5
|
\
\
\
|
*
|
|
Invalidate widget tree in `Responsive` after a `window::Event::Resized`
Héctor Ramón Jiménez
2022-01-20
1
-1
/
+5
|
|
/
/
*
|
|
Remove `position` abbreviation in `Component`
Héctor Ramón Jiménez
2022-01-20
1
-2
/
+5
*
|
|
component overlay position fix
cossonleo
2022-01-20
1
-6
/
+8
|
/
/
*
/
Recompute layout of `Responsive` contents when size changes
Héctor Ramón Jiménez
2022-01-20
1
-1
/
+3
|
/
*
Write `CNAME` file before publishing in `document` workflow
Héctor Ramón Jiménez
2022-01-19
1
-0
/
+2
*
Create worflow to publish latest docs to `iced-rs/docs`
Héctor Ramón Jiménez
2022-01-19
1
-0
/
+32
*
Merge pull request #1198 from iced-rs/subscription-helpers
Héctor Ramón
2022-01-17
10
-137
/
+615
|
\
|
*
Add worker example to docs of `subscription::unfold`
Héctor Ramón Jiménez
2022-01-17
1
-0
/
+65
|
*
Simplify `run` and `unfold` helpers to build a `Subscription`
Héctor Ramón Jiménez
2022-01-17
2
-96
/
+69
|
*
Update `README` file of `websocket` example
Héctor Ramón Jiménez
2022-01-16
1
-1
/
+6
|
*
Draft `websocket` example :tada:
Héctor Ramón Jiménez
2022-01-16
8
-73
/
+426
|
*
Make `clock` example responsive
Héctor Ramón Jiménez
2022-01-15
1
-5
/
+1
|
*
Use `subscription::run` for `download_progress` example
Héctor Ramón Jiménez
2022-01-15
1
-84
/
+69
[prev]
[next]