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
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
5
-26
/
+30
2024-01-20
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
3
-19
/
+6
2024-01-20
Make `shadow` optional in `renderer::Quad`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-20
feat: quad shadows
Nick Senger
4
-4
/
+54
2024-01-18
Remove `Compositor` window generic
Héctor Ramón Jiménez
2
-3
/
+11
2024-01-17
Fix missing semi-colon lint in `vectorial_text` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-17
Add `vectorial_text` example
Héctor Ramón Jiménez
2
-0
/
+184
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
9
-51
/
+67
2024-01-15
Update `rfd` to `0.13`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-11
Fix `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-10
Use multiple squares instead of `vertical_space` in `layout` example
Héctor Ramón Jiménez
1
-4
/
+14
2024-01-10
Showcase more layouts in `layout` example
Héctor Ramón Jiménez
2
-14
/
+132
2024-01-10
Add `Theme` selector to `layout` example
Héctor Ramón Jiménez
2
-11
/
+26
2024-01-10
Add `explain` toggle to `layout` example
Héctor Ramón Jiménez
1
-11
/
+53
2024-01-10
Use `flatten` instead of `filter_map` in `layout` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-10
Add basic controls to `layout` example
Héctor Ramón Jiménez
1
-14
/
+53
2024-01-10
Use first-class functions in `layout` example
Héctor Ramón Jiménez
1
-60
/
+83
2024-01-10
Fix `cross` calculation in `layout::flex`
Héctor Ramón Jiménez
1
-7
/
+3
2024-01-10
Fix `size_hint` for `keyed_column`
Héctor Ramón Jiménez
1
-8
/
+1
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
3
-10
/
+4
2024-01-10
Reduce `padding` of `scrollable` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
7
-42
/
+29
2024-01-10
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
8
-72
/
+44
2024-01-10
Create `layout` example
Héctor Ramón Jiménez
2
-0
/
+132
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
15
-81
/
+47
2023-12-20
Stop polling in event loop on `RedrawRequest::NextFrame`
Héctor Ramón Jiménez
2
-10
/
+2
2023-12-15
Remove `webgl` feature in `pokedex` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-12-15
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
4
-62
/
+66
2023-12-11
Update `async-tungstenite` in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-12-02
Use `AtomicU64` for `window::Id`
Héctor Ramón Jiménez
1
-24
/
+25
2023-11-30
Use actual floats for logical coordinates
Héctor Ramón Jiménez
3
-17
/
+16
2023-11-28
Provide actual bounds to `Shader` primitives
Héctor Ramón Jiménez
3
-24
/
+24
2023-11-21
Fix `modal` and `toast` examples
Héctor Ramón Jiménez
2
-0
/
+3
2023-11-22
Use the correct GIF for the progress bar example
arslee07
1
-1
/
+1
2023-11-15
Update `itertools` dependency for `game_of_life` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-11-14
Remove unused import in `custom_shader` example
Héctor Ramón Jiménez
1
-1
/
+0
2023-11-14
Move `textures` directory outside of `src` in `custom_shader` example
Héctor Ramón Jiménez
8
-7
/
+7
2023-11-14
Improve module hierarchy of `custom_shader` example
Héctor Ramón Jiménez
9
-126
/
+121
2023-11-14
Remove `Default` implementation in `custom_shader` example
Héctor Ramón Jiménez
1
-10
/
+7
2023-11-14
Rename `cubes` to `scene` in `custom_shader` example
Héctor Ramón Jiménez
2
-31
/
+31
2023-11-14
Use a single source for amount of cubes in `custom_shader` example
Héctor Ramón Jiménez
1
-4
/
+1
2023-11-14
Export `wgpu` crate in `shader` module in `iced_widget`
Héctor Ramón Jiménez
7
-2
/
+11
2023-11-14
Create `shader` function helper in `iced_widget`
Héctor Ramón Jiménez
1
-4
/
+3
2023-11-14
Re-organize `custom` module as `pipeline` module
Héctor Ramón Jiménez
2
-10
/
+16
2023-11-14
Fix `clippy` lints :crab:
Héctor Ramón Jiménez
3
-7
/
+7
2023-11-14
Update `wgpu` in `custom_shader` example
Héctor Ramón Jiménez
2
-8
/
+17
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
20
-0
/
+1620
2023-11-12
Add missing `'static` lifetimes to constant slices
Héctor Ramón Jiménez
3
-3
/
+4
2023-11-11
Refactor texture image filtering
Héctor Ramón Jiménez
1
-7
/
+37
2023-10-27
Write documentation for the new text APIs
Héctor Ramón Jiménez
1
-5
/
+5
[next]