comparison TODO @ 2991:f4d14219c2aa

Implemented svn revision support Added reminder about name -> scancode/keysym mapping
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 17:30:00 +0000
parents e7dd24f2f890
children b3f23a4b4547
comparison
equal deleted inserted replaced
2990:502adab079a4 2991:f4d14219c2aa
1 1
2 1.3 release checklist: 2 1.3 release checklist:
3 * Add higher precision timers for profiling 3 * Add higher precision timers for profiling
4 * Implement YUV texture support 4 * Implement YUV texture support
5 - in progress, software support is done, Ryan is working on OpenGL shaders 5 - in progress, software support is done, Ryan is working on OpenGL shaders
6 * Put subversion revision in SDL_version.h
7 * Tag snapshots with subversion revision
8 * Implement desktop video mode change notification? 6 * Implement desktop video mode change notification?
9 * Add diagonal line clipping to SDL_IntersectRectAndLine() 7 * Add diagonal line clipping to SDL_IntersectRectAndLine()
10 * Add OpenGL 3.0 context support 8 * Add OpenGL 3.0 context support
11 * Finish multiple display support 9 * Finish multiple display support
12 * Open windows on display that is selected when creating a window 10 * Open windows on display that is selected when creating a window
21 * Add keyboard enumeration / name query API 19 * Add keyboard enumeration / name query API
22 * Implement NET_WM_PING and NET_WM_PID/WM_CLIENT_MACHINE (?) 20 * Implement NET_WM_PING and NET_WM_PID/WM_CLIENT_MACHINE (?)
23 - http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#KILLINGWINDOWS 21 - http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#KILLINGWINDOWS
24 * Add a timeout parameter for SDL_WaitEvent() (?) 22 * Add a timeout parameter for SDL_WaitEvent() (?)
25 * Implement key repeat at the driver level 23 * Implement key repeat at the driver level
24 * Add name -> keysym and name -> scancode lookup functions
26 25
27 Wish list for the 1.3 development branch: 26 Wish list for the 1.3 development branch:
28 http://bugzilla.libsdl.org/ 27 http://bugzilla.libsdl.org/
29 28
30 * Add a way to register custom events 29 * Add a way to register custom events