Stephen Anthony

Results 172 comments of Stephen Anthony

SDL2 supports multiple windows, although I've never played with it too much. It basically uses a 'window ID' to identify the window. The current code has all dialogs in a...

Yes, the OS will take care of some of it. We would need to experiment, of course. As for R77, there is no concept of a window at all. You...

Honestly, I think having the debugger (and related stuff) be in a separate window is a good compromise. R77 and most other similar systems won't have debugger support enabled anyway,...

Is this one still relevant? Should we push it to a higher prio, or leave it as-is?

There's already something somewhat similar to this in the code, but it's commented out. I experimented with the ability to do what I called 'event recording'. Basically, when this was...

I had partly forgotten about that thread. Looking at it now, it did lay out the framework of where we are now, but (as you say) in a completely parallel...

For the record, Thomas, I wasn't referring to you in that last comment.

Just wanted to confirm that this fixes the final remaining issue in https://github.com/stella-emu/stella/issues/68 too (the second-last horizontal bar was too short).

This shouldn't be too bad for the standard schemes: F8, F6, F4, etc (and SC versions). The more esoteric ones will be more challenging, of course. The main pros are:...

After spending the better part of the past day looking over the UI code, I really wonder if we can justify the time to spend on this one. I think...