Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (40 loc) · 1.92 KB

TODO

File metadata and controls

45 lines (40 loc) · 1.92 KB
 
Apr 26, 2001
Apr 26, 2001
1
Nov 17, 2008
Nov 17, 2008
2
1.3 release checklist:
Dec 13, 2008
Dec 13, 2008
3
* Add higher precision timers for profiling
Nov 17, 2008
Nov 17, 2008
4
* Implement YUV texture support
Dec 10, 2008
Dec 10, 2008
5
- in progress, software support is done, Ryan is working on OpenGL shaders
Nov 17, 2008
Nov 17, 2008
6
* Implement desktop video mode change notification?
Dec 25, 2008
Dec 25, 2008
7
* Add OpenGL 3.0 context support
Jan 3, 2009
Jan 3, 2009
8
9
* Finish multiple display support
* Open windows on display that is selected when creating a window
Jan 3, 2009
Jan 3, 2009
10
11
12
13
* Create testing plan - becoming more and more important...
- unit tests for each feature and combination with expected output
and actual output comparison.
* Public license for SDL_compat.c, tests, and SDL_main*
Dec 10, 2008
Dec 10, 2008
14
15
16
* 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
Feb 9, 2009
Feb 9, 2009
17
* Plan how to handle events on foreign windows
Dec 10, 2008
Dec 10, 2008
18
* Add keyboard enumeration / name query API
Jan 2, 2009
Jan 2, 2009
19
20
* Implement NET_WM_PING and NET_WM_PID/WM_CLIENT_MACHINE (?)
- http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#KILLINGWINDOWS
Jan 2, 2009
Jan 2, 2009
21
* Add a timeout parameter for SDL_WaitEvent() (?)
Jan 4, 2009
Jan 4, 2009
22
- http://lists.libsdl.org/pipermail/sdl-libsdl.org/2008-May/thread.html#65067
Jan 4, 2009
Jan 4, 2009
23
* Implement key repeat at the driver level
Jan 4, 2009
Jan 4, 2009
24
* Add name -> keysym and name -> scancode lookup functions
Jan 29, 2009
Jan 29, 2009
25
* Fix building haptic system on win32
Nov 17, 2008
Nov 17, 2008
26
Apr 26, 2001
Apr 26, 2001
27
Wish list for the 1.3 development branch:
Mar 14, 2006
Mar 14, 2006
28
http://bugzilla.libsdl.org/
Apr 26, 2001
Apr 26, 2001
29
Jul 10, 2006
Jul 10, 2006
30
* Add a way to register custom events
Apr 26, 2001
Apr 26, 2001
31
32
33
* DirectInput joystick support needs to be implemented
* Explicit vertical retrace wait (maybe separate from SDL_Flip?)
* Shaped windows, windows without borders
Dec 10, 2008
Dec 10, 2008
34
* Multiple display support
Apr 26, 2001
Apr 26, 2001
35
36
* Add a timestamp to events
* Add audio input API
Mar 18, 2008
Mar 18, 2008
37
* Add modifier state to key and button events
Apr 26, 2001
Apr 26, 2001
38
39
40
41
42
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.
Aug 18, 2001
Aug 18, 2001
43
44
45
Requests:
* PCM and CDROM volume control (deprecated, but possible)