Release: Merge development into main (v0.3.8)#19
Merged
Conversation
ci: add workflow to automatically merge main into development
On macOS, rfd internally uses dispatch_sync to the main thread to show NSOpenPanel. Previously, we spawned a background thread that would call rfd, then the main thread blocked on rx.recv() waiting for the result, creating a deadlock. Now on macOS, we call the dialog functions directly on the main thread (no spawn), allowing dispatch_sync to execute inline without deadlock. Windows behavior unchanged. Fixes: tendril/00117
…derDialogDeadlockInRustinoNativeLibrary [00117] Fix macOS folder dialog deadlock in Rustino native library
This commit implements configurable About dialog metadata throughout the Rustino stack, fixing the empty About dialog issue on macOS. Changes: - Extended Rust WindowConfig with about_name, about_version, about_copyright, about_website, about_license, about_authors, and about_comments fields - Updated create_default_macos_menu to populate AboutMetadata from config - Added FFI functions for runtime configuration via C# interop - Extended C# RustinoWindow API with builder methods for About metadata - Updated RustinoNativeParameters struct to pass About fields at initialization The About dialog now displays configurable metadata instead of being blank. When no metadata is provided, the window title is used as a fallback. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
…utDialogOnMacOS [00074] Fix Empty About Dialog on macOS
Collaborator
Author
|
@claude review this |
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
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.
Automated release PR for version 0.3.8.