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
/
space.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
-101
/
+0
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-4
/
+4
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+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
-5
/
+2
2022-02-16
Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`
Héctor Ramón Jiménez
1
-16
/
+0
2022-02-13
Implement `Space` in `iced_pure`
Héctor Ramón Jiménez
1
-5
/
+3
2022-02-13
Implement `Radio` in `iced_pure`
Héctor Ramón Jiménez
1
-4
/
+5
2022-02-12
Implement missing `on_event` and `mouse_interaction` for `Checkbox` in `iced_...
Héctor Ramón Jiménez
1
-1
/
+41
2022-02-12
Implement pure version of `todos` example :tada:
Héctor Ramón Jiménez
1
-2
/
+4
2022-02-12
Implement `Checkbox` in `iced_pure`
Héctor Ramón Jiménez
1
-14
/
+6
2022-02-12
Reuse `Text` widget from `iced_native` in `iced_pure`
Héctor Ramón Jiménez
1
-114
/
+17
2022-02-11
Allow pure widgets to borrow from `Application` data :tada:
Héctor Ramón Jiménez
1
-5
/
+7
2022-02-11
Expose function helpers to build widgets in `pure::widget`
Héctor Ramón Jiménez
1
-2
/
+2
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
/
+9
2022-02-10
Draft virtual `Button`, `Column`, and `Text`
Héctor Ramón Jiménez
1
-95
/
+34
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-1
/
+1
2021-12-10
Lower text::Renderer's Font bound from Copy to Clone
Olivier Pinon
1
-3
/
+3
2021-11-04
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
1
-0
/
+10
2021-10-31
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
1
-9
/
+8
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-20
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
1
-23
/
+49
2021-10-20
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
1
-43
/
+5
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-14
Implement `Widget::draw` for `Text`
Héctor Ramón Jiménez
1
-7
/
+27
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-35
/
+5
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-10
/
+14
2021-09-15
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
1
-1
/
+1
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
1
-4
/
+6
2021-08-21
Implement textual hit testing
Tom
1
-2
/
+19
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-33
/
+3
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-06-19
Make default text size configurable in `Settings`
Héctor Ramón Jiménez
1
-4
/
+4
2020-05-27
Loosen bounds on Text Clone impl
Imbris
1
-1
/
+16
2020-04-23
Make `Font` an associated type of `text::Renderer`
Héctor Ramón Jiménez
1
-16
/
+23
2020-03-30
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
1
-0
/
+2
2020-02-18
Pull `Checkbox` default constants from its `Renderer`
Héctor Ramón Jiménez
1
-4
/
+4
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-30
Make `Row`, `Column`, and `Checkbox` shrink by default
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-30
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
1
-0
/
+3
2019-11-24
Display widget images in documentation
Héctor Ramón Jiménez
1
-0
/
+2
2019-11-24
Fix `iced_native` widget examples
Héctor Ramón Jiménez
1
-1
/
+2
2019-11-22
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
1
-2
/
+9
2019-11-21
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
1
-16
/
+146
2019-11-16
Make `width` and `height` required methods
Héctor Ramón Jiménez
1
-0
/
+4
2019-11-11
Draft custom layout engine based on `druid`
Héctor Ramón Jiménez
1
-5
/
+13
[next]