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

Latest commit

 

History

History
50 lines (45 loc) · 2.12 KB

TODO

File metadata and controls

50 lines (45 loc) · 2.12 KB
 
4
* Implement landscape mode for iPhone port
5
* Add higher precision timers for profiling
7
- in progress, software support is done, Ryan is working on OpenGL shaders
8
* Implement desktop video mode change notification?
9
* Add OpenGL 3.0 context support
10
11
* Finish multiple display support
* Open windows on display that is selected when creating a window
12
13
14
15
* 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*
16
17
18
* 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
19
* Plan how to handle events on foreign windows
20
* Add keyboard enumeration / name query API
21
22
* Implement NET_WM_PING and NET_WM_PID/WM_CLIENT_MACHINE (?)
- http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#KILLINGWINDOWS
23
* Add a timeout parameter for SDL_WaitEvent() (?)
24
- http://lists.libsdl.org/pipermail/sdl-libsdl.org/2008-May/thread.html#65067
25
* Implement key repeat at the driver level
26
* Add name -> keysym and name -> scancode lookup functions
27
* Fix building haptic system on win32
28
* Add always on top window styles
29
* Add video modes that have an alpha channel?
30
* Implement SDL_RenderReadPixels() for screenshots?
32
Wish list for the 1.3 development branch:
33
http://bugzilla.libsdl.org/
36
37
38
* DirectInput joystick support needs to be implemented
* Explicit vertical retrace wait (maybe separate from SDL_Flip?)
* Shaped windows, windows without borders
39
* Multiple display support
40
41
* Add a timestamp to events
* Add audio input API
42
* Add modifier state to key and button events
43
44
45
46
47
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.
48
49
50
Requests:
* PCM and CDROM volume control (deprecated, but possible)