cushy/examples
Jonathan Johnson 17847d6947
Various fixes/improvements
- On Linux, `fm-match` is used to query for the default fonts.
- DynamicComponents now have their own trait and can now be specified
  with a constant or dynamic.
- Roboto Flex is now always loaded when the feature is enabled.
  Overriding the default sans serif font prefers the overridden value,
  then roboto, then the result of fc-match/fontdb's default.
- Button now supports background colors being set on a transparent
  button.
2023-12-03 15:35:37 -08:00
..
animation.rs Progress bars, repeating animations 2023-11-21 09:53:08 -08:00
basic-button.rs Removing centered from readme example 2023-11-14 20:41:04 -08:00
buttonception.rs Tested buttons in buttons 2023-11-29 15:42:06 -08:00
buttons.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00
canvas.rs Subpixels + Feathering + figures refactor 2023-11-19 10:34:06 -08:00
checkbox.rs Dynamic now requires PartialEq 2023-11-23 11:53:59 -08:00
collapse.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00
contacts.rs Implemented a basic grid 2023-11-30 18:19:53 -08:00
containers.rs Added Copy to Clipboard to theme editor 2023-12-03 07:38:56 -08:00
counter.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00
cursor-icon.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00
custom-widgets.rs Refactored to MakeWidgetWithId 2023-11-30 09:14:19 -08:00
focus-order.rs Implemented a basic grid 2023-11-30 18:19:53 -08:00
focus.rs Making it easier to draw focus correctly 2023-11-29 15:08:12 -08:00
gameui.rs More fluent APIs 2023-11-22 05:54:35 -08:00
input.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00
login.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00
manual-tabs.rs Select buttons 2023-11-29 17:14:42 -08:00
nested-scroll.rs Various fixes/improvements 2023-12-03 15:35:37 -08:00
progress.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00
radio.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00
scroll.rs Helpers galore 2023-11-14 09:31:56 -08:00
select.rs Select buttons 2023-11-29 17:14:42 -08:00
slider.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00
stack-align-test.rs Added slidable enum demo 2023-11-14 11:44:32 -08:00
style.rs Helpers galore 2023-11-14 09:31:56 -08:00
switcher.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00
theme.rs Added Copy to Clipboard to theme editor 2023-12-03 07:38:56 -08:00
tic-tac-toe.rs Callback handles are now managed 2023-12-01 13:31:42 -08:00
tilemap.rs Finished mouse handling for tile map 2023-11-26 19:31:03 -08:00
todo.rs Callback handles are now managed 2023-12-01 13:31:42 -08:00
typography.rs Added font size + heading helpers 2023-11-28 10:14:55 -08:00
validation.rs Refactored root resize behavior 2023-11-25 12:00:59 -08:00