Semphriss
Semphriss
Something I'd need help with: is there an SDL equivalent to `mbstowcs`?
About async: - I've considered whether to make them sync or async, and I decided to settle on async because many use cases for those dialogs should allow the main...
A little something while I have it on my mind: some platforms require the filters to be formatted like `png;jpg;jpeg` while others need `*.png;*.jpg;*.jpeg`. Which one should I require for...
> Should the api support modal dialogs? I just checked the definition of "modal", my apologies if I get the definition wrong, but currently, both Windows and macOS use modal...
To clarify: > I think they should be modal to the specified window, and not modal (or maybe app modal) if no window is specified. This is how I made...
A few remaining problems I'd need feedback on: - The "All files" filter does not work on macOS (not sure if it is even supported) - The PSP builds fail...
For macOS, I've noticed that by default it's not possible to select filters from a drop-down menus like with Windows or Zenity, and all filters are active by default (as...
About `SDL_CreateThreadInternal()`, I must confess I'm not very familiar with threads, so I should ask: how do I determine which value I should pass to the stack argument when creating...
There are only two problems left with MSVC builds: - One linkage (?) problem on Windows. I'm not sure if there's a standard practice with SDL that I failed to...
@madebr I've added you as a co-author on the squashed commit since you wrote some code to improve the PR, is that okay?