author | Sam Lantinga <slouken@libsdl.org> |
Wed, 10 Jul 2013 21:57:31 -0700 | |
changeset 7396 | a36ab6149a10 |
parent 7222 | 2435b221d77d |
child 7856 | cb37776926ad |
permissions | -rw-r--r-- |
7222
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
1 |
Future work roadmap: |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
2 |
* http://wiki.libsdl.org/moin.cgi/Roadmap |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
3 |
|
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
4 |
* See why windows are being rearranged. Is the shield window not up? |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
5 |
* Add __WINDOWS__ in addition to __WIN32__ |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
6 |
* Write test for fullscreen gamma to check X11 colormap handling |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
7 |
|
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
8 |
* Check 1.2 revisions: |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
9 |
3554 - Need to resolve semantics for locking keys on different platforms |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
10 |
4874 - Do we want screen rotation? At what level? |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
11 |
4974 - Windows file code needs to convert UTF-8 to Unicode, but we don't need to tap dance for Windows 95/98 |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
12 |
4484, 4485 - Verify that SDL's Windows keyboard handling works correctly |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
13 |
4865 - See if this is still needed (mouse coordinate clamping) |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
14 |
4866 - See if this is still needed (blocking window repositioning) |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6571
diff
changeset
|
15 |