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
/
widget
/
src
/
container.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-13
Ask for explicit `Length` in `center_*` methods
Héctor Ramón Jiménez
1
-17
/
+10
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
1
-2
/
+60
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
1
-98
/
+72
2024-03-12
Remove `themer` use from `gradient` example :tada:
Héctor Ramón Jiménez
1
-3
/
+21
2024-03-12
Try using closures for `Container::style`
Héctor Ramón Jiménez
1
-19
/
+22
2024-03-08
Rename `container::box_` to `rounded_box`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-07
Implement additional helpers for `Border` and `container::Appearance`
Héctor Ramón Jiménez
1
-4
/
+22
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
1
-33
/
+16
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
1
-2
/
+1
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-19
/
+48
2024-03-06
Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets
Héctor Ramón Jiménez
1
-6
/
+21
2024-03-05
Simplify theming for `Container` widget
Héctor Ramón Jiménez
1
-15
/
+103
2024-02-15
Add `clip` property to `Container`, `Column`, and `Row`
Héctor Ramón Jiménez
1
-2
/
+15
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
1
-0
/
+2
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-22
/
+23
2024-01-20
Add `Shadow` to `container::Appearance`
Héctor Ramón Jiménez
1
-2
/
+5
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-4
/
+2
2024-01-20
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-20
feat: quad shadows
Nick Senger
1
-0
/
+1
2024-01-11
Make `Button` sizing strategy adaptive
Héctor Ramón Jiménez
1
-10
/
+2
2024-01-10
Fix unnecessary `into` call in `Container::new`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
1
-18
/
+10
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+5
2024-01-10
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
1
-2
/
+13
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-15
/
+18
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
1
-15
/
+17
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-16
/
+22
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
1
-1
/
+92
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+2
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-6
/
+6
2023-05-23
clippy
Casper Storm
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-14
/
+14
2023-02-17
Use `f32` for `Padding`
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-19
/
+17
2023-02-16
container: allow specification of ID and provide to `Operation::container`
Nick Senger
1
-9
/
+44
2023-02-16
Revert "provide ID to operation.container in applicable widgets"
Nick Senger
1
-44
/
+9
2023-02-16
provide ID to operation.container in applicable widgets
Nick Senger
1
-9
/
+44
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
1
-0
/
+2
2022-11-29
Allow &mut self in overlay
tarkah
1
-2
/
+2
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-08
Rearrange `layout` code to improve readability
Héctor Ramón Jiménez
1
-2
/
+0
2022-11-08
Rename `Padding::constrain` to `fit`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-03
non uniform border radius for quads
Robert Krahn
1
-1
/
+1
2022-10-27
Constrain padding to inner & outer sizes
Cory Forsstrom
1
-4
/
+6
2022-07-28
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
1
-1
/
+16
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-57
/
+78
2022-07-18
Fix `max_width` and `max_height` for `Container`
Héctor Ramón Jiménez
1
-1
/
+11
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
1
-14
/
+21
[next]