-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
text_system
split
#7779
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
Merged
Merged
text_system
split
#7779
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
3a09af9
changes:
ickshonpe b1712b8
cargo fmt
ickshonpe 080aae7
fix lints
ickshonpe 9c4c01d
cargo fmt
ickshonpe 8934a6f
impl Measure for Fn
ickshonpe fc9b2d9
Changes:
ickshonpe f7d20ea
cargo fmt --all
ickshonpe 13091a3
remove `text_constraint` function
ickshonpe cfdb649
Merge branch 'split-text-system' of https://github.com/ickshonpe/bevy…
ickshonpe 621a117
Merge branch 'add-TextLayoutInfo-to-TextBundle' into split-text-system
ickshonpe 3981c7f
add TextLayoutInfo to default TextBundle
ickshonpe b004072
changes:
ickshonpe af7b6f2
changes:
ickshonpe 2280bb0
changes:
ickshonpe f510899
Clean up and bug fixes.
ickshonpe 95d7c96
simplified text size code
ickshonpe 91a05d2
fix derivable impls
ickshonpe 1ee6233
added `compute_geometry` function to pipeline
ickshonpe 5944e4b
Merge branch 'main' into split-text-system
ickshonpe 540f51e
fixed remaining bugs from merge
ickshonpe ac267a9
Renamed `IntrinsicSize` back to `CalculatedSize`, too many changes in…
ickshonpe 70f5422
Implemented one pass text `MeasureFunc`
ickshonpe 1fe7ac7
update layout on screensize change
ickshonpe d919ac7
Merge branch 'main' into split-text-system
ickshonpe 8a4c73d
Cleaned up unused code and fields.
ickshonpe 5ae0d4d
Merge branch 'main' into split-text-system
ickshonpe 711036b
cargo fmt --all
ickshonpe 74afca0
Merge branch 'main' into split-text-system
ickshonpe 941c018
changes:
ickshonpe 89eb505
taffy dependency version to 0.3.10
ickshonpe ffb59a8
removed some unused code
ickshonpe cbb1d17
reuse section texts vec when computing min and max content size
ickshonpe 8547ce2
changes:
ickshonpe 76ea8a0
Merge branch 'main' into split-text-system
ickshonpe 6c15af9
formatting
ickshonpe 08aa11c
Added a constructor function to `TextMeasureInfo`
ickshonpe 410a4ec
Added a comment explaining the font coordinate calculations.
ickshonpe a04e100
fix misnamed variable
ickshonpe af1f990
fix misnamed variables
ickshonpe 10e2ddc
Merge branch 'split-text-system' of https://github.com/ickshonpe/bevy…
ickshonpe ee1d1f3
use `with_capacity` to construct the vecs with the correct length
ickshonpe 8f1eb15
fixed extra space
ickshonpe 2ec10d8
Update crates/bevy_ui/src/widget/image.rs
ickshonpe be4053c
added `Debug` derive to new types
ickshonpe 7526fc6
Added comment to `text_layout_info` field of `Text2dBundle`
ickshonpe e33bc19
Update crates/bevy_text/src/pipeline.rs
ickshonpe 68c6e98
fixed needless borrow
ickshonpe 2779750
Merge branch 'split-text-system' of https://github.com/ickshonpe/bevy…
ickshonpe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.