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
/
space.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-2
/
+3
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-6
/
+7
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-6
/
+9
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-0
/
+2
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+1
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-10
/
+1
2021-10-28
Fix unused variables in `Widget::draw` for `Space`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-5
/
+5
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-12
/
+3
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-10
/
+0
2020-10-28
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
1
-0
/
+1
2020-07-10
Remove unnecessary lifetime in `Widget` trait
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-08
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-30
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
1
-0
/
+1
2020-03-30
refactor: remove not mandatory static lifetime
Théo Gaillard
1
-1
/
+1
2020-02-14
Revert changing the constructor and implement new method.
daxpedda
1
-1
/
+1
2020-02-14
Add `bound` to `Node` constructor.
daxpedda
1
-1
/
+1
2019-12-31
Fix `Widget::draw` for `Space` widget
Héctor Ramón Jiménez
1
-0
/
+1
2019-12-30
Rename `Empty` widget to `Space`
Héctor Ramón Jiménez
1
-29
/
+30
2019-12-30
Implement `Empty` widget
Héctor Ramón Jiménez
1
-0
/
+103