3 * Fill in current_w and current_h with desktop display mode
4 ([SDL] SDL_VideoInfo in 1.3 missing elements)
5 * Implement YUV texture support
6 * Implement desktop video mode change notification?
8 Wish list for the 1.3 development branch:
9 http://bugzilla.libsdl.org/
11 * Add a way to register custom events
12 * Add internal support for adding video modes and refresh rates
13 * Support querying and setting refresh rate with video modes
14 * Add mousewheel events (new unified event architecture?)
15 * DirectInput joystick support needs to be implemented
16 * Be able to enumerate and select available audio and video drivers
17 * Fullscreen video mode support for Mac OS X
18 * Explicit vertical retrace wait (maybe separate from SDL_Flip?)
19 * Shaped windows, windows without borders
20 * Multiple windows, multiple display support
21 * SDL_INIT_EVENTTHREAD on Windows and MacOS?
22 * Add a timestamp to events
24 * Add hardware accelerated scaled blit
25 * Add hardware accelerated alpha blits
26 * Redesign blitting architecture to allow blit plugins
27 * Add modifier state to key and button events
29 In the jump from 1.2 to 1.3, we should change the SDL_Rect members to
30 int and evaluate all the rest of the datatypes. This is the only place
31 we should do it though, since the 1.2 series should not break binary
32 compatibility in this way.
35 * PCM and CDROM volume control (deprecated, but possible)