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

Latest commit

 

History

History
36 lines (31 loc) · 1.41 KB

TODO

File metadata and controls

36 lines (31 loc) · 1.41 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 19, 2008
Dec 19, 2008
7
* Implement icon support (with translucency?)
Dec 22, 2008
Dec 22, 2008
8
* Add draw blend mode and line drawing support for win32
Dec 23, 2008
Dec 23, 2008
9
* Add diagonal line clipping to SDL_IntersectRectAndLine()
Dec 25, 2008
Dec 25, 2008
10
* Add OpenGL 3.0 context support
Dec 22, 2008
Dec 22, 2008
11
* Have Bob look at why DirectColor visuals fail with XA_RGB_BEST_MAP error
Dec 10, 2008
Dec 10, 2008
12
13
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
* Test native window codepath
* Add keyboard enumeration / name query API
Nov 17, 2008
Nov 17, 2008
17
Apr 26, 2001
Apr 26, 2001
18
Wish list for the 1.3 development branch:
Mar 14, 2006
Mar 14, 2006
19
http://bugzilla.libsdl.org/
Apr 26, 2001
Apr 26, 2001
20
Jul 10, 2006
Jul 10, 2006
21
* Add a way to register custom events
Apr 26, 2001
Apr 26, 2001
22
23
24
* 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
25
* Multiple display support
Apr 26, 2001
Apr 26, 2001
26
27
* Add a timestamp to events
* Add audio input API
Mar 18, 2008
Mar 18, 2008
28
* Add modifier state to key and button events
Apr 26, 2001
Apr 26, 2001
29
30
31
32
33
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
34
35
36
Requests:
* PCM and CDROM volume control (deprecated, but possible)