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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement `time::every` in `iced_futures`
Héctor Ramón Jiménez
2020-04-30
9
-168
/
+16
*
Split `Input` mouse event by `ButtonState`
Héctor Ramón Jiménez
2020-04-30
2
-39
/
+31
*
Implement camera panning in `game_of_life` example
Héctor Ramón Jiménez
2020-04-30
1
-75
/
+90
*
Clarify `tick` logic in `game_of_life`
Héctor Ramón Jiménez
2020-04-29
1
-5
/
+3
*
Use sparse grid representation in `game_of_life`
Héctor Ramón Jiménez
2020-04-29
1
-68
/
+69
*
Rename `Cursor::*_position` methods in `canvas`
Héctor Ramón Jiménez
2020-04-29
2
-6
/
+5
*
Add `game_of_life` example
Héctor Ramón Jiménez
2020-04-29
5
-0
/
+568
*
Introduce `Cursor` type in `canvas`
Héctor Ramón Jiménez
2020-04-29
3
-78
/
+83
*
Display crosshair cursor in `bezier_tool` example
Héctor Ramón Jiménez
2020-04-29
1
-4
/
+14
*
Remove `OutOfBounds` variant from `MouseCursor`
Héctor Ramón Jiménez
2020-04-29
3
-3
/
+3
*
Remove `Drawable` and rename `State` to `Program`
Héctor Ramón Jiménez
2020-04-28
5
-196
/
+157
*
Remove unnecessary `Container` in `bezier_tool`
Héctor Ramón Jiménez
2020-04-28
1
-10
/
+3
*
Clip and cull `Mesh2D` primitives in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-28
1
-0
/
+1
*
Port `bezier_tool` example to use `Canvas`
Héctor Ramón Jiménez
2020-04-28
4
-299
/
+150
*
Allow `canvas::State` to produce messages
Héctor Ramón Jiménez
2020-04-28
1
-1
/
+1
*
Introduce `Translate` primitive in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-28
2
-59
/
+63
*
Remove interaction from `solar_system` example
Héctor Ramón Jiménez
2020-04-28
1
-40
/
+17
*
Remove `Layer` trait and simplify `Canvas`
Héctor Ramón Jiménez
2020-04-19
2
-64
/
+78
*
Add interactivity to `solar_system` example
Héctor Ramón Jiménez
2020-04-19
1
-18
/
+69
*
Draft `Program` interactivity for `Canvas`
Héctor Ramón Jiménez
2020-04-19
2
-6
/
+4
*
Merge pull request #269 from hecrj/update-wgpu
Héctor Ramón
2020-04-16
2
-17
/
+32
|
\
|
*
Update `wgpu` to `0.5` in `iced_wgpu` :tada:
Héctor Ramón Jiménez
2020-04-07
2
-17
/
+32
*
|
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
2
-11
/
+7
*
|
Implement `canvas::Path::rectangle` helper method
Héctor Ramón Jiménez
2020-04-14
1
-12
/
+5
*
|
Implement `From<Color>` for `canvas::Fill`
Héctor Ramón Jiménez
2020-04-14
2
-12
/
+9
*
|
Fix `bezier_tool` placeholder text alignment
Héctor Ramón Jiménez
2020-04-10
1
-3
/
+7
*
|
Merge pull request #267 from robjtede/improve/canvas-cache-default
Héctor Ramón
2020-04-09
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
impl default for canvas cache
Rob Ede
2020-04-08
2
-2
/
+2
*
|
Simplify `Language` conversion in `tour`
Héctor Ramón Jiménez
2020-04-06
1
-6
/
+5
*
|
Radiobutton label is now `impl Into<String>`
Dmitry Kashitsyn
2020-04-05
1
-1
/
+2
|
/
*
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
7
-10
/
+17
|
\
|
*
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
2020-03-30
7
-10
/
+17
*
|
Merge branch 'master' into feature/container-padding
Héctor Ramón Jiménez
2020-03-31
2
-6
/
+2
|
\
\
|
*
|
Implement `svg::Handle::from_memory`
Héctor Ramón Jiménez
2020-03-31
2
-6
/
+2
|
|
/
*
/
Implement `padding` support for `Container`
Héctor Ramón Jiménez
2020-03-31
4
-15
/
+15
|
/
*
Merge pull request #240 from kaimast/master
Héctor Ramón
2020-03-28
1
-4
/
+1
|
\
|
*
remove explicit lifetimes in integration example
Kai Mast
2020-03-27
1
-4
/
+1
*
|
Convert `WindowEvent` from a reference in `iced_winit`
Héctor Ramón Jiménez
2020-03-27
1
-1
/
+1
|
/
*
Change selection color in `styling` example
Héctor Ramón Jiménez
2020-03-24
1
-1
/
+1
*
Merge branch 'master' into feature/text-selection
Héctor Ramón Jiménez
2020-03-24
15
-21
/
+660
|
\
|
*
Fix `Recipe::hash` in `download_progress` example
Héctor Ramón Jiménez
2020-03-24
1
-0
/
+2
|
*
Fix retry button on `download_progress` example
Héctor Ramón Jiménez
2020-03-23
1
-2
/
+4
|
*
Update `README` of examples
Héctor Ramón Jiménez
2020-03-23
2
-4
/
+7
|
*
Handle errors in `download_progress` example
Héctor Ramón Jiménez
2020-03-23
2
-11
/
+43
|
*
Rename `downloader` module to `download`
Héctor Ramón Jiménez
2020-03-23
2
-9
/
+9
|
*
Improve `download_progress` example
Héctor Ramón Jiménez
2020-03-23
3
-114
/
+117
|
*
Add example for download with progress tracking
Songtronix
2020-03-23
4
-0
/
+243
[next]