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-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
2020-01-01
Implement Geometry2D primitive
Artur Sapek
1
-0
/
+227
2019-12-31
Add `border_width` and `border_color` to `Quad`
Héctor Ramón Jiménez
2
-1
/
+3
2019-12-30
Rename `Empty` widget to `Space`
Héctor Ramón Jiménez
1
-3
/
+3
2019-12-30
Make `Row`, `Column`, and `Checkbox` shrink by default
Héctor Ramón Jiménez
7
-44
/
+31
2019-12-30
Implement `Empty` widget
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-30
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
5
-43
/
+72
2019-12-29
Draft `Style` and `StyleSheet` for `Button`
Héctor Ramón Jiménez
4
-40
/
+124
2019-12-15
Put `svg` rendering behind a feature gate
Héctor Ramón Jiménez
1
-3
/
+17
2019-12-15
Add `svg` example
Héctor Ramón Jiménez
2
-0
/
+765
2019-12-14
Port `todos` to `async_std`
Héctor Ramón Jiménez
1
-11
/
+16
2019-12-14
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
2
-2
/
+2
2019-12-14
Make `iced_native` subscription input opaque
Héctor Ramón Jiménez
1
-4
/
+4
2019-12-14
Move native events subscription to `iced_native`
Héctor Ramón Jiménez
1
-35
/
+7
2019-12-14
Hash `Duration` of `time::Every` in `stopwatch`
Héctor Ramón Jiménez
1
-0
/
+1
2019-12-14
Use generic `Hasher` in `stopwatch`
Héctor Ramón Jiménez
1
-3
/
+4
[next]