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
/
clock
/
src
/
main.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-14
Simplify drawing logic in `clock` example
Héctor Ramón Jiménez
1
-42
/
+32
2020-04-14
Implement `canvas::Path::circle` helper method
Héctor Ramón Jiménez
1
-1
/
+3
2020-04-14
Implement `From<Color>` for `canvas::Fill`
Héctor Ramón Jiménez
1
-4
/
+1
2020-04-08
impl default for canvas cache
Rob Ede
1
-1
/
+1
2020-04-02
Add `0` suffix to float literals for consistency
Héctor Ramón Jiménez
1
-2
/
+2
2020-04-01
Scale the clock hands to the same size as the face
Marli Frost
1
-2
/
+2
2020-03-31
Implement `padding` support for `Container`
Héctor Ramón Jiménez
1
-0
/
+1
2020-03-30
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
1
-1
/
+2
2020-03-14
Remove `pane_grid` example for now
Héctor Ramón Jiménez
1
-2
/
+186
2020-03-04
Draft `Panes` widget and `panes` example
Héctor Ramón Jiménez
1
-186
/
+2
2020-02-18
Rename `Settings::use_antialiasing` to `antialiasing`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-18
Write documentation for new `canvas` module
Héctor Ramón Jiménez
1
-3
/
+3
2020-02-15
Rename `Settings::antialiasing` to `use_antialiasing`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-15
Implement MSAA for `triangle` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+4
2020-02-14
Implement additional methods in `path::Builder`
Héctor Ramón Jiménez
1
-8
/
+1
2020-02-12
Fix `clock` example eventually skipping a second
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-12
Improve naming in `clock` example
Héctor Ramón Jiménez
1
-11
/
+10
2020-02-12
Remove redundant conversion in `clock` example
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-12
Fix circle `end_angle` in `clock` example
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-12
Simplify `Clock::new` in `clock` example
Héctor Ramón Jiménez
1
-3
/
+1
2020-02-12
Increase line width in `clock` example
Héctor Ramón Jiménez
1
-3
/
+3
2020-02-12
Finish `clock` example
Héctor Ramón Jiménez
1
-8
/
+57
2020-02-12
Rename current `Path` to `path::Builder`
Héctor Ramón Jiménez
1
-21
/
+21
2020-02-12
Remove unnecessary `Arc` from `clock` example
Héctor Ramón Jiménez
1
-7
/
+13
2020-02-12
Draft `Canvas` types and `clock` example
Héctor Ramón Jiménez
1
-0
/
+145
[prev]