Jonathan Johnson
2fe28729df
Directly depending on figures
...
While this was a workaround for a docs.rs issue (Px/Lp are not
linked), I decided having the shorter import path would look better in
the examples.
It probably wasn't necessary to update all of the references in the
internal code, but I decided it was worth the consistency.
2023-12-28 09:35:24 -08:00
Jonathan Johnson
df479e983e
Renaming crate to Cushy
...
Refs #117
2023-12-27 19:02:59 -08:00
Jonathan Johnson
02d6b343f1
Widget docs + refactoring
...
- MakeWidgetWithId::make_with_id -> MakeWidgetWithTag::make_With_tag
- ManagedWidget -> MountedWidget
- *_refresh -> *_redraw, standardized on terminology
- get_tracked -> get_tracking_redraw
2023-12-17 07:38:31 -08:00
Jonathan Johnson
8f99ae19fd
Implemented a basic grid
...
Refs #14
2023-11-30 18:19:53 -08:00
Jonathan Johnson
e15ae59c5c
Refactored root resize behavior
...
Closes #84 , Closes #77 , Closes #78
2023-11-25 12:00:59 -08:00
Jonathan Johnson
ecc08f3f73
Stack gutters honor IntrinsicPadding
2023-11-22 06:21:44 -08:00
Jonathan Johnson
c39f8f33ad
Rewrote text input
...
Also implemnted secure/masked input
Closes #58
2023-11-16 15:34:26 -08:00
Jonathan Johnson
534f676ef0
Enable/disable is now handled for all widgets
...
Closes #66
2023-11-15 10:23:42 -08:00
Jonathan Johnson
eb063c82f0
Explicit focus order is now fully supported
2023-11-14 14:12:12 -08:00