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
*
Add `push_maybe` to `Column` and `Row`
Héctor Ramón Jiménez
2024-02-15
5
-95
/
+95
*
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
2024-02-15
13
-41
/
+37
*
Rename `password` method in `TextInput` to `secure`
Héctor Ramón Jiménez
2024-02-15
2
-6
/
+2
*
Use `Borrow` for both `options` and `selected` in `PickList`
Héctor Ramón Jiménez
2024-02-14
3
-16
/
+4
*
Simplify `scrollable` styling API
Héctor Ramón Jiménez
2024-02-12
1
-51
/
+2
*
Introduce an appearance for a scrollable, ability to customize the scrollbar ...
dtzxporter
2024-02-12
1
-1
/
+5
*
Fix `style` in `solar_system` example
Héctor Ramón Jiménez
2024-02-10
1
-1
/
+1
*
Log available formats and alpha modes in `wgpu::window::compositor`
Héctor Ramón Jiménez
2024-02-10
2
-1
/
+6
*
Use custom `Application::style` to enable transparency
Héctor Ramón Jiménez
2024-02-10
1
-19
/
+19
*
Fix alpha mode configuration in `iced_wgpu`
Daniel Yoon
2024-02-10
1
-5
/
+48
*
Invalidate `QRCode` cache on `Appearance` change
Héctor Ramón Jiménez
2024-02-09
1
-6
/
+2
*
Update `qr_code` example with theme selector
Clark Moody
2024-02-09
1
-6
/
+28
*
Update `async-tungstenite` dependency in `websocket` example
Héctor Ramón Jiménez
2024-02-09
1
-1
/
+1
*
Fix wrapped lines not being considered when measuring `TextEditor`
Héctor Ramón Jiménez
2024-02-07
1
-0
/
+1
*
Fix new `beta` toolchain warnings
Héctor Ramón Jiménez
2024-02-05
4
-16
/
+14
*
Fix unused import in `game_of_life` example
Héctor Ramón Jiménez
2024-02-05
1
-1
/
+1
*
Fix unused `Instant` in `game_of_life` example
Héctor Ramón Jiménez
2024-02-05
1
-3
/
+3
*
Use `Theme::ALL` for theme selector in `styling` example
Héctor Ramón Jiménez
2024-02-03
1
-71
/
+15
*
Add Dracula, Nord, Solarized and Grubvox variants to `Theme`
Var Bhat
2024-02-03
1
-18
/
+45
*
The memory information is returned in bytes and not kb.
brianch
2024-02-02
1
-4
/
+4
*
Implement `loupe` example
Héctor Ramón Jiménez
2024-02-02
2
-0
/
+195
*
Implement `transform` method for `Geometry`
Héctor Ramón Jiménez
2024-02-02
1
-1
/
+1
*
Fix `spacing` in `checkbox` example
Héctor Ramón Jiménez
2024-02-01
1
-2
/
+2
*
Use `then_some` instead of `then` in `checkbox` example
Héctor Ramón Jiménez
2024-02-01
1
-1
/
+1
*
Simplify `checkbox` example
Héctor Ramón Jiménez
2024-02-01
1
-34
/
+29
*
Introduce support for disabling a `checkbox`
Alexander van Saase
2024-02-01
10
-64
/
+81
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
2
-25
/
+23
*
Simplify `slider` example
Héctor Ramón Jiménez
2024-01-31
1
-23
/
+18
*
Enhance `Slider` and `VerticalSlider` functionality
Jonatan Pettersson
2024-01-31
1
-7
/
+26
*
Improve `Radians` ergonomics
Héctor Ramón Jiménez
2024-01-31
1
-5
/
+5
*
Use `Radians` in arc and ellipse types
kxie
2024-01-31
1
-8
/
+9
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
15
-85
/
+83
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
5
-26
/
+30
*
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
3
-19
/
+6
*
Make `shadow` optional in `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
1
-1
/
+1
*
feat: quad shadows
Nick Senger
2024-01-20
4
-4
/
+54
*
Remove `Compositor` window generic
Héctor Ramón Jiménez
2024-01-18
2
-3
/
+11
*
Fix missing semi-colon lint in `vectorial_text` example
Héctor Ramón Jiménez
2024-01-17
1
-1
/
+1
*
Add `vectorial_text` example
Héctor Ramón Jiménez
2024-01-17
2
-0
/
+184
*
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
2024-01-16
9
-51
/
+67
*
Merge branch 'master' into update-winit
Héctor Ramón Jiménez
2024-01-16
25
-224
/
+511
|
\
|
*
Update `rfd` to `0.13`
Héctor Ramón Jiménez
2024-01-15
1
-1
/
+1
|
*
Fix `websocket` example
Héctor Ramón Jiménez
2024-01-11
1
-1
/
+1
|
*
Use multiple squares instead of `vertical_space` in `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-4
/
+14
|
*
Showcase more layouts in `layout` example
Héctor Ramón Jiménez
2024-01-10
2
-14
/
+132
|
*
Add `Theme` selector to `layout` example
Héctor Ramón Jiménez
2024-01-10
2
-11
/
+26
|
*
Add `explain` toggle to `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-11
/
+53
|
*
Use `flatten` instead of `filter_map` in `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-1
/
+1
|
*
Add basic controls to `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-14
/
+53
|
*
Use first-class functions in `layout` example
Héctor Ramón Jiménez
2024-01-10
1
-60
/
+83
[next]