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
/
glow
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
2022-10-04
5
-149
/
+134
*
Fixed issue where OpenGL would not render both shaders at once under certain ...
shan
2022-09-29
1
-30
/
+22
*
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
8
-123
/
+429
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
2
-9
/
+1
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
1
-3
/
+11
*
Address Clippy lints
Poly
2022-07-09
4
-10
/
+9
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
2
-6
/
+17
*
Merge branch 'master' into dev/system-information
Héctor Ramón Jiménez
2022-05-04
4
-11
/
+11
|
\
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-05-02
1
-4
/
+4
|
*
Fix typo in `README` of `iced_glow`
Héctor Ramón Jiménez
2022-05-02
1
-1
/
+1
|
*
Replace `hecrj` in links with `iced-rs`
Héctor Ramón Jiménez
2022-05-02
3
-6
/
+6
|
*
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
2022-04-30
1
-1
/
+1
*
|
Add logging to window and context creation
Richard
2022-05-02
1
-1
/
+13
*
|
Rename `get_information` to `fetch_information`
Richard
2022-04-27
1
-1
/
+1
*
|
Move `compositor` module access from `window` to `crate`
Richard
2022-04-27
1
-3
/
+3
*
|
Rename `GraphicsInformation` to `Information`
Richard
2022-04-26
1
-2
/
+2
*
|
Implement `GraphicsInformation` for `iced_glow`
Richard
2022-04-26
1
-0
/
+9
*
|
Add logging to window and context creation
Richard
2022-04-26
1
-0
/
+2
|
/
*
Remove redundant `widget` modules in subcrates
Héctor Ramón Jiménez
2022-03-09
17
-232
/
+0
*
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
2022-02-09
1
-1
/
+1
*
Replace Zulip links with Discord
Héctor Ramón Jiménez
2022-01-31
1
-1
/
+1
*
Use glow_glyp in opengl_integration example
Kai Mast
2022-01-28
1
-1
/
+1
*
Experimental wgpu WebGL backend support
Vladyslav Nikonov
2022-01-28
1
-4
/
+8
*
Add `Shader` and `Version`
Richard
2022-01-19
6
-134
/
+156
*
Update documentation for built-in renderers
Richard
2022-01-19
1
-0
/
+51
*
Export `glow` in `iced_glow`
Richard
2022-01-19
1
-0
/
+2
*
Improve shader version selection
Richard
2022-01-19
16
-66
/
+178
*
Log debugging info
Richard
2022-01-19
2
-0
/
+9
*
Split `quad::Pipeline` into `core` and `compatibility`
Richard
2022-01-19
12
-220
/
+754
*
Use `glutin`, `glow` and `glow_glyph` forks
Richard
2022-01-19
1
-2
/
+2
*
Use commit hash in `html_logo_url`
Héctor Ramón Jiménez
2021-12-09
1
-1
/
+1
*
Added icon in docs
daladim
2021-12-09
1
-0
/
+3
*
Make `program` module in `iced_glow` private
Héctor Ramón Jiménez
2021-11-05
1
-2
/
+2
*
Rename `Renderer::present` to `with_primitives`
Héctor Ramón Jiménez
2021-11-05
1
-1
/
+1
*
Introduce state lifetime for `style_sheet` in `Toggler`
Héctor Ramón Jiménez
2021-10-31
1
-1
/
+2
*
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-1
/
+1
*
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-4
/
+1
*
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-1
/
+1
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
14
-25
/
+34
*
Implement `Widget::draw` for `Rule`
Héctor Ramón Jiménez
2021-10-28
1
-8
/
+1
*
Implement `Widget::draw` for `ProgressBar`
Héctor Ramón Jiménez
2021-10-28
1
-8
/
+1
*
Avoid flushing empty layers in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
2021-10-25
1
-0
/
+5
*
Remove `Renderer` trait for `Checkbox`
Héctor Ramón Jiménez
2021-10-21
1
-1
/
+1
*
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
2021-10-20
1
-1
/
+1
*
Wire up styling to `Slider` in `iced_native`
Héctor Ramón Jiménez
2021-10-20
1
-9
/
+1
*
Implement `Widget::draw` for `Text`
Héctor Ramón Jiménez
2021-10-14
1
-2
/
+2
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
2
-13
/
+9
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
2
-11
/
+11
*
Use `Iterator::min_by` instead of `fold` in `hit_test`
Héctor Ramón Jiménez
2021-09-15
1
-13
/
+11
*
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
2021-09-15
2
-9
/
+11
[prev]
[next]