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
*
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
*
Implement `padding` support for `Container`
Héctor Ramón Jiménez
2020-03-31
1
-2
/
+17
*
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
2020-03-30
1
-3
/
+4
*
refactor: remove not mandatory static lifetime
Théo Gaillard
2020-03-30
1
-1
/
+1
*
Remove excess whitespace from end of line to comply with `cargo fmt`.
Mark Friedenbach
2020-03-20
1
-1
/
+1
*
Container support for Align::End
Louis-Simon Mc Nicoll
2020-02-11
1
-0
/
+16
*
Write missing docs and reenable deny statements
Héctor Ramón Jiménez
2020-01-09
1
-0
/
+8
*
Draft basic styling for `TextInput`
Héctor Ramón Jiménez
2020-01-01
1
-1
/
+1
*
Draft basic styling for `Container`
Héctor Ramón Jiménez
2019-12-31
1
-9
/
+39
*
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
2019-12-30
1
-0
/
+2
*
Allow clipboard access in `Widget::on_event`
Héctor Ramón Jiménez
2019-12-18
1
-1
/
+4
*
Uncomment missing debug implementations rule
Héctor Ramón Jiménez
2019-11-22
1
-1
/
+1
*
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
2019-11-22
1
-0
/
+1
*
Merge branch 'master' into improvement/docs
Héctor Ramón Jiménez
2019-11-21
1
-0
/
+4
|
\
|
*
Make `width` and `height` required methods
Héctor Ramón Jiménez
2019-11-16
1
-0
/
+4
*
|
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
2019-11-21
1
-4
/
+88
|
/
*
Loosen `layout::Limits` for `Container` children
Héctor Ramón Jiménez
2019-11-13
1
-1
/
+1
*
Remove `padding` from `Container` for now
Héctor Ramón Jiménez
2019-11-11
1
-4
/
+1
*
Implement `Container` widget
Héctor Ramón Jiménez
2019-11-11
1
-0
/
+93