-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
da20f61
commit 3aba4b8
Showing
8 changed files
with
354 additions
and
165 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.