-
Notifications
You must be signed in to change notification settings - Fork 620
[DO NOT MERGE] fixes from melonDS #374
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
base: master
Are you sure you want to change the base?
Conversation
darwin/stddialogs.m
Outdated
| } | ||
|
|
||
| char *uiOpenFile(uiWindow *parent) | ||
| char *uiOpenFile(uiWindow *parent, char* filter) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filter isn't implemented for macOS
|
Yes; please split this. This does way too many things, some of which I would need to approve the design of, and others which won't work with the upcoming stuff... Let's handle everything one at a time. |
|
This is not my patches, I just cleaned and sorted them, no functional changes from me. So what should I split? |
|
Are the 15 commits entirely different in scope? If so, then yeah; sorry ^^; If not, we can combine those that aren't into larger PRs. And don't worry about OS X support; I can take care of that. Also out of curiosity do you work on melonDS as well? |
|
Ok, lets go step by step: #375 melonDS dialogs
No, no relations. |
|
Well, splitted to 7 separate PRs. |
Patches currently applied to libui in melonDS
Maybe something from this should be applied to libui master?