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-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
2020-01-09
Remove leftover `debug_color` in `styling` example
Héctor Ramón Jiménez
1
-8
/
+1
2020-01-08
Rename filename
hatoo
1
-0
/
+0
2020-01-08
Change to bezier tool
hatoo
1
-63
/
+103
2020-01-08
Remove hash_layout
hatoo
1
-5
/
+1
2020-01-08
Allow `Checkbox` style to change based on its state
Héctor Ramón Jiménez
1
-6
/
+13
2020-01-07
Color borders of `Checkbox` and `Radio` in `styling` example
Héctor Ramón Jiménez
1
-6
/
+6
2020-01-07
Add `Scrollable` to `styling` example
Héctor Ramón Jiménez
1
-30
/
+51
2020-01-07
Implement styling for `Checkbox`
Héctor Ramón Jiménez
1
-12
/
+69
2020-01-07
Implement styling for `Radio`
Héctor Ramón Jiménez
1
-9
/
+41
2020-01-07
Implement styling for `ProgressBar`
Héctor Ramón Jiménez
2
-18
/
+36
2020-01-07
Use constants for colors in `styling` example
Héctor Ramón Jiménez
1
-16
/
+32
2020-01-07
Implement styling for `Slider`
Héctor Ramón Jiménez
1
-5
/
+70
2020-01-06
Implement styling for `Scrollable`
Héctor Ramón Jiménez
1
-6
/
+57
2020-01-06
Use default styles in `styling` example
Héctor Ramón Jiménez
1
-44
/
+4
2020-01-06
Implement `Default` for `Theme` in `styling` example
Héctor Ramón Jiménez
1
-6
/
+8
2020-01-06
Draft `styling` example
Héctor Ramón Jiménez
1
-0
/
+282
2020-01-06
Add paint example
hatoo
1
-0
/
+275
2020-01-05
Add border and shadow styling to `Button`
Héctor Ramón Jiménez
4
-21
/
+18
2020-01-04
Expose `ProgressBar` in `iced` crate
Héctor Ramón Jiménez
1
-2
/
+1
2020-01-02
Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu`
Héctor Ramón Jiménez
1
-106
/
+88
2020-01-02
change(widget): make height adjustable at widget level
Songtronix
1
-7
/
+8
2020-01-02
change(widget): custom coloring for progressbar
Songtronix
1
-7
/
+19
2020-01-02
add(widget): primitive progressbar widget
Songtronix
1
-0
/
+51
[next]