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
/
layout
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2
-3
/
+3
2025-01-24
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
1
-6
/
+5
2024-11-22
Make `pin` widget `Fill` parent by default
Héctor Ramón Jiménez
1
-2
/
+2
2024-11-22
Implement `pin` widget
Héctor Ramón Jiménez
1
-1
/
+23
2024-09-21
Fix flex layout of `Fill` elements in a `Shrink` cross axis
Héctor Ramón Jiménez
1
-3
/
+37
2024-08-06
Implement `row::Wrapping` widget
Héctor Ramón Jiménez
1
-3
/
+4
2024-07-20
Make `container::Style` API more consistent
Héctor Ramón Jiménez
1
-2
/
+3
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-9
/
+9
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-6
/
+6
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-13
Ask for explicit `Length` in `center_*` methods
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
1
-15
/
+5
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
1
-4
/
+4
2024-03-22
Restore `canvas::Frame` API
Héctor Ramón Jiménez
1
-4
/
+2
2024-03-21
Restore `canvas::Program` API
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
1
-4
/
+6
2024-03-17
Move `Program` to `application` module
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-16
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-16
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
1
-2
/
+1
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
1
-25
/
+10
2024-03-08
Rename `container::box_` to `rounded_box`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-05
Simplify theming for `Container` widget
Héctor Ramón Jiménez
1
-4
/
+3
2024-03-03
Remove complex cross-axis layout logic from `Column` and `Row`
Héctor Ramón Jiménez
1
-39
/
+3
2024-02-15
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
1
-5
/
+5
2024-02-14
Use `Borrow` for both `options` and `selected` in `PickList`
Héctor Ramón Jiménez
1
-5
/
+1
2024-02-01
Introduce support for disabling a `checkbox`
Alexander van Saase
1
-1
/
+2
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-3
/
+7
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
1
-4
/
+16
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
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-10
Create `layout` example
Héctor Ramón Jiménez
2
-0
/
+132