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
/
pure
/
src
/
widget
/
column.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-246
/
+0
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-4
/
+10
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+2
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+13
2022-03-29
Loose lifetime bounds in `pure::Widget` implementations
Héctor Ramón Jiménez
1
-2
/
+2
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+2
2022-02-17
Implement `pure::Component` in `iced_lazy`
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-16
Add `overlay` support in `iced_pure` and port `PickList` :tada:
Héctor Ramón Jiménez
1
-0
/
+10
2022-02-16
Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`
Héctor Ramón Jiménez
1
-11
/
+2
2022-02-12
Add `max_width` to `Column` in `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+14
2022-02-12
Implement pure version of `todos` example :tada:
Héctor Ramón Jiménez
1
-2
/
+6
2022-02-11
Use `TypeId` of `()` for `Column` and `Row` tags in `iced_pure`
Héctor Ramón Jiménez
1
-2
/
+1
2022-02-11
Allow pure widgets to borrow from `Application` data :tada:
Héctor Ramón Jiménez
1
-12
/
+15
2022-02-11
Rename `iced_virtual` to `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+0
2022-02-10
Implement `Into<Element>` for `&'static str` in `iced_virtual`
Héctor Ramón Jiménez
1
-0
/
+11
2022-02-10
Draft virtual `Button`, `Column`, and `Text`
Héctor Ramón Jiménez
1
-99
/
+66
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
1
-1
/
+6
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-3
/
+3
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-18
Implement `Widget::mouse_interaction` for `Row`
Héctor Ramón Jiménez
1
-0
/
+21
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-2
/
+3
2021-10-14
Implement `Widget::draw` for `Row`
Héctor Ramón Jiménez
1
-8
/
+3
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-33
/
+11
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-4
/
+4
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-4
/
+4
2021-06-01
Replace ignored doc-tests with additional documentation for `Padding`
Héctor Ramón
1
-5
/
+0
2021-06-01
Add support for asymmetrical padding
Ben LeFevre
1
-7
/
+13
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-3
/
+3
2021-02-23
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
1
-9
/
+1
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
1
-1
/
+9
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-24
/
+1
2020-11-12
Implement event capturing for `Row`
Héctor Ramón Jiménez
1
-8
/
+8
2020-11-12
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
1
-5
/
+7
2020-10-28
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
1
-5
/
+14
2020-10-17
Remove entirely
Jonathan Li
1
-5
/
+0
2020-10-13
Fix typo in Row's and Column's hash_layout
Jakub Hlusička
1
-1
/
+1
2020-10-02
Document better
Jonathan Li
1
-1
/
+2
2020-07-10
Remove unnecessary lifetime in `Widget` trait
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-10
Rename `overlay::Content` trait to `Overlay`
Héctor Ramón Jiménez
1
-2
/
+2
2020-07-08
Draft `Widget::overlay` idempotency
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-08
Implement `Widget::overlay` for `Row`
Héctor Ramón Jiménez
1
-2
/
+13
2020-07-08
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-12
#288 Renamed XXXWidget to Marker
Olivier Pinon
1
-2
/
+2
2020-04-12
Remove unnecessary 'static lifetime on Renderer
Olivier Pinon
1
-3
/
+4
2020-03-30
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
1
-3
/
+4
2020-03-30
refactor: remove not mandatory static lifetime
Théo Gaillard
1
-1
/
+1
2020-03-17
Reuse `with_children` to remove some duplication
Héctor Ramón Jiménez
1
-10
/
+1
2020-03-17
Rename `new_with_children` to `with_children`
Héctor Ramón Jiménez
1
-2
/
+4
2020-03-16
Instantiate Column and Row with children
Rowun Giles
1
-0
/
+16
2020-03-06
Remove counterintuitive constant functions
Héctor Ramón Jiménez
1
-8
/
+8
[next]