-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename Val
evaluate
to resolve
and implement viewport variant support
#9568
Merged
Commits on Aug 24, 2023
-
* ExtractUiNode * ExtractUiNodeBorder * ExtractUiNodeText * ExtractUiNodeAtlasImage These are added to the relevant UI node bundles. The UI's extraction functions now have query filters that allow selective extraction of UI node entities: * `extract_uinode` has filter `With<ExtractUiNode>` * `extract_uinode_borders` has filter `With<ExtractUiNodeBorder>` * `extract_text_uinodes` has filter `With<ExtractUiNodeText>` * `extract_atlas_uinodes` has filter `With<ExtractUiNodeAtlasImage>`
Configuration menu - View commit details
-
Copy full SHA for 0a88bb5 - Browse repository at this point
Copy the full SHA 0a88bb5View commit details
Commits on Aug 25, 2023
-
changes to
bevy_ui::ui_node::Val
* Renamed `_with_size` functions to `_with_context` * Added a `viewport_size` parameter to its methods: - `evaluate` - `try_add_with_context` - `try_add_assign_with_context` - `try_sub_with_context` - `try_sub_assign_with_context` * Added support for the viewport `Val` variants to `evaluate`
Configuration menu - View commit details
-
Copy full SHA for 4b8a91e - Browse repository at this point
Copy the full SHA 4b8a91eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b3d65 - Browse repository at this point
Copy the full SHA 59b3d65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bae0ea - Browse repository at this point
Copy the full SHA 9bae0eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04733b7 - Browse repository at this point
Copy the full SHA 04733b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f730a45 - Browse repository at this point
Copy the full SHA f730a45View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3f7ee - Browse repository at this point
Copy the full SHA cd3f7eeView commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d53d25 - Browse repository at this point
Copy the full SHA 2d53d25View commit details -
Configuration menu - View commit details
-
Copy full SHA for e93fbcd - Browse repository at this point
Copy the full SHA e93fbcdView commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6631d89 - Browse repository at this point
Copy the full SHA 6631d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f847f8 - Browse repository at this point
Copy the full SHA 2f847f8View commit details -
Fixed vieport coord resolve, Viewport Variants are percentages not fr…
…actions. Further tweak to comments.
Configuration menu - View commit details
-
Copy full SHA for 1f142c0 - Browse repository at this point
Copy the full SHA 1f142c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c5b56 - Browse repository at this point
Copy the full SHA d4c5b56View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.