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
2023-04-13
Fix Wasm target for `integration_wgpu`
Héctor Ramón Jiménez
1
-1
/
+2
2023-04-13
Update `env_logger` in `integration_wgpu` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-13
Get surface capabilities only once in `iced_wgpu`
Héctor Ramón Jiménez
1
-5
/
+4
2023-04-13
Update `wgpu` to `0.15`
Elham Aryanpur
1
-14
/
+23
2023-04-12
Move `radio` example to `Radio` docs
Héctor Ramón Jiménez
2
-96
/
+0
2023-04-12
Remove `text_input` example
Héctor Ramón Jiménez
3
-120
/
+0
2023-04-12
Rename `on_change` to `on_input` for `TextInput`
Héctor Ramón Jiménez
11
-16
/
+16
2023-04-12
Introduce disabled state for `TextInput`
Dan Mishin
13
-66
/
+166
2023-04-11
Use `Result::is_err` in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Use `127.0.0.1` instead of `localhost` in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Implement `subscription::channel` and simplify `unfold`
Héctor Ramón Jiménez
2
-58
/
+59
2023-04-11
Fix `current` step in `tour`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Move `ICON_FONT` constant in `tour` to `text_input` helper
Héctor Ramón Jiménez
1
-5
/
+5
2023-04-11
Collapse `Font` import in `tour` example
Héctor Ramón Jiménez
1
-2
/
+1
2023-04-11
Rename `IconPosition` to `Side` in `text_input`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Move `Icon` layout logic to `layout` in `text_input`
Héctor Ramón Jiménez
1
-2
/
+3
2023-04-11
Use `f32` for `Icon::size` and remove unnecessary conversions
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-11
Removed text_input example in favor for Tour
Casper Storm
5
-124
/
+66
2023-04-11
Changed `Handle` to `Icon` to be consistent
Casper Storm
1
-9
/
+9
2023-04-11
feat: added handle to text_input
Casper Storm
4
-0
/
+112
2023-04-08
Update `wgpu` and `cosmic-text`
Héctor Ramón Jiménez
1
-12
/
+15
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
2
-7
/
+10
2023-03-27
Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`
Héctor Ramón Jiménez
1
-11
/
+25
2023-03-17
Now is a working example
Aaron Honeycutt
1
-29
/
+36
2023-03-17
More work on example
Aaron Honeycutt
1
-5
/
+5
2023-03-14
Working more on example
Aaron Honeycutt
1
-10
/
+36
2023-03-14
Work on example more
Aaron Honeycutt
1
-12
/
+7
2023-03-14
Cleaning up from the Checkbox example that this is based on
Aaron Honeycutt
1
-2
/
+57
2023-03-14
Working on Radio example
Aaron Honeycutt
2
-0
/
+13
2023-03-14
Fix `clippy` lints for Rust 1.68
Héctor Ramón Jiménez
2
-14
/
+6
2023-03-08
Use correct package name in checkbox example docs
lupd
1
-1
/
+1
2023-03-07
Enable renderer backends in `integration` example
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-07
Use default features in `svg` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-07
Implement `vector` pipeline in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-05
Move `webgl` feature selection for `wgpu` into `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2
-3
/
+3
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
5
-8
/
+4
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
24
-163
/
+143
2023-03-03
Expose `window` commands for Wasm builds
Héctor Ramón Jiménez
1
-11
/
+4
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
6
-6
/
+6
2023-03-02
Added example of toggling fullscreen to TODOs.
Bingus
1
-2
/
+28
2023-03-01
Fix `Clip` primitive translation in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
10
-80
/
+100
2023-02-27
Remove `Fill` variant for `Alignment`
Héctor Ramón Jiménez
3
-4
/
+6
2023-02-24
Fix `checkbox` example
Héctor Ramón Jiménez
2
-9
/
+19
2023-02-24
Reuse a `RenderPass` as much as possible in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+1
2023-02-24
Refactor `triangle::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
1
-9
/
+0
2023-02-24
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
1
-5
/
+10
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
2
-4
/
+1
2023-02-24
Draft `glyphon` implementation of text pipeline for `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+7
[next]