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
/
graphics
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Documentation changes
bungoboingo
2022-10-19
1
-1
/
+4
*
|
Changed gradient builder to be more clear about what caused certain errors.
bungoboingo
2022-10-18
1
-22
/
+30
*
|
Cleaned up namespaces re: PR comments.
bungoboingo
2022-10-18
2
-2
/
+7
*
|
Merge branch 'master' into fear/linear-gradients
Bingus
2022-10-07
2
-0
/
+7
|
\
|
|
*
expose touch events in canvas widget
Artur Sapek
2022-10-04
2
-0
/
+7
*
|
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
4
-25
/
+25
*
|
More import adjusting.
shan
2022-10-07
2
-13
/
+13
*
|
Adjusted reexports for clarity.
shan
2022-10-07
1
-1
/
+1
*
|
Added support for relative positioning of gradient fills. Addressed some PR f...
shan
2022-10-07
5
-35
/
+150
*
|
Fixed some more imports/documentation.
shan
2022-10-06
3
-5
/
+4
*
|
Fixed some imports/documentation.
shan
2022-10-06
1
-0
/
+1
*
|
Added support for gradients to respect current frame transform.
shan
2022-10-06
5
-20
/
+56
*
|
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
9
-9
/
+8
*
|
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...
shan
2022-10-05
1
-2
/
+1
*
|
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
2022-10-05
14
-223
/
+247
*
|
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
2022-10-04
5
-36
/
+30
*
|
Fixed some importing issues since you can use a Shader::Gradient outside a Ca...
shan
2022-09-30
9
-147
/
+123
*
|
Fixed issue where stops could be declared out of order in the builder but mus...
shan
2022-09-29
1
-8
/
+8
*
|
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
13
-110
/
+307
|
/
*
Make `Cache::clear` immutable
Héctor Ramón Jiménez
2022-09-13
1
-1
/
+1
*
Don't double translate text clip
Cory Forsstrom
2022-08-15
1
-1
/
+1
*
Remove `pure` leftovers in `iced_graphics`
Héctor Ramón Jiménez
2022-07-27
4
-325
/
+0
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
10
-158
/
+67
*
Remove unnecessary `let` bindings in `canvas::Frame`
Héctor Ramón Jiménez
2022-07-11
1
-4
/
+3
*
Update `lyon` to `1.0` :tada:
Héctor Ramón Jiménez
2022-07-11
3
-8
/
+7
*
fix another discrepancy with HTML5 arcTo
ThatsNoMoon
2022-07-10
1
-7
/
+12
*
fix arc_to
ThatsNoMoon
2022-07-10
1
-7
/
+41
*
Merge pull request #1379 from PolyMeilex/fix/clippy
Héctor Ramón
2022-07-09
8
-24
/
+42
|
\
|
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
5
-8
/
+23
|
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
1
-4
/
+12
|
*
Run `cargo fmt`
Héctor Ramón Jiménez
2022-07-09
1
-3
/
+2
|
*
Address Clippy lints
Poly
2022-07-09
4
-10
/
+6
*
|
Fix doc example in `pure::canvas::Program`
Héctor Ramón
2022-07-09
1
-1
/
+3
*
|
Update import path in pure canvas example
Zoron
2022-07-09
1
-1
/
+1
|
/
*
Merge branch 'master' into theming
Héctor Ramón Jiménez
2022-07-08
2
-2
/
+10
|
\
|
*
Fix `Widget::tag` implementation of `pure::Canvas`
Héctor Ramón Jiménez
2022-07-01
1
-1
/
+2
|
*
Added more clarification as to how the position and alignment of the Canvas T...
Jhanny Jimenez
2022-06-22
1
-1
/
+8
*
|
Implement theme styling for `Canvas`
Héctor Ramón Jiménez
2022-06-07
4
-37
/
+63
*
|
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
2022-06-07
1
-1
/
+1
*
|
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
5
-36
/
+53
|
/
*
Merge branch 'master' into dev/system-information
Héctor Ramón Jiménez
2022-05-04
4
-10
/
+11
|
\
|
*
Replace `hecrj` in links with `iced-rs`
Héctor Ramón Jiménez
2022-05-02
2
-6
/
+6
|
*
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2022-04-30
2
-4
/
+5
|
*
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
2022-04-30
1
-4
/
+4
*
|
Rename `get_information` to `fetch_information`
Richard
2022-04-27
2
-2
/
+2
*
|
Move `compositor` module access from `window` to `crate`
Richard
2022-04-27
4
-4
/
+9
*
|
Rename `GraphicsInformation` to `Information`
Richard
2022-04-26
3
-5
/
+5
[prev]
[next]