Commit graph

8 commits

Author SHA1 Message Date
8bfb4b2dc3 Fix Join panicking in some situations 2023-04-28 14:40:53 +02:00
0573fcec77 Only provide WidthDb in [Async]Widget::size 2023-02-26 14:42:48 +01:00
607c11fea4 Use new with_* naming scheme
All builder-like functions are now named with_*. There is also now a way
to set each property imperatively with only a mutable reference.

The only widgets I haven't yet converted to this style are the Join*
widgets; they're a bit harder to figure out an appropriate API for.
2023-02-20 15:53:49 +01:00
e666d5c092 Ensure Float position is in range 0.0..=1.0 2023-02-18 14:07:25 +01:00
caca3b6ef1 Derive Debug, Clone, Copy for widgets 2023-02-18 14:07:03 +01:00
8834bb6d9d Add more Float functions 2023-02-17 21:26:00 +01:00
5a15838989 Fix Float sizing for unset directions 2023-02-17 00:15:46 +01:00
575faf9bbf Add Float widget 2023-02-16 15:13:23 +01:00