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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make `clock` example responsive
Héctor Ramón Jiménez
2022-01-15
1
-5
/
+1
*
Replace `chrono` with `time` in `clock` example
Héctor Ramón Jiménez
2022-01-12
2
-11
/
+14
*
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
2021-09-02
1
-7
/
+3
*
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
2021-03-11
1
-3
/
+7
*
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2020-09-08
1
-1
/
+1
*
Implement `time::every` in `iced_futures`
Héctor Ramón Jiménez
2020-04-30
2
-44
/
+6
*
Introduce `Cursor` type in `canvas`
Héctor Ramón Jiménez
2020-04-29
1
-4
/
+4
*
Remove `Drawable` and rename `State` to `Program`
Héctor Ramón Jiménez
2020-04-28
2
-59
/
+42
*
Remove `Layer` trait and simplify `Canvas`
Héctor Ramón Jiménez
2020-04-19
1
-2
/
+2
*
Draft `Program` interactivity for `Canvas`
Héctor Ramón Jiménez
2020-04-19
1
-3
/
+2
*
Simplify drawing logic in `clock` example
Héctor Ramón Jiménez
2020-04-14
1
-42
/
+32
*
Implement `canvas::Path::circle` helper method
Héctor Ramón Jiménez
2020-04-14
1
-1
/
+3
*
Implement `From<Color>` for `canvas::Fill`
Héctor Ramón Jiménez
2020-04-14
1
-4
/
+1
*
impl default for canvas cache
Rob Ede
2020-04-08
1
-1
/
+1
*
Add `0` suffix to float literals for consistency
Héctor Ramón Jiménez
2020-04-02
1
-2
/
+2
*
Scale the clock hands to the same size as the face
Marli Frost
2020-04-01
1
-2
/
+2
*
Merge pull request #246 from hecrj/feature/application-flags
Héctor Ramón
2020-03-31
1
-1
/
+2
|
\
|
*
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
2020-03-30
1
-1
/
+2
*
|
Implement `padding` support for `Container`
Héctor Ramón Jiménez
2020-03-31
1
-0
/
+1
|
/
*
Create `README` files for all the examples
Héctor Ramón Jiménez
2020-02-21
1
-0
/
+16
*
Rename `Settings::use_antialiasing` to `antialiasing`
Héctor Ramón Jiménez
2020-02-18
1
-1
/
+1
*
Write documentation for new `canvas` module
Héctor Ramón Jiménez
2020-02-18
1
-3
/
+3
*
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
*
Implement additional methods in `path::Builder`
Héctor Ramón Jiménez
2020-02-14
1
-8
/
+1
*
Fix `clock` example eventually skipping a second
Héctor Ramón Jiménez
2020-02-12
1
-1
/
+1
*
Improve naming in `clock` example
Héctor Ramón Jiménez
2020-02-12
1
-11
/
+10
*
Remove redundant conversion in `clock` example
Héctor Ramón Jiménez
2020-02-12
1
-1
/
+1
*
Fix circle `end_angle` in `clock` example
Héctor Ramón Jiménez
2020-02-12
1
-1
/
+1
*
Simplify `Clock::new` in `clock` example
Héctor Ramón Jiménez
2020-02-12
1
-3
/
+1
*
Increase line width in `clock` example
Héctor Ramón Jiménez
2020-02-12
1
-3
/
+3
*
Finish `clock` example
Héctor Ramón Jiménez
2020-02-12
2
-9
/
+60
*
Rename current `Path` to `path::Builder`
Héctor Ramón Jiménez
2020-02-12
1
-21
/
+21
*
Remove unnecessary `Arc` from `clock` example
Héctor Ramón Jiménez
2020-02-12
1
-7
/
+13
*
Draft `Canvas` types and `clock` example
Héctor Ramón Jiménez
2020-02-12
2
-0
/
+158