comparison TODO @ 3544:71189305cd33

minor notes to self
author Sam Lantinga <slouken@libsdl.org>
date Sat, 12 Dec 2009 00:07:26 +0000
parents 15f661b279e7
children 59ab35254459
comparison
equal deleted inserted replaced
3543:c2154674c0c1 3544:71189305cd33
34 * Add support for synchronizing 2D updates with vblank (bug #406) 34 * Add support for synchronizing 2D updates with vblank (bug #406)
35 * Add support for real-time threads and/or adjusting thread priority? 35 * Add support for real-time threads and/or adjusting thread priority?
36 * Add support for querying the number of CPUs and binding threads to them? 36 * Add support for querying the number of CPUs and binding threads to them?
37 * Allow setting multiple icon sizes 37 * Allow setting multiple icon sizes
38 38
39 * Add concept of viewport to fullscreen windows
40 * See why windows are being rearranged. Is the shield window not up?
41 * Make sure you can create and show a fullscreen window in one step
42 * Figure out how to handle OpenGL context lost on Mac OS X (does it happen?)
43
39 Wish list for the 1.3 development branch: 44 Wish list for the 1.3 development branch:
40 http://bugzilla.libsdl.org/ 45 http://bugzilla.libsdl.org/
41 46
42 * Add a way to register custom events 47 * Add a way to register custom events
43 * DirectInput joystick support needs to be implemented 48 * DirectInput joystick support needs to be implemented