2001-04-26 16:45:43 +00:00
|
|
|
|
2008-11-17 18:50:50 +00:00
|
|
|
1.3 release checklist:
|
2008-12-13 04:11:24 +00:00
|
|
|
* Add higher precision timers for profiling
|
2008-11-17 18:50:50 +00:00
|
|
|
* Implement YUV texture support
|
2008-12-10 08:39:00 +00:00
|
|
|
- in progress, software support is done, Ryan is working on OpenGL shaders
|
2008-11-17 18:50:50 +00:00
|
|
|
* Implement desktop video mode change notification?
|
2008-12-23 02:39:03 +00:00
|
|
|
* Add diagonal line clipping to SDL_IntersectRectAndLine()
|
2008-12-25 05:39:54 +00:00
|
|
|
* Add OpenGL 3.0 context support
|
2009-01-03 07:16:57 +00:00
|
|
|
* Finish multiple display support
|
|
|
|
* Open windows on display that is selected when creating a window
|
2008-12-10 08:39:00 +00:00
|
|
|
* Verify mouse grab support
|
|
|
|
* Properly handle mouse grab with Vista DPI scaling
|
|
|
|
* Make sure the mouse is where it's supposed to be when un-grabbed
|
|
|
|
* Test native window codepath
|
|
|
|
* Add keyboard enumeration / name query API
|
2009-01-02 09:04:31 +00:00
|
|
|
* Implement NET_WM_PING and NET_WM_PID/WM_CLIENT_MACHINE (?)
|
|
|
|
- http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#KILLINGWINDOWS
|
2009-01-02 16:06:29 +00:00
|
|
|
* Add a timeout parameter for SDL_WaitEvent() (?)
|
2008-11-17 18:50:50 +00:00
|
|
|
|
2001-04-26 16:45:43 +00:00
|
|
|
Wish list for the 1.3 development branch:
|
2006-03-14 16:20:28 +00:00
|
|
|
http://bugzilla.libsdl.org/
|
2001-04-26 16:45:43 +00:00
|
|
|
|
2006-07-10 21:04:37 +00:00
|
|
|
* Add a way to register custom events
|
2001-04-26 16:45:43 +00:00
|
|
|
* DirectInput joystick support needs to be implemented
|
|
|
|
* Explicit vertical retrace wait (maybe separate from SDL_Flip?)
|
|
|
|
* Shaped windows, windows without borders
|
2008-12-10 08:39:00 +00:00
|
|
|
* Multiple display support
|
2001-04-26 16:45:43 +00:00
|
|
|
* Add a timestamp to events
|
|
|
|
* Add audio input API
|
2008-03-18 12:31:14 +00:00
|
|
|
* Add modifier state to key and button events
|
2001-04-26 16:45:43 +00:00
|
|
|
|
|
|
|
In the jump from 1.2 to 1.3, we should change the SDL_Rect members to
|
|
|
|
int and evaluate all the rest of the datatypes. This is the only place
|
|
|
|
we should do it though, since the 1.2 series should not break binary
|
|
|
|
compatibility in this way.
|
2001-08-18 10:33:55 +00:00
|
|
|
|
|
|
|
Requests:
|
|
|
|
* PCM and CDROM volume control (deprecated, but possible)
|