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
/
graphics
/
src
/
window
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2
-161
/
+0
2023-02-28
Removed glutin MW support and reverted glutin changes back to Iced master ↵
bungoboingo
1
-1
/
+1
since it's being axed as we speak.
2023-02-25
Implement basic presentation with `softbuffer` for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+2
2023-02-24
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-09
implement `multi_window` for `iced_glutin`
Richard
1
-1
/
+1
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
2
-2
/
+2
2022-11-01
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Wyatt Herkamp
1
-3
/
+3
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-0
/
+3
... and check those in CI as well!
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
1
-2
/
+3
2022-04-27
Rename `get_information` to `fetch_information`
Richard
2
-2
/
+2
2022-04-27
Move `compositor` module access from `window` to `crate`
Richard
2
-1
/
+5
2022-04-26
Rename `GraphicsInformation` to `Information`
Richard
2
-4
/
+4
2022-04-26
Implement `GraphicsInformation` for `iced_glow`
Richard
1
-0
/
+4
2022-04-26
Implement `GraphicsInformation` for `iced_wgpu`
Richard
1
-0
/
+3
2022-04-26
Introduce `GraphicsInformation` to `iced_graphics`
Richard
1
-0
/
+9
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2
-16
/
+11
2021-08-25
Rename `SwapChainError` to `SurfaceError` in `iced_graphics`
Héctor Ramón Jiménez
1
-2
/
+2
2021-08-20
Remove `SwapChain` associated type from `Compositor`
Héctor Ramón Jiménez
1
-7
/
+3
2021-08-19
wgpu: Update to 0.10
Poly
1
-0
/
+1
2021-08-04
Use `thiserror` to derive `Error` for `SwapChainError`
Héctor Ramón Jiménez
1
-14
/
+12
2021-07-22
small documentation error
Billy Messenger
1
-1
/
+0
2021-07-22
redo custom error for Compositor::draw()
Billy Messenger
1
-21
/
+20
2021-07-22
add custom error for Compositor::draw()
Billy Messenger
1
-4
/
+29
2021-05-05
Provide `compatible_surface` in `iced_wgpu::Compositor`
Héctor Ramón
1
-1
/
+4
2020-12-16
don't panic when swapchain frame is outdated
Billy Messenger
1
-1
/
+4
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-8
/
+5
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-11-26
Fix broken links in API documentation
Héctor Ramón Jiménez
1
-16
/
+11
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2
-4
/
+4
2020-06-12
Add `background_color` to `Application` and `Sandbox`
Héctor Ramón Jiménez
2
-2
/
+4
2020-05-28
Write documentation for `iced_graphics`
Héctor Ramón Jiménez
1
-0
/
+41
2020-05-22
Use built-in OpenGL multisampling in `iced_glow`
Héctor Ramón Jiménez
1
-0
/
+2
2020-05-21
Introduce `Program` and `State`
Héctor Ramón Jiménez
1
-7
/
+2
2020-05-21
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
1
-0
/
+24
2020-05-20
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
1
-0
/
+60