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
/
native
/
src
/
widget
/
container.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-368
/
+0
*
Use `f32` for `Padding`
Héctor Ramón Jiménez
2023-02-17
1
-1
/
+1
*
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
1
-19
/
+17
*
container: allow specification of ID and provide to `Operation::container`
Nick Senger
2023-02-16
1
-9
/
+44
*
Revert "provide ID to operation.container in applicable widgets"
Nick Senger
2023-02-16
1
-44
/
+9
*
provide ID to operation.container in applicable widgets
Nick Senger
2023-02-16
1
-9
/
+44
*
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
2022-12-22
1
-0
/
+2
*
Merge branch 'master' into non-uniform-border-radius-for-quads
Héctor Ramón Jiménez
2022-12-02
1
-8
/
+8
|
\
|
*
Allow &mut self in overlay
tarkah
2022-11-29
1
-2
/
+2
|
*
Fix broken documentation links
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
|
*
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
2022-11-09
1
-1
/
+1
|
*
Rearrange `layout` code to improve readability
Héctor Ramón Jiménez
2022-11-08
1
-2
/
+0
|
*
Rename `Padding::constrain` to `fit`
Héctor Ramón Jiménez
2022-11-08
1
-1
/
+1
|
*
Constrain padding to inner & outer sizes
Cory Forsstrom
2022-10-27
1
-4
/
+6
*
|
non uniform border radius for quads
Robert Krahn
2022-11-03
1
-1
/
+1
|
/
*
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
2022-07-28
1
-1
/
+16
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-57
/
+78
*
Fix `max_width` and `max_height` for `Container`
Héctor Ramón Jiménez
2022-07-18
1
-1
/
+11
*
Implement theme styling for `Container`
Héctor Ramón Jiménez
2022-06-07
1
-14
/
+21
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-0
/
+2
*
Merge branch 'master' into virtual-widgets
Héctor Ramón Jiménez
2022-03-07
1
-19
/
+2
|
\
|
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
1
-19
/
+2
*
|
Implement `Container` widget in `iced_pure`
Héctor Ramón Jiménez
2022-02-12
1
-22
/
+36
|
/
*
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
2022-01-11
1
-1
/
+5
*
Include alignment in the container layout hash
Imbris
2021-12-06
1
-0
/
+2
*
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
2021-11-29
1
-3
/
+3
*
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
2021-11-04
1
-7
/
+10
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
1
-2
/
+2
*
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+6
*
Implement `Widget::mouse_interaction` for `Container`
Héctor Ramón Jiménez
2021-10-18
1
-0
/
+14
*
Draw styling in `Widget::draw` for `Container`
Héctor Ramón Jiménez
2021-10-18
1
-8
/
+36
*
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-19
/
+10
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-2
/
+3
*
Implement `Widget::draw` for `Container`
Héctor Ramón Jiménez
2021-10-14
1
-1
/
+7
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
1
-22
/
+2
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-12
/
+13
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
1
-3
/
+7
*
Replace ignored doc-tests with additional documentation for `Padding`
Héctor Ramón
2021-06-01
1
-5
/
+0
*
Add support for asymmetrical padding
Ben LeFevre
2021-06-01
1
-11
/
+18
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
1
-3
/
+3
*
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
1
-26
/
+1
*
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
2020-11-12
1
-3
/
+5
*
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
2020-10-28
1
-0
/
+3
*
Remove unnecessary lifetime in `Widget` trait
Héctor Ramón Jiménez
2020-07-10
1
-1
/
+1
*
Rename `overlay::Content` trait to `Overlay`
Héctor Ramón Jiménez
2020-07-10
1
-2
/
+2
*
Draft `Widget::overlay` idempotency
Héctor Ramón Jiménez
2020-07-08
1
-1
/
+1
*
Introduce `Layer` trait
Héctor Ramón Jiménez
2020-07-08
1
-2
/
+9
*
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
2020-07-08
1
-1
/
+1
*
#288 Renamed XXXWidget to Marker
Olivier Pinon
2020-04-12
1
-2
/
+2
*
Remove unnecessary 'static lifetime on Renderer
Olivier Pinon
2020-04-12
1
-3
/
+4
[next]