-
-
Notifications
You must be signed in to change notification settings - Fork 910
debug_ui: Add search method to MovieListWindow #21512
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
Lord-McSweeney
merged 1 commit into
ruffle-rs:master
from
anthony-hyo:fix/add-movie-search
Sep 5, 2025
Merged
debug_ui: Add search method to MovieListWindow #21512
Lord-McSweeney
merged 1 commit into
ruffle-rs:master
from
anthony-hyo:fix/add-movie-search
Sep 5, 2025
+51
−26
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
d689dd2
to
72ed0fb
Compare
adrian17
approved these changes
Aug 31, 2025
72ed0fb
to
b04fc8e
Compare
Hancock33
added a commit
to Hancock33/batocera.piboy
that referenced
this pull request
Sep 7, 2025
-------------------------------------------------------------------------------------- azahar.mk 48e8086bfe31d954c2d5a66fbccd3a811e76d63f # Version: Commits on Sept 05, 2025 -------------------------------------------------------------------------------------- Updated compatibility list, ----------------------------------------------------------------------------------- clk.mk 96fd0b78929577ed7e7da9cef11af16dff4a773d # Version: Commits on Sept 06, 2025 ----------------------------------------------------------------------------------- Merge pull request #1553 from TomHarte/IndentationSomeMore Further reduce indentation., ------------------------------------------------------------------------------------------- duckstation.mk 78d22b8852b06c5228164b7fe283d5baaf7749d6 # Version: Commits on Sept 06, 2025 ------------------------------------------------------------------------------------------- Qt: Swap point size for pixel size in a few places Make sizes consistent between Windows and MacOS., ------------------------------------------------------------------------------------- fsuae.mk 6c4d5ec2051cfaf45179cd02e10ff3af42486bdf # Version: Commits on Sept 05, 2025 ------------------------------------------------------------------------------------- Updated docs, added some test code, -------------------------------------------------------------------------------------- ikemen.mk a12239e953e096d1f71dfae628ddc59eebb1c914 # Version: Commits on Sept 06, 2025 -------------------------------------------------------------------------------------- fix: -speed and -speedtest command line arguments (#2580) * fix: -speed, -speedtest, and boolean parsing for command line arguments * fix: crash when arguments end on a flag * fix: no longer using GameSpeedMultiplier * refactor: dropped redundant gameSpeed variable to use Config.Options.GameSpeed directly, ------------------------------------------------------------------------------------- rpcs3.mk 05648428715b9f1f54707290eb9fc1b1a124744e # Version: Commits on Sept 05, 2025 ------------------------------------------------------------------------------------- SPU: Restore postponed LR notifications (with tweaks), ---------------------------------------------------------------- ruffle.mk nightly-2025-09-06 # Version: Commits on Sept 06, 2025 ---------------------------------------------------------------- ## What's Changed * tests: Fix from_shumway/avm1/hitarea by @kjarosh in ruffle-rs/ruffle#21568 * debug_ui: Fix egui widget ID collisions in DomainListWindow by @anthony-hyo in ruffle-rs/ruffle#21503 * debug_ui: Add search method to MovieListWindow by @anthony-hyo in ruffle-rs/ruffle#21512 ## New Contributors * @anthony-hyo made their first contribution in ruffle-rs/ruffle#21503 **Full Changelog**: ruffle-rs/ruffle@nightly-2025-09-05...nightly-2025-09-06, --------------------------------------------------------------------------------------- shadps4.mk 53181b005c84c21ef10dc6063b1ae4d37e96ade3 # Version: Commits on Sept 05, 2025 --------------------------------------------------------------------------------------- Handle null event flags in cancel and clear (#3530), ------------------------------------------------------------------------------------ ymir.mk 5ec6d92cad6f4ae43d1166f6fde8680cf6b00c19 # Version: Commits on Sept 06, 2025 ------------------------------------------------------------------------------------ fix(VDP1): Don't swap gouraud values when horizontal and/or vertical flip is enabled for an untextured polygon Fixes bad shading in Croc - Legend of the Gobbos, ------------------------------------------------------------------------------------- cdogs.mk 58d0d98591ee743c291bc27176e60787e4dd10aa # Version: Commits on Sept 06, 2025 ------------------------------------------------------------------------------------- Bunny seal #712, ---------------------------------------------------- nblood.mk r14262 # Version: Commits on Sept 05, 2025 ---------------------------------------------------- - ------------------------------------------------------------------------------------------------- libretro-mame-src.mk f0cb8f62cae99f8ad389575c9a52240b9262bd43 # Version: Commits on Sept 05, 2025 ------------------------------------------------------------------------------------------------- Merge remote-tracking branch 'upstream/master', ----------------------------------------------------------------------------------------- retroarch.mk a773c506b6a95d97235fb8b0630a4696c10b5370 # Version: Commits on Sept 06, 2025 ----------------------------------------------------------------------------------------- Fetch translations from Crowdin, ----------------------------------------------------------------------------------------- doomretro.mk ba5f6cb65ace28064db0303bef36f6ea670fabbc # Version: Commits on Sept 06, 2025 ----------------------------------------------------------------------------------------- Fix left/right controller thumb movement moving up/down in menu, ------------------------------------------------------------------------------------------- xash3d-fwgs.mk ccff8191ddbc6fd1ebb81409aa95cf437e62bd86 # Version: Commits on Sept 05, 2025 ------------------------------------------------------------------------------------------- engine: server: increase sv_connect_timeout to 60 by request,
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.
Why
While testing AQW, many movies are loaded, and it becomes difficult to track or locate specific URLs and items. This search functionality improves usability by allowing to quickly filter and find movies of interest, and also helps to detect if a movie has been loaded multiple times, which can assist in debugging issues.
Screenshot