-
-
Notifications
You must be signed in to change notification settings - Fork 923
text: Ignore trailing spaces when sizing for SWF8+ only #21832
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
kjarosh
merged 3 commits into
ruffle-rs:master
from
kjarosh:edittext-align-trailing-spaces
Oct 9, 2025
Merged
text: Ignore trailing spaces when sizing for SWF8+ only #21832
kjarosh
merged 3 commits into
ruffle-rs:master
from
kjarosh:edittext-align-trailing-spaces
Oct 9, 2025
Conversation
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
evilpie
approved these changes
Oct 9, 2025
This behavior is version gated in Flash Player, SWF7 and older take spaces into account when align is not "left".
d39c843
to
f016b68
Compare
Hancock33
added a commit
to Hancock33/batocera.piboy
that referenced
this pull request
Oct 12, 2025
----------------------------------------------------------------------------------- eden.mk 3656253262fd1c22e5a1ab43ae373173e571e11d # Version: Commits on Oct 10, 2025 ----------------------------------------------------------------------------------- [acc] do not consider system profile as orphaned (#2708) ------------------------------------------------------------------------------------- ikemen.mk 6b02a314472bc0ab93aba0d6b61fe272b942747a # Version: Commits on Oct 10, 2025 ------------------------------------------------------------------------------------- Merge pull request #2763 from rakieldev/fixes fix: stuck viewport, ---------------------------------------------------- pcsx2.mk v2.5.214 # Version: Commits on Oct 09, 2025 ---------------------------------------------------- - [translations: Syncing Crowdin translations](PCSX2/pcsx2#13372) , ------------------------------------------------------------------------------------- ppsspp.mk 825f92893e3b1acc32baa2cb7dd8e9594472de66 # Version: Commits on Oct 09, 2025 ------------------------------------------------------------------------------------- Merge pull request #20863 from hrydgard/arm64-fp-controlword Arm64 FP controlword support on Windows, plus TR fix, --------------------------------------------------------------- ruffle.mk nightly-2025-10-10 # Version: Commits on Oct 10, 2025 --------------------------------------------------------------- ## What's Changed * text: Ignore trailing spaces when sizing for SWF8+ only by @kjarosh in ruffle-rs/ruffle#21832 **Full Changelog**: ruffle-rs/ruffle@nightly-2025-10-08...nightly-2025-10-10, ----------------------------------------------------- ryujinx.mk 1.3.150 # Version: Commits on Oct 09, 2025 ----------------------------------------------------- Canary-1.3.150 -------------------------------------------------------------------------------------- tsugaru.mk 041fa0437fc23ccb1a90544b2712e73067af2db6 # Version: Commits on Oct 09, 2025 -------------------------------------------------------------------------------------- Renamed FetchOperand to FetchOperandLoop., ----------------------------------------------------------------------------------- ymir.mk 175a7f858b1d3c0e4c9f774c7bf7337a1043c21e # Version: Commits on Oct 10, 2025 ----------------------------------------------------------------------------------- chore: Update About window with all newly added dependencies, ------------------------------------------------------------------------------------------ devilutionx.mk 88f706e0d13221f1eed7338279ba7c5db4272c19 # Version: Commits on Oct 09, 2025 ------------------------------------------------------------------------------------------ SDL3: Add some backports / compat helpers, ---------------------------------------------------------------------------------------- retroarch.mk cfcece201cbeaeb0d5f599eecad43002e9eca762 # Version: Commits on Oct 10, 2025 ---------------------------------------------------------------------------------------- Fetch translations from Crowdin, ---------------------------------------------------------------------------------------- doomretro.mk fc4546f696b2a3d0c3f58a4570c0351547912c7c # Version: Commits on Oct 10, 2025 ---------------------------------------------------------------------------------------- Show milliseconds on intermission screen, ---------------------------------------------------------------------------------------------- libretro-ppsspp.mk 825f92893e3b1acc32baa2cb7dd8e9594472de66 # Version: Commits on Oct 09, 2025 ---------------------------------------------------------------------------------------------- Merge pull request #20863 from hrydgard/arm64-fp-controlword Arm64 FP controlword support on Windows, plus TR fix, --------------------------------------------------------------------------------------------- libretro-wasm4.mk 2cf9d05b266fa7154dcf888a2fda8a0e866c8f9d # Version: Commits on Oct 09, 2025 --------------------------------------------------------------------------------------------- Merge pull request #839 from yamt/diskw-netplay make diskw skip localStorage.setItem for non-host players,
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This behavior is version gated in Flash Player, SWF7 and older take spaces into account when align is not "left".