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
*
[ImgBot] Optimize images
ImgBotApp
2022-02-07
14
-739
/
+2
*
Fix links
Theo Robinson
2022-02-07
9
-40
/
+40
*
Merge pull request #1231 from TannerRogalsky/allow-the-creation-of-unconnecte...
Héctor Ramón
2022-02-07
1
-0
/
+8
|
\
|
*
Allow the creation of a clipboard without a window.
Tanner Rogalsky
2022-02-05
1
-0
/
+8
|
/
*
Merge pull request #1225 from tarkah/feat/canvas-line-dash
Héctor Ramón
2022-02-04
5
-10
/
+80
|
\
|
*
Access `lyon_algorithms` indirectly through `lyon`
Héctor Ramón Jiménez
2022-02-03
2
-7
/
+3
|
*
Ask for a slice of segments instead of ownership in `LineDash`
Héctor Ramón Jiménez
2022-02-03
5
-26
/
+26
|
*
Fix examples, no longer Copy
Cory Forsstrom
2022-01-27
1
-2
/
+2
|
*
Increase gap in example
Cory Forsstrom
2022-01-27
1
-1
/
+1
|
*
Remove vec allocation
Cory Forsstrom
2022-01-27
1
-35
/
+36
|
*
Add line dash API
Cory Forsstrom
2022-01-27
6
-3
/
+76
*
|
Differentiate between question and discussion in issue templates
Héctor Ramón Jiménez
2022-02-02
1
-3
/
+6
*
|
Make titles of issue templates more relatable
Héctor Ramón Jiménez
2022-02-02
2
-6
/
+6
*
|
Remove `codebase` from bug report template
Héctor Ramón Jiménez
2022-02-02
1
-1
/
+1
*
|
Improve description of `Discussion` contact link
Héctor Ramón Jiménez
2022-02-02
1
-1
/
+1
*
|
Improve titles of issue templates
Héctor Ramón Jiménez
2022-02-02
2
-2
/
+2
*
|
Add `config.yml` to `.github/ISSUE_TEMPLATE`
Héctor Ramón Jiménez
2022-02-02
1
-0
/
+8
*
|
Fix capitalization of `title` in bug report template
Héctor Ramón Jiménez
2022-02-02
1
-1
/
+1
*
|
Fix duplicate `label` field in bug report template
Héctor Ramón Jiménez
2022-02-02
1
-1
/
+1
*
|
Remove newlines from bug report template
Héctor Ramón Jiménez
2022-02-02
1
-14
/
+6
*
|
Fix missing closing backtick in bug report template
Héctor Ramón Jiménez
2022-02-02
1
-1
/
+1
*
|
Add issue template for bug reports
Héctor Ramón Jiménez
2022-02-02
1
-0
/
+90
*
|
Fix `default` backend in `iced_futures`
Héctor Ramón Jiménez
2022-02-01
3
-3
/
+18
*
|
Point `iced_web` links to the new standalone repository
Héctor Ramón Jiménez
2022-01-31
3
-5
/
+5
*
|
Replace Zulip links with Discord
Héctor Ramón Jiménez
2022-01-31
7
-8
/
+8
*
|
Remove `iced_web` from `document` worfklow
Héctor Ramón Jiménez
2022-01-31
1
-1
/
+0
*
|
Merge pull request #1096 from pacmancoder/feat/wgpu-webgl
Héctor Ramón
2022-01-31
90
-3901
/
+768
|
\
\
|
*
|
Allow `Application::run` to return on native platforms
Héctor Ramón Jiménez
2022-01-31
1
-2
/
+42
|
*
|
Add `index.html` for `todos` and `tour` example
Héctor Ramón Jiménez
2022-01-29
3
-0
/
+25
|
*
|
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
[next]