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
/
examples
/
geometry
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-29
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
1
-14
/
+13
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-4
/
+3
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-19
/
+21
2023-05-31
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
1
-9
/
+10
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-27
/
+11
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-28
Derive `Default` for `Rainbow` in `geometry` example
Héctor Ramón Jiménez
1
-6
/
+5
2022-11-28
Re-introduce the `geometry` example
Héctor Ramón Jiménez
1
-0
/
+213
2022-10-05
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
1
-222
/
+0
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-18
/
+23
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-18
/
+23
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-31
/
+26
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-3
/
+4
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-5
/
+6
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-4
/
+1
2021-10-30
Migrate `geometry` example to new `Renderer` API
Héctor Ramón Jiménez
1
-95
/
+95
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-7
/
+6
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-91
/
+92
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-2
/
+2
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-3
/
+3
2020-10-28
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
1
-2
/
+3
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-10
Remove unnecessary lifetime in `Widget` trait
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-08
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-21
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
1
-9
/
+15
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
1
-4
/
+4
2020-04-29
Remove `OutOfBounds` variant from `MouseCursor`
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-28
Clip and cull `Mesh2D` primitives in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+1
2020-04-28
Introduce `Translate` primitive in `iced_wgpu`
Héctor Ramón Jiménez
1
-53
/
+55
2020-03-07
Implement `Primitive::Cached`
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-14
Revert changing the constructor and implement new method.
daxpedda
1
-1
/
+1
2020-02-14
Fix examples.
daxpedda
1
-1
/
+1
2020-02-12
Fix examples using `Mesh2D`
Héctor Ramón Jiménez
1
-60
/
+63
2020-01-20
Package examples and remove `dev-dependencies`
Héctor Ramón Jiménez
1
-0
/
+210