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-02-19
Use two layers for `image::atlas` only on `Gl` backend
Héctor Ramón Jiménez
1
-14
/
+18
2024-02-15
Add `push_maybe` to `Column` and `Row`
Héctor Ramón Jiménez
5
-95
/
+95
2024-02-15
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
13
-41
/
+37
2024-02-15
Rename `password` method in `TextInput` to `secure`
Héctor Ramón Jiménez
2
-6
/
+2
2024-02-14
Use `Borrow` for both `options` and `selected` in `PickList`
Héctor Ramón Jiménez
3
-16
/
+4
2024-02-12
Simplify `scrollable` styling API
Héctor Ramón Jiménez
1
-51
/
+2
2024-02-12
Introduce an appearance for a scrollable, ability to customize the scrollbar ...
dtzxporter
1
-1
/
+5
2024-02-10
Fix `style` in `solar_system` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-10
Log available formats and alpha modes in `wgpu::window::compositor`
Héctor Ramón Jiménez
2
-1
/
+6
2024-02-10
Use custom `Application::style` to enable transparency
Héctor Ramón Jiménez
1
-19
/
+19
2024-02-10
Fix alpha mode configuration in `iced_wgpu`
Daniel Yoon
1
-5
/
+48
2024-02-09
Invalidate `QRCode` cache on `Appearance` change
Héctor Ramón Jiménez
1
-6
/
+2
2024-02-09
Update `qr_code` example with theme selector
Clark Moody
1
-6
/
+28
2024-02-09
Update `async-tungstenite` dependency in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-07
Fix wrapped lines not being considered when measuring `TextEditor`
Héctor Ramón Jiménez
1
-0
/
+1
2024-02-05
Fix new `beta` toolchain warnings
Héctor Ramón Jiménez
4
-16
/
+14
2024-02-05
Fix unused import in `game_of_life` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-05
Fix unused `Instant` in `game_of_life` example
Héctor Ramón Jiménez
1
-3
/
+3
2024-02-03
Use `Theme::ALL` for theme selector in `styling` example
Héctor Ramón Jiménez
1
-71
/
+15
2024-02-03
Add Dracula, Nord, Solarized and Grubvox variants to `Theme`
Var Bhat
1
-18
/
+45
2024-02-02
The memory information is returned in bytes and not kb.
brianch
1
-4
/
+4
2024-02-02
Implement `loupe` example
Héctor Ramón Jiménez
2
-0
/
+195
2024-02-02
Implement `transform` method for `Geometry`
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-01
Fix `spacing` in `checkbox` example
Héctor Ramón Jiménez
1
-2
/
+2
2024-02-01
Use `then_some` instead of `then` in `checkbox` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-01
Simplify `checkbox` example
Héctor Ramón Jiménez
1
-34
/
+29
2024-02-01
Introduce support for disabling a `checkbox`
Alexander van Saase
10
-64
/
+81
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2
-25
/
+23
2024-01-31
Simplify `slider` example
Héctor Ramón Jiménez
1
-23
/
+18
2024-01-31
Enhance `Slider` and `VerticalSlider` functionality
Jonatan Pettersson
1
-7
/
+26
2024-01-31
Improve `Radians` ergonomics
Héctor Ramón Jiménez
1
-5
/
+5
2024-01-31
Use `Radians` in arc and ellipse types
kxie
1
-8
/
+9
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
15
-85
/
+83
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
[next]