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
*
Jumped the gun on pushing; one more readability update :P
shan
2022-10-07
1
-3
/
+3
*
Adjusted gradient transform function to be more readable.
shan
2022-10-07
4
-28
/
+25
*
Fixed import issue with canvas in the gradient mod for situations where canva...
shan
2022-10-07
5
-33
/
+27
*
More import adjusting.
shan
2022-10-07
4
-21
/
+20
*
Adjusted reexports for clarity.
shan
2022-10-07
3
-4
/
+3
*
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
8
-54
/
+182
*
Fixed some more imports/documentation.
shan
2022-10-06
12
-26
/
+28
*
Fixed some imports/documentation.
shan
2022-10-06
3
-7
/
+4
*
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 #1230 from kaimast/feat/ignored_events
Héctor Ramón
2022-09-28
1
-8
/
+22
|
\
|
*
Return ignored events in `program::State::update`
Kai Mast
2022-09-28
1
-8
/
+22
|
/
*
Merge pull request #1196 from aentity/application_feature
Héctor Ramón
2022-09-26
3
-1
/
+4
|
\
|
*
Remove `application` feature from `iced` crate
Héctor Ramón Jiménez
2022-09-26
2
-8
/
+2
|
*
Add application feature, which allows to build freestanding wgpu app
aentity
2022-09-26
4
-1
/
+10
*
|
Merge pull request #1139 from thenlevy/fix_wgpu_integration
Héctor Ramón
2022-09-26
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
Recreate `Viewport` on `RedrawRequested` in `integration_wgpu`
nlevy
2022-09-26
1
-6
/
+6
|
/
*
Merge pull request #1445 from clarkmoody/tweak-sysinfo
Héctor Ramón
2022-09-26
3
-9
/
+28
|
\
|
*
Include short version in example app
Clark Moody
2022-09-23
1
-0
/
+11
|
*
New short OS Version field; update doc strings
Clark Moody
2022-09-23
2
-9
/
+17
|
/
*
Merge pull request #1227 from LordRatte/feature-colour-macro
Héctor Ramón
2022-09-23
3
-4
/
+39
|
\
|
*
Write documentation for `color!` macro
Héctor Ramón Jiménez
2022-09-23
1
-0
/
+2
|
*
Export `color!` macro in `iced` and `iced_native`
Héctor Ramón Jiménez
2022-09-23
2
-4
/
+4
|
*
Macro for easy colour generation
Joshua
2022-09-23
1
-0
/
+33
*
|
Merge pull request #1174 from daladim/icon_from_file
Héctor Ramón
2022-09-23
2
-1
/
+63
|
\
\
|
|
/
|
/
|
|
*
Added convenience functions for window::icon::Icon
daladim
2022-03-01
2
-1
/
+63
*
|
Merge pull request #1444 from iced-rs/fix/clippy-lints
Héctor Ramón
2022-09-23
3
-18
/
+16
|
\
\
|
*
|
Fix latest `clippy` lints
Héctor Ramón Jiménez
2022-09-23
3
-18
/
+16
*
|
|
Merge pull request #1136 from xkenmon/feature/example-sierpinski-triangle
Héctor Ramón
2022-09-23
5
-0
/
+221
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Implement sierpinski-triangle example
xkenmon
2022-09-23
5
-0
/
+221
|
/
/
*
|
Merge pull request #1107 from RamType0/TextContentByCow
Héctor Ramón
2022-09-21
6
-22
/
+26
|
\
\
|
*
|
Take `Cow` in `Text::new`
Ram.Type-0
2022-09-21
6
-22
/
+26
|
/
/
*
|
Merge pull request #1425 from 0x192/master
Héctor Ramón
2022-09-21
2
-0
/
+17
|
\
\
|
*
|
Expose `overlay::Element`
Héctor Ramón Jiménez
2022-09-21
1
-0
/
+7
|
*
|
Fix doc comments in `overlay`
Héctor Ramón Jiménez
2022-09-21
1
-3
/
+2
|
*
|
Make menu style accessible
0x192
2022-09-21
2
-0
/
+11
[next]