bevy/crates/bevy_ui/src
cevans-uk b4bc9e4a11
bevy_ui: fix doc formatting for some Style fields (#9295)
The previous formatting didn't render as you'd expect, with 'For CSS
Grid containers' getting adopted by the prior bullet point. Rather than
fixing that directly I opted for a slight reformatting for consistency
with other fields, notably left/right/top/bottom.
2023-07-29 22:22:24 +00:00
..
layout Growing UI nodes Fix (#8931) 2023-07-09 07:33:22 +00:00
render Revert "Fix UI corruption for AMD gpus with Vulkan (#9169)" (#9237) 2023-07-25 21:15:41 +00:00
widget Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
accessibility.rs Move bevy_ui accessibility systems to PostUpdate. (#8653) 2023-05-23 23:50:48 +00:00
camera_config.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
focus.rs Divide by UiScale when converting UI coordinates from physical to logical (#8720) 2023-07-06 20:27:54 +00:00
geometry.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
lib.rs Allow tuples and single plugins in add_plugins, deprecate add_plugin (#8097) 2023-06-21 20:51:03 +00:00
measurement.rs Fix bevy_ui compilation failure without bevy_text (#8985) 2023-07-03 23:10:10 +00:00
node_bundles.rs Fix missing bevy_text feature cfg attribute (#8670) 2023-06-29 00:33:35 +00:00
stack.rs Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
ui_node.rs bevy_ui: fix doc formatting for some Style fields (#9295) 2023-07-29 22:22:24 +00:00
update.rs Split UI Overflow by axis (#8095) 2023-04-17 22:23:52 +00:00