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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-03
Fix lints by `clippy`
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-03
Convert colors to linear RGB in `gradient` pipelines
Héctor Ramón Jiménez
1
-4
/
+6
2022-11-03
Convert colors to linear RGB before uploading in `solid` pipelines
Héctor Ramón Jiménez
1
-4
/
+6
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
3
-47
/
+54
2022-10-18
Updated syntax for color stop iteration re: PR comments.
bungoboingo
1
-2
/
+1
2022-10-18
Cleaned up namespaces re: PR comments.
bungoboingo
3
-36
/
+36
2022-10-10
Fixed fragment shader compatibility issues with GLES 3.0+
bungoboingo
2
-14
/
+14
2022-10-07
More import adjusting.
shan
1
-5
/
+5
2022-10-07
Fixed an edge case where when gradient start/end are identical the GL fragmen...
shan
1
-13
/
+19
2022-10-07
Added support for relative positioning of gradient fills. Addressed some PR f...
shan
1
-0
/
+3
2022-10-06
Fixed some more imports/documentation.
shan
2
-9
/
+11
2022-10-06
Fixed lint issues & cleaned up some documentation.
shan
5
-7
/
+7
2022-10-05
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...
shan
4
-121
/
+77
2022-10-05
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
1
-5
/
+5
2022-10-04
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
5
-149
/
+134
2022-09-29
Fixed issue where OpenGL would not render both shaders at once under certain ...
shan
1
-30
/
+22
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
8
-123
/
+429
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
8
-123
/
+429
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2
-9
/
+1
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-3
/
+11
2022-07-09
Address Clippy lints
Poly
4
-10
/
+9
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
2
-6
/
+17
2022-05-02
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2022-05-02
Add logging to window and context creation
Richard
1
-1
/
+13
2022-05-02
Fix typo in `README` of `iced_glow`
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-02
Replace `hecrj` in links with `iced-rs`
Héctor Ramón Jiménez
3
-6
/
+6
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-04-27
Rename `get_information` to `fetch_information`
Richard
1
-1
/
+1
2022-04-27
Move `compositor` module access from `window` to `crate`
Richard
1
-3
/
+3
2022-04-26
Rename `GraphicsInformation` to `Information`
Richard
1
-2
/
+2
2022-04-26
Implement `GraphicsInformation` for `iced_glow`
Richard
1
-0
/
+9
2022-04-26
Add logging to window and context creation
Richard
1
-0
/
+2
2022-03-09
Remove redundant `widget` modules in subcrates
Héctor Ramón Jiménez
17
-232
/
+0
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-31
Replace Zulip links with Discord
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-28
Use glow_glyp in opengl_integration example
Kai Mast
1
-1
/
+1
2022-01-28
Experimental wgpu WebGL backend support
Vladyslav Nikonov
1
-4
/
+8
2022-01-19
Add `Shader` and `Version`
Richard
6
-134
/
+156
2022-01-19
Update documentation for built-in renderers
Richard
1
-0
/
+51
2022-01-19
Export `glow` in `iced_glow`
Richard
1
-0
/
+2
2022-01-19
Improve shader version selection
Richard
16
-66
/
+178
2022-01-19
Log debugging info
Richard
2
-0
/
+9
2022-01-19
Split `quad::Pipeline` into `core` and `compatibility`
Richard
12
-220
/
+754
2022-01-19
Use `glutin`, `glow` and `glow_glyph` forks
Richard
1
-2
/
+2
2022-01-12
Write missing docs for `user_interface` module
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-12
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
2
-9
/
+0
2022-01-11
Draft `Responsive` widget
Héctor Ramón Jiménez
3
-1
/
+10
2021-12-09
Use commit hash in `html_logo_url`
Héctor Ramón Jiménez
1
-1
/
+1
2021-12-09
Added icon in docs
daladim
1
-0
/
+3
2021-11-05
Make `program` module in `iced_glow` private
Héctor Ramón Jiménez
1
-2
/
+2
[next]