Is there a SDL 1.3 feature state/todo list?

Hi Sam,

I’m not sure if I missed it, but I couldn’t find it in the SDL wiki: Is
there a feature state/todo list where one can check wether a feature has
already been implemented and is considered working, or wether it’s still
an open item?

If there is no such list, could you tell me how far along some of the
windowing functions are? Specifically, I cannot set a window to
fullscreen. And while I’m on it: Looking over the video API functions, I
didn’t find a function to change the resizable behaviour of a window. Is
this intended? Right now, my workaround would be to destroy the window
(if the resizable flag differs) and create a new one with the
appropriate flag…

Best regards,

Matthias

It’s not very detailed, but I believe that’s what you’re looking for
http://wiki.libsdl.org/moin.cgi/Roadmap
Fullscreen still has issues, I can’t go fullscreen either. Hopefully this
will be fixed soon.
I don’t think it’s possible to change the resizable state of a window on the
fly, but people with more knowledge of the underlying apis may say
otherwise. In the meantime, your workaround is normal bahaviour afaik

2011/2/25 Matthias Schweinoch <matthias.schweinoch at gmx.de>> Hi Sam,

I’m not sure if I missed it, but I couldn’t find it in the SDL wiki: Is
there a feature state/todo list where one can check wether a feature has
already been implemented and is considered working, or wether it’s still an
open item?

If there is no such list, could you tell me how far along some of the
windowing functions are? Specifically, I cannot set a window to fullscreen.
And while I’m on it: Looking over the video API functions, I didn’t find a
function to change the resizable behaviour of a window. Is this intended?
Right now, my workaround would be to destroy the window (if the resizable
flag differs) and create a new one with the appropriate flag…

Best regards,

Matthias


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org