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
/
integration
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into feat/multi-window-support
Héctor Ramón Jiménez
2023-11-29
5
-31
/
+32
|
\
|
*
Added support for custom shader widget for iced_wgpu backend.
Bingus
2023-11-14
1
-0
/
+1
|
*
Update `wgpu` to `0.18` and `cosmic-text` to `0.10`
Héctor Ramón Jiménez
2023-10-27
1
-1
/
+3
|
*
Revert "Chore: Apply clippy map transformations"
Héctor Ramón Jiménez
2023-09-20
1
-4
/
+2
|
*
Fix `clippy::manual_let_else`
Héctor Ramón Jiménez
2023-09-20
2
-2
/
+1
|
*
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
|
*
Chore: Apply clippy map transformations
Yuri Astrakhan
2023-09-19
1
-2
/
+4
|
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
3
-18
/
+14
|
|
\
|
|
*
Change init_with_level to init in examples
Thomas
2023-09-09
2
-2
/
+1
|
|
*
Dont use tracing-subscriber dependency on web
Thomas
2023-09-09
1
-0
/
+1
|
|
*
Add webgl feature for web examples
Thomas
2023-09-09
1
-0
/
+3
|
|
*
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
2023-09-07
1
-3
/
+1
|
|
*
Update example dependencies
Héctor Ramón Jiménez
2023-09-07
1
-7
/
+2
|
|
*
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
2
-7
/
+8
|
|
*
Update `wgpu` to `0.17`
Héctor Ramón Jiménez
2023-09-03
1
-1
/
+0
|
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-7
/
+6
|
|
/
*
|
refactored window storage;
Bingus
2023-07-21
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-07-12
9
-0
/
+620
|
\
|
|
*
Use `mouse::Cursor` in `integration` example
Héctor Ramón Jiménez
2023-06-08
1
-15
/
+27
|
*
Extend cursor availability to the shell level
Héctor Ramón Jiménez
2023-06-08
1
-2
/
+3
|
*
Bundle `tiny-skia` backend together with `iced_renderer`
Héctor Ramón Jiménez
2023-05-10
1
-1
/
+1
|
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-05-02
1
-2
/
+1
|
|
\
|
|
/
|
/
|
|
*
Fix build of `integration` example for Wasm target
Héctor Ramón Jiménez
2023-04-27
1
-1
/
+2
|
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
3
-11
/
+14
|
|
\
|
|
/
|
/
|
|
*
Update `wgpu` and `cosmic-text`
Héctor Ramón Jiménez
2023-04-08
1
-12
/
+15
|
*
Enable renderer backends in `integration` example
Héctor Ramón Jiménez
2023-03-07
1
-0
/
+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
|
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
4
-48
/
+56
|
*
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
|
*
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
9
-0
/
+594
|
/
*
Rename `integration` examples
Héctor Ramón Jiménez
2021-08-13
7
-477
/
+0
*
Merge pull request #667 from BillyDM/wgpu_outdatedframe
Héctor Ramón
2021-08-05
1
-44
/
+55
|
\
|
*
add custom error for Compositor::draw()
Billy Messenger
2021-07-22
1
-2
/
+4
|
*
Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframe
Billy Messenger
2021-07-22
3
-32
/
+39
|
|
\
|
*
|
don't panic when swapchain frame is outdated
Billy Messenger
2020-12-16
1
-44
/
+53
*
|
|
Fix typo in `integration` example
Héctor Ramón Jiménez
2021-08-04
1
-1
/
+1
*
|
|
wgpu: Use the preferred texture format of the surface
Tilmann Meyer
2021-08-03
1
-16
/
+19
|
|
/
|
/
|
*
|
Upgrade wgpu
Dispersia
2021-04-11
1
-5
/
+6
*
|
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
2021-03-11
1
-3
/
+8
*
|
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
1
-2
/
+3
*
|
[wgpu 0.7] Update integration example
Poly
2021-02-03
2
-24
/
+24
|
/
*
Update `env_logger` in `tour` and `integration` examples
Héctor Ramón Jiménez
2020-11-10
1
-1
/
+1
*
Remove redundant depth bias fields in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
1
-3
/
+0
*
Update `wgpu` in `integration` example
Héctor Ramón Jiménez
2020-08-27
2
-38
/
+56
*
Decouple `cursor_position` from `Cache`
Héctor Ramón Jiménez
2020-06-23
1
-3
/
+12
*
Add `step` member to slider widgets
Sebastian Zivota
2020-06-11
1
-15
/
+24
*
Request a redraw only on relevant events
Héctor Ramón Jiménez
2020-06-09
1
-9
/
+12
[next]