Semphriss
Semphriss
> Maybe it could be named to indicate that the file will be unique but not temporary? The name feels kind of misleading as-is. I've named it "temp" because that's...
I'm not sure how exclusively historical the naming is, given that additions as recent as 2008 are still named with "temp" without any additional note in the documentation. It's also...
The Unix implementation should work across all Unix-likes, including Haiku, macOS, POSIX, and so on; how should I handle this? Should I copy-paste the code, or add another file for...
I believe the implementation is pretty much done, and it would be ready for review.
I don't use temporary files in C a lot so I may not be the best source, but since nobody replied, I'll answer to the best I can: When I...
Sending `SDL_EVENT_QUIT` when closing the last active tray icon when there are no windows is the intended behavior with #11743. I can add a function to check for tray support,...
To my understanding of the various system docs, the expected workflow is to create a tray icon when the app starts and keep that one for the process' lifetime, and...
For information, a similar bar is possible on Ubuntu 22.04. It's observable by copying a large file from the file manager:  This is Gnome; I did not check if...
I might give this a try once I'll be done with my current tasks. If someone else wants to try, please leave a comment here so that I don't duplicate...
IIRC, there were a few options to change the appearance of file dialogs, including the title, buttons' labels, and more, but their availability varied greatly between platforms, so I initially...