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
/
bezier_tool
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-3
/
+2
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
1
-2
/
+3
*
Implement event capturing for `Canvas`
Héctor Ramón Jiménez
2020-11-12
1
-32
/
+43
*
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2020-09-08
1
-2
/
+2
*
Add `Keyboard` variant to `canvas::Event`
Héctor Ramón Jiménez
2020-08-10
1
-0
/
+1
*
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
2020-04-30
1
-5
/
+5
*
Split `Input` mouse event by `ButtonState`
Héctor Ramón Jiménez
2020-04-30
1
-28
/
+27
*
Rename `Cursor::*_position` methods in `canvas`
Héctor Ramón Jiménez
2020-04-29
1
-2
/
+2
*
Introduce `Cursor` type in `canvas`
Héctor Ramón Jiménez
2020-04-29
1
-68
/
+69
*
Display crosshair cursor in `bezier_tool` example
Héctor Ramón Jiménez
2020-04-29
1
-4
/
+14
*
Remove `Drawable` and rename `State` to `Program`
Héctor Ramón Jiménez
2020-04-28
1
-40
/
+51
*
Remove unnecessary `Container` in `bezier_tool`
Héctor Ramón Jiménez
2020-04-28
1
-10
/
+3
*
Port `bezier_tool` example to use `Canvas`
Héctor Ramón Jiménez
2020-04-28
3
-298
/
+149
*
Introduce `Translate` primitive in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-28
1
-6
/
+8
*
Fix `bezier_tool` placeholder text alignment
Héctor Ramón Jiménez
2020-04-10
1
-3
/
+7
*
Implement `Primitive::Cached`
Héctor Ramón Jiménez
2020-03-07
1
-3
/
+2
*
Create `README` files for all the examples
Héctor Ramón Jiménez
2020-02-21
1
-0
/
+19
*
Rename `Settings::use_antialiasing` to `antialiasing`
Héctor Ramón Jiménez
2020-02-18
1
-1
/
+1
*
Rename `Settings::antialiasing` to `use_antialiasing`
Héctor Ramón Jiménez
2020-02-15
1
-1
/
+1
*
Implement MSAA for `triangle` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
2020-02-15
1
-1
/
+4
*
Upgrade `Mesh2D` indices from `u16` to `u32`
Héctor Ramón Jiménez
2020-02-14
1
-1
/
+1
*
Fix examples using `Mesh2D`
Héctor Ramón Jiménez
2020-02-12
1
-31
/
+21
*
Package examples and remove `dev-dependencies`
Héctor Ramón Jiménez
2020-01-20
2
-0
/
+378