Semphriss

Results 172 comments of Semphriss

Alright! Some ideas I've had while working on the design: - Having the window/canvas resize to fit the browser window size, if the example uses SDL_WINDOW_RESIZABLE? I've done something like...

~~Here's an example of what I did with the console for SuperTux: https://supertux.semphris.com/play-debug/~~ ~~I'd like to post screenshots to avoid the humongous download of the game, but my browser stubbornly...

I've made three templates to see which direction I should take next. Since I wasn't testing with an actual SDL example program, I made the canvas light blue. In all...

> I think it's good to see the console output. Maybe a combination, where the code and console are tabs in the bottom area? > I think the third example...

I wasn't sure if larger tabs implied larger fonts, so I did that as well. It's easy to undo if the font size was already correct. ![image](https://github.com/user-attachments/assets/5e1f4991-52d3-475c-abb7-8458401b65aa)

No, I wouldn't leave an expected memory leak undocumented, much less one that's in the hundreds of megabytes :) If the C callback never returns, I expect the file names...

It's possible it comes into play, but that wouldn't explain the quite extreme difference between selecting a file and no file at all...

I've been trying to reproduce this and although I do notice some funny stuff happening in memory, I don't get anything close to a 100Mb memory difference. @edwardgushchin Can you...

I'm not sure if I understand the issue well, but normally, `SDL_PROP_FILE_DIALOG_LOCATION_STRING` should cover all of those values. It expects an absolute path to the file which the dialog should...

> On the windows side the portal field current_name could be mapped to the OPENFILENAMEW field lpstrFileTitle, but I've not used it and I'm not find the [docs](https://learn.microsoft.com/en-us/windows/win32/api/commdlg/ns-commdlg-openfilenamea) particularly helpful....