comparison TODO @ 2877:e2b1abe04641

Reminder to implement icon support
author Sam Lantinga <slouken@libsdl.org>
date Fri, 19 Dec 2008 04:42:18 +0000
parents fe8ea2b39aea
children 9dde605c7540
comparison
equal deleted inserted replaced
2876:3fcb0d447bcd 2877:e2b1abe04641
2 1.3 release checklist: 2 1.3 release checklist:
3 * Add higher precision timers for profiling 3 * Add higher precision timers for profiling
4 * Implement YUV texture support 4 * Implement YUV texture support
5 - in progress, software support is done, Ryan is working on OpenGL shaders 5 - in progress, software support is done, Ryan is working on OpenGL shaders
6 * Implement desktop video mode change notification? 6 * Implement desktop video mode change notification?
7 * Implement icon support (with translucency?)
7 * Verify mouse grab support 8 * Verify mouse grab support
8 * Properly handle mouse grab with Vista DPI scaling 9 * Properly handle mouse grab with Vista DPI scaling
9 * Make sure the mouse is where it's supposed to be when un-grabbed 10 * Make sure the mouse is where it's supposed to be when un-grabbed
10 * Test native window codepath 11 * Test native window codepath
11 * Add keyboard enumeration / name query API 12 * Add keyboard enumeration / name query API