Mercurial > sdl-ios-xcode
comparison TODO @ 3632:da2a23b56493
Updated 1.2 revisions that need to be revisited
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 10 Jan 2010 09:16:46 +0000 |
parents | b7c6828d4039 |
children | e431b888ac6c |
comparison
equal
deleted
inserted
replaced
3631:76667e288846 | 3632:da2a23b56493 |
---|---|
52 * Make sure you can create and show a fullscreen window in one step | 52 * Make sure you can create and show a fullscreen window in one step |
53 * Figure out how to handle OpenGL context lost on Mac OS X (does it happen?) | 53 * Figure out how to handle OpenGL context lost on Mac OS X (does it happen?) |
54 * Write automated test case for multi-draw APIs | 54 * Write automated test case for multi-draw APIs |
55 * Make sure you can build SDL without the renderer to slim it down a bunch | 55 * Make sure you can build SDL without the renderer to slim it down a bunch |
56 | 56 |
57 * Check 1.2 revisions: | |
58 3554 - Need to resolve semantics for locking keys on different platforms | |
59 4874 - Do we want screen rotation? At what level? | |
60 4974 - Windows file code needs to convert UTF-8 to Unicode, but we don't need to tap dance for Windows 95/98 | |
61 4484, 4485 - Verify that SDL's Windows keyboard handling works correctly | |
62 4865 - See if this is still needed (mouse coordinate clamping) | |
63 4866 - See if this is still needed (blocking window repositioning) | |
64 | |
57 Wish list for the 1.3 development branch: | 65 Wish list for the 1.3 development branch: |
58 http://bugzilla.libsdl.org/ | 66 http://bugzilla.libsdl.org/ |
59 | 67 |
60 * Add a way to register custom events | 68 * Add a way to register custom events |
61 * DirectInput joystick support needs to be implemented | 69 * DirectInput joystick support needs to be implemented |