cushy/src/widgets
Jonathan Johnson bd37279282
Resizable windows now expand automatically
This expansion only triggers if the root widget measures larger than the
window's current size. We can't set a minimum size explicitly unless a
Resize widget is present, as we don't have enough knowledge to ensure
that the exact measurement we received was indeed the smallest layout in
any given direction. We only know that given the current constraints,
the returned measurement was the smallest possible. All future queries
will have to still be done again, as any change to the constraints could
impact the measured size.
2023-11-29 19:05:43 -08:00
..
align.rs Resizable windows now expand automatically 2023-11-29 19:05:43 -08:00
button.rs Making it easier to draw focus correctly 2023-11-29 15:08:12 -08:00
canvas.rs
checkbox.rs Centering checkbox ornament 2023-11-22 10:55:33 -08:00
collapse.rs Added Collapse widget 2023-11-22 15:46:58 -08:00
container.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00
custom.rs CursorIcon + disabled refactoring 2023-11-22 12:06:29 -08:00
data.rs
expand.rs Expand and stack fixes 2023-11-29 11:43:52 -08:00
input.rs Making it easier to draw focus correctly 2023-11-29 15:08:12 -08:00
label.rs Added font size + heading helpers 2023-11-28 10:14:55 -08:00
mode_switch.rs
progress.rs Dynamic now requires PartialEq 2023-11-23 11:53:59 -08:00
radio.rs Select buttons 2023-11-29 17:14:42 -08:00
resize.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00
scroll.rs Dynamic now requires PartialEq 2023-11-23 11:53:59 -08:00
select.rs Select buttons 2023-11-29 17:14:42 -08:00
slider.rs Making it easier to draw focus correctly 2023-11-29 15:08:12 -08:00
space.rs Dynamic now requires PartialEq 2023-11-23 11:53:59 -08:00
stack.rs Select buttons 2023-11-29 17:14:42 -08:00
style.rs Added font size + heading helpers 2023-11-28 10:14:55 -08:00
switcher.rs Validations 2023-11-25 07:43:04 -08:00
themed.rs
tilemap.rs Finished mouse handling for tile map 2023-11-26 19:31:03 -08:00
validated.rs Validations 2023-11-25 07:43:04 -08:00