comparison BUGS @ 58:bd6b0a910a65

* Removed fullscreen menu option from the "Window" menu * Updated the BUGS file * Fixed command line parameters when launched from Finder * Implemented setting the icon window caption * Implemented frameless style windows * Added note about SDL_RESIZABLE implementation to SDL_QuartzVideo.m * Window close requests now go through the event filtering system
author Sam Lantinga <slouken@lokigames.com>
date Mon, 11 Jun 2001 06:44:43 +0000
parents 45b1c4303f87
children 50d2b5305c2c
comparison
equal deleted inserted replaced
57:ec550054db3b 58:bd6b0a910a65
70 Not all of the keys are properly recognized on the keyboard. 70 Not all of the keys are properly recognized on the keyboard.
71 71
72 MacOS X: 72 MacOS X:
73 Joystick and CD-ROM functions are not implemented yet. 73 Joystick and CD-ROM functions are not implemented yet.
74 74
75 Closing window from window's close widget not implemented yet. 75 Window management buttons don't draw correctly.
76 76
77 Minimizing the window erases the framebuffer to the pinstripe pattern.
78
79 Window may not close when unsetting video mode and resetting. 77 Window may not close when unsetting video mode and resetting.
80 78
79 Resizeable windows aren't implemented yet.
80
81 Depth switching for windowed mode isn't implemented yet. 81 Depth switching for windowed mode isn't implemented yet.
82 82
83 Palette handling isn't implemented in windowed mode yet. 83 Palette handling isn't implemented in windowed mode yet.
84 84
85 Command-line arguments Dialog is not implemented yet. 85 Command-line arguments Dialog is not implemented yet.