Skip to content
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

Add more features to the patterns arg for file dialogs. #1567

Merged
merged 2 commits into from
Jun 23, 2024

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    a3f2ec0 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Improve the patterns arg in al_create_native_file_dialog

    This adds:
    
    - Support for multiple pattern sets (Windows/Linux)
    - Supports for custom pattern set descriptions (Windows/Linux)
    - Support for MIME types on MacOS
    
    Also:
    
    - Remove the implicit catch-all pattern on Windows (the "All files
      *.*"), it was inconsistent with other platforms.
    - Make MacOS do a better job at extracting the file extension
    - Improve documentation overall
    SiegeLordEx authored and SiegeLord committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    ce05752 View commit details
    Browse the repository at this point in the history