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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-21
Create `README` files for all the examples
Héctor Ramón Jiménez
12
-1
/
+199
2020-02-20
Fix sample file path for svg example
Piaoger
1
-1
/
+1
2020-02-18
Rename `Settings::use_antialiasing` to `antialiasing`
Héctor Ramón Jiménez
3
-3
/
+3
2020-02-18
Write documentation for new `canvas` module
Héctor Ramón Jiménez
2
-6
/
+6
2020-02-15
Rename `Settings::antialiasing` to `use_antialiasing`
Héctor Ramón Jiménez
3
-3
/
+3
2020-02-15
Implement MSAA for `triangle` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
3
-3
/
+12
2020-02-14
Revert changing the constructor and implement new method.
daxpedda
3
-9
/
+6
2020-02-14
Fix examples.
daxpedda
2
-2
/
+2
2020-02-14
Fix custom widget example.
daxpedda
1
-4
/
+7
2020-02-14
Upgrade `Mesh2D` indices from `u16` to `u32`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-14
Add `solar_system` example
Héctor Ramón Jiménez
2
-0
/
+259
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
Fix examples using `Mesh2D`
Héctor Ramón Jiménez
2
-91
/
+84
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
2
-9
/
+60
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
2
-0
/
+158
2020-02-10
Add `integration` example to examples `README`
Héctor Ramón Jiménez
1
-0
/
+1
2020-02-09
Add `integration` example
Héctor Ramón Jiménez
6
-0
/
+436
2020-02-06
Implement local storage for `todos` example in Wasm
Héctor Ramón Jiménez
2
-3
/
+30
2020-02-06
Remove `wasm_bindgen(start)` from `tour` example
Héctor Ramón Jiménez
2
-16
/
+0
2020-02-06
Add `font-family` to `Text` style in `iced_web`
Héctor Ramón Jiménez
1
-0
/
+1
2020-02-06
Allow switching `executor::Default` with features
Héctor Ramón Jiménez
4
-16
/
+4
2020-02-06
Allow `todos` example to compile to `wasm32`
Héctor Ramón Jiménez
2
-1
/
+22
2020-02-06
Let checkbox breathe in `styling` example
Héctor Ramón Jiménez
1
-0
/
+1
2020-02-05
Make `pokedex` example work on Wasm
Héctor Ramón Jiménez
2
-11
/
+37
2020-02-05
Use `reqwest` and `tokio` in `pokedex` example
Héctor Ramón Jiménez
2
-10
/
+10
2020-01-25
Shorten examples `README`
Héctor Ramón Jiménez
1
-18
/
+2
2020-01-23
Fix empty message alignment in `todos` example
Héctor Ramón Jiménez
1
-0
/
+1
2020-01-22
Make title consistent in `counter` example
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-22
Center items in `counter` example
Héctor Ramón Jiménez
1
-1
/
+2
2020-01-21
Fix `todos` build workflow
Héctor Ramón Jiménez
2
-2
/
+10
2020-01-20
Make `image` support optional in `iced_wgpu`
Héctor Ramón Jiménez
2
-2
/
+2
2020-01-20
Update examples `README`
Héctor Ramón Jiménez
1
-6
/
+84
2020-01-20
Add `README` for `todos` example
Héctor Ramón Jiménez
1
-0
/
+20
2020-01-20
Add `README` for `styling` example
Héctor Ramón Jiménez
1
-0
/
+15
2020-01-20
Add `README` for `pokedex` example
Héctor Ramón Jiménez
1
-0
/
+17
2020-01-20
Add `README` for `tour` example
Héctor Ramón Jiménez
3
-31
/
+29
2020-01-20
Package examples and remove `dev-dependencies`
Héctor Ramón Jiménez
28
-59
/
+179
2020-01-20
Add `Application::Executor` associated type
Héctor Ramón Jiménez
4
-2
/
+6
2020-01-19
Implement `subscription::Tracker` in `iced_core`
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-11
Add instructions to `bezier_tool` example
Héctor Ramón Jiménez
1
-7
/
+36
2020-01-11
Fix `bezier_tool` example
Héctor Ramón Jiménez
1
-4
/
+3
2020-01-11
Improve state guarantees in `bezier_tool`
Héctor Ramón Jiménez
1
-57
/
+84
[next]