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
*
Fix `Checkbox` and `Radio` API in `iced_web`
Héctor Ramón Jiménez
2020-04-14
1
-1
/
+1
*
Fix tour example
Nicholas
2020-04-13
1
-1
/
+1
*
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
|
*
Update `README` of examples
Héctor Ramón Jiménez
2020-03-18
2
-5
/
+16
|
*
Improve styling of `pane_grid` example
Héctor Ramón Jiménez
2020-03-18
1
-18
/
+41
|
*
Add some styling to `pane_grid` buttons
Héctor Ramón Jiménez
2020-03-18
1
-4
/
+47
|
*
Move common keyboard types to `iced_core`
Héctor Ramón Jiménez
2020-03-17
2
-4
/
+3
|
*
Add `modifiers` to `KeyPressEvent` in `pane_grid`
Héctor Ramón Jiménez
2020-03-17
1
-3
/
+3
|
*
Implement hotkey logic in `pane_grid` example
Héctor Ramón Jiménez
2020-03-17
2
-2
/
+41
|
*
Add simple `pane_grid` example
Héctor Ramón Jiménez
2020-03-17
3
-0
/
+229
|
*
Fix `Scrollable` width consistency
Héctor Ramón Jiménez
2020-03-14
1
-0
/
+1
|
*
Update `winit` to `0.22`
Héctor Ramón Jiménez
2020-03-09
1
-7
/
+5
|
*
Implement `Primitive::Cached`
Héctor Ramón Jiménez
2020-03-07
2
-5
/
+4
|
*
Update `reqwest` in `pokedex` example
Héctor Ramón Jiménez
2020-03-06
1
-5
/
+9
|
*
Add `env_logger` to `svg` example
Héctor Ramón Jiménez
2020-02-26
2
-3
/
+9
|
*
Make output format of `iced_wgpu` configurable
Héctor Ramón Jiménez
2020-02-24
1
-1
/
+3
*
|
styling example fixed (added selection_color)
FabianLars
2020-02-23
1
-0
/
+4
|
/
*
Create `README` files for all the examples
Héctor Ramón Jiménez
2020-02-21
12
-1
/
+199
*
Fix sample file path for svg example
Piaoger
2020-02-20
1
-1
/
+1
*
Rename `Settings::use_antialiasing` to `antialiasing`
Héctor Ramón Jiménez
2020-02-18
3
-3
/
+3
*
Write documentation for new `canvas` module
Héctor Ramón Jiménez
2020-02-18
2
-6
/
+6
*
Rename `Settings::antialiasing` to `use_antialiasing`
Héctor Ramón Jiménez
2020-02-15
3
-3
/
+3
*
Implement MSAA for `triangle` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
2020-02-15
3
-3
/
+12
*
Upgrade `Mesh2D` indices from `u16` to `u32`
Héctor Ramón Jiménez
2020-02-14
1
-1
/
+1
*
Add `solar_system` example
Héctor Ramón Jiménez
2020-02-14
2
-0
/
+259
*
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
[next]