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
*
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
2023-02-24
25
-2999
/
+0
*
Remove logging large bytes arrays
Cory Forsstrom
2023-02-23
1
-1
/
+1
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-02-18
3
-5
/
+5
*
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
2023-02-17
2
-6
/
+6
*
glow: enable GL_ARB_explicit_attrib_location to fix crashes
Joakim Frostegård
2023-02-13
1
-4
/
+4
*
Fix: Clippy lint 'uninlined_format_args'
13r0ck
2023-01-27
1
-1
/
+1
*
Bump versions in `README`s
Héctor Ramón Jiménez
2023-01-14
1
-1
/
+1
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-01-14
2
-4
/
+4
*
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
2023-01-09
4
-13
/
+11
*
Initial profiling support for Iced.
Bingus
2023-01-09
4
-0
/
+24
*
Bump version of `iced_glow` :tada:
Héctor Ramón Jiménez
2022-12-15
1
-1
/
+1
*
Fixed iced_glow crate compilation when image feature is enabled and the svg f...
Ben Wallis
2022-12-11
1
-1
/
+1
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-12-07
2
-4
/
+4
*
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
2022-12-06
1
-1
/
+6
*
Merge branch 'master' into non-uniform-border-radius-for-quads
Héctor Ramón Jiménez
2022-12-02
14
-398
/
+880
|
\
|
*
Merge pull request #1557 from wash2/fix/glow-image-scissor
Héctor Ramón
2022-11-29
2
-2
/
+21
|
|
\
|
|
*
fix: adjust y position of scissor rectangle
Ashley Wulber
2022-11-23
2
-1
/
+4
|
|
*
cargo fmt
Ashley Wulber
2022-11-23
1
-2
/
+7
|
|
*
fix: scissor layout bounds for images
Ashley Wulber
2022-11-23
2
-1
/
+12
|
*
|
Replace magic constants in `glow::triangle`
Héctor Ramón Jiménez
2022-11-16
1
-3
/
+6
|
*
|
Group all solid triangles independently of color
Héctor Ramón Jiménez
2022-11-16
6
-371
/
+459
|
|
/
|
*
Added conditional configurations for WASM target for gradients & storage buff...
bungoboingo
2022-11-10
1
-0
/
+1
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
|
*
Fix outdated links in documentation
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-11-10
1
-3
/
+3
|
*
Fixed issues with old GL versions ( <= 2.1 )
bungoboingo
2022-11-08
3
-19
/
+19
|
*
Remove redundant features in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
2022-11-05
4
-18
/
+17
|
*
Remove unnecessary dependencies from `iced_glow`
Héctor Ramón Jiménez
2022-11-05
1
-2
/
+0
|
*
Use RGBA texture for `image` and `svg` pipelines
Héctor Ramón Jiménez
2022-11-05
1
-1
/
+1
|
*
Refactor some `image` traits a bit
Héctor Ramón Jiménez
2022-11-05
3
-42
/
+56
|
*
Add image/svg support to `iced_glow`
Ian Douglas Scott
2022-11-05
7
-6
/
+366
*
|
Fix casing of `border_radius` in `quad` shader
Héctor Ramón Jiménez
2022-11-08
1
-4
/
+4
*
|
Fix `compatibility::quad` pipeline in `iced_glow`
Héctor Ramón Jiménez
2022-11-08
3
-10
/
+28
*
|
non uniform border radius for quads
Robert Krahn
2022-11-03
4
-16
/
+34
|
/
*
Refactor imports of `triangle` modules in `iced_glow` and `iced_wgpu`
Héctor Ramón Jiménez
2022-11-03
1
-4
/
+3
*
Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`
Héctor Ramón Jiménez
2022-11-03
1
-3
/
+6
*
Fix lints by `clippy`
Héctor Ramón Jiménez
2022-11-03
1
-2
/
+2
*
Convert colors to linear RGB in `gradient` pipelines
Héctor Ramón Jiménez
2022-11-03
1
-4
/
+6
*
Convert colors to linear RGB before uploading in `solid` pipelines
Héctor Ramón Jiménez
2022-11-03
1
-4
/
+6
*
Run `cargo fmt`
Héctor Ramón Jiménez
2022-11-03
3
-47
/
+54
*
Updated syntax for color stop iteration re: PR comments.
bungoboingo
2022-10-18
1
-2
/
+1
*
Cleaned up namespaces re: PR comments.
bungoboingo
2022-10-18
3
-36
/
+36
*
Fixed fragment shader compatibility issues with GLES 3.0+
bungoboingo
2022-10-10
2
-14
/
+14
*
More import adjusting.
shan
2022-10-07
1
-5
/
+5
*
Fixed an edge case where when gradient start/end are identical the GL fragmen...
shan
2022-10-07
1
-13
/
+19
*
Added support for relative positioning of gradient fills. Addressed some PR f...
shan
2022-10-07
1
-0
/
+3
*
Fixed some more imports/documentation.
shan
2022-10-06
2
-9
/
+11
*
Fixed lint issues & cleaned up some documentation.
shan
2022-10-06
5
-7
/
+7
*
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...
shan
2022-10-05
4
-121
/
+77
*
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
2022-10-05
1
-5
/
+5
[next]