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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Added support for gradients to respect current frame transform.
shan
2022-10-06
7
-56
/
+93
|
*
|
|
|
Changed tesselation functions to take Vertex2D builder instead of using lyon'...
shan
2022-10-06
1
-17
/
+31
|
*
|
|
|
Fixed lint issues & cleaned up some documentation.
shan
2022-10-06
24
-40
/
+33
|
*
|
|
|
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...
shan
2022-10-05
7
-126
/
+81
|
*
|
|
|
Adjusted gradient uniforms to be more tightly packed.
shan
2022-10-05
2
-31
/
+37
|
*
|
|
|
Fixed issue with offsets not being reset properly leading to borked draws.
shan
2022-10-05
2
-2
/
+10
|
*
|
|
|
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
2022-10-05
27
-625
/
+394
|
*
|
|
|
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
2022-10-04
20
-423
/
+417
|
*
|
|
|
Fixed some importing issues since you can use a Shader::Gradient outside a Ca...
shan
2022-09-30
11
-148
/
+126
|
*
|
|
|
Fixed issue where OpenGL would not render both shaders at once under certain ...
shan
2022-09-29
2
-31
/
+23
|
*
|
|
|
Removed some leftover debugging.
shan
2022-09-29
1
-4
/
+0
|
*
|
|
|
Fixed issue where stops could be declared out of order in the builder but mus...
shan
2022-09-29
1
-8
/
+8
|
*
|
|
|
Merge remote-tracking branch 'origin/fear/linear-gradients' into fear/linear-...
shan
2022-09-29
0
-0
/
+0
|
|
\
\
\
\
|
|
*
|
|
|
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
40
-655
/
+2043
|
*
|
|
|
|
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
40
-657
/
+2043
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1432 from wash2/custom-theme
Héctor Ramón
2022-11-03
4
-27
/
+90
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Box `Custom` in `Theme`
Héctor Ramón Jiménez
2022-11-03
3
-6
/
+6
|
*
|
|
|
Remove unnecessary `clone` in `scrollable` example
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
|
*
|
|
|
Run `cargo fmt`
Héctor Ramón Jiménez
2022-11-03
1
-3
/
+1
|
*
|
|
|
Derive `Copy` for `Theme`
Héctor Ramón Jiménez
2022-11-03
3
-4
/
+4
|
*
|
|
|
Make `Theme::Custom` fields opaque
Héctor Ramón Jiménez
2022-11-03
2
-54
/
+63
|
*
|
|
|
fix: arc example
Ashley Wulber
2022-11-03
1
-1
/
+1
|
*
|
|
|
fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...
Ashley Wulber
2022-11-03
3
-9
/
+12
|
*
|
|
|
refactor: remove once_cell from styling example
Ashley Wulber
2022-11-03
2
-14
/
+15
|
*
|
|
|
fix: scrollable example
Ashley Wulber
2022-11-03
1
-5
/
+14
|
*
|
|
|
refactor: undo changes to radio
Ashley Wulber
2022-11-03
3
-11
/
+22
|
*
|
|
|
wip: Custom palette for built in theme
Ashley Wulber
2022-11-03
6
-7
/
+39
|
/
/
/
/
*
|
|
|
Merge pull request #1400 from nicksenger/lazy/cached
Héctor Ramón
2022-11-03
8
-1
/
+677
|
\
\
\
\
|
*
|
|
|
Rename `cached` example to `lazy`
Héctor Ramón Jiménez
2022-11-03
3
-1
/
+150
|
*
|
|
|
Rename `SortOrder` to `Order` in `cached` example
Héctor Ramón Jiménez
2022-11-03
1
-20
/
+15
|
*
|
|
|
Rename `iced_lazy::Cached` to `Lazy` :tada:
Héctor Ramón Jiménez
2022-11-03
3
-40
/
+50
|
*
|
|
|
Improve layout of `cached` example
Héctor Ramón Jiménez
2022-11-03
1
-27
/
+32
|
*
|
|
|
Increase default `padding` of `TextInput`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
|
*
|
|
|
Add `padding` to main `column` in `cached` example
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+2
|
*
|
|
|
Move declaration of `SortOrder` in `cached` example
Héctor Ramón Jiménez
2022-11-03
1
-19
/
+19
|
*
|
|
|
Remove `iced_native` dependency from `cached` example
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+0
|
*
|
|
|
Rename `pure_cached` example to `cached`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
|
*
|
|
|
Implement `Widget::operate` for `lazy::Cached`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+17
|
*
|
|
|
Diff children only when hash differs in `lazy::Cached`
Héctor Ramón Jiménez
2022-11-03
1
-5
/
+7
|
*
|
|
|
lint
Nick Senger
2022-11-03
1
-2
/
+2
|
*
|
|
|
add example
Nick Senger
2022-11-03
3
-0
/
+153
|
*
|
|
|
feat: implement `Cached` widget
Nick Senger
2022-11-03
2
-0
/
+346
*
|
|
|
|
Merge pull request #1502 from icedrocket/master
Héctor Ramón
2022-11-03
1
-0
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
fix: enable `application` feature required in `iced_glutin`
icedrocket
2022-11-02
1
-0
/
+1
*
|
|
|
|
Merge pull request #1471 from pop-os/cosmic-window-controls
Héctor Ramón
2022-11-03
3
-0
/
+52
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
feat: Add window minimize support
Michael Aaron Murphy
2022-10-11
3
-0
/
+12
|
*
|
|
|
feat: Add window maximize support
Michael Aaron Murphy
2022-10-11
3
-0
/
+24
|
*
|
|
|
feat: Add window drag support from winit
Michael Aaron Murphy
2022-10-11
3
-0
/
+16
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1497 from ids1024/once_cell
Héctor Ramón
2022-11-01
6
-17
/
+13
|
\
\
\
\
|
*
|
|
|
Remove patch version from `once_cell` dependency
Héctor Ramón Jiménez
2022-11-01
2
-2
/
+2
[prev]
[next]