Mercurial > sdl-ios-xcode
comparison BUGS @ 1621:f12379c41042
Fixes bug #195:
The proper name of Apple's operating system is "Mac OS X" not "MacOS X", as can
bee seen in many places, for example http://www.apple.com/macosx/). This
contrasts the naming of the old operating system, which was called "MacOS" and
today is often refered to as "MacOS Classic".
The attached patches fixes the misuse of the name "MacOS X" in both the SDL12
and sdlweb CVS modules.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 13 Apr 2006 13:08:26 +0000 |
parents | 9867f3d86e44 |
children | c9aa6bcb26f3 |
comparison
equal
deleted
inserted
replaced
1620:2fe5319df0e1 | 1621:f12379c41042 |
---|---|
66 | 66 |
67 SDL_AddTimer() and SDL_RemoveTimer() haven't been implemented yet. | 67 SDL_AddTimer() and SDL_RemoveTimer() haven't been implemented yet. |
68 | 68 |
69 Not all of the keys are properly recognized on the keyboard. | 69 Not all of the keys are properly recognized on the keyboard. |
70 | 70 |
71 MacOS X: | 71 Mac OS X: |
72 Depth switching for windowed mode isn't implemented yet. | 72 Depth switching for windowed mode isn't implemented yet. |
73 | 73 |
74 Palette handling isn't implemented in windowed mode yet. | 74 Palette handling isn't implemented in windowed mode yet. |
75 | 75 |
76 Command-line arguments dialog is not implemented yet. | 76 Command-line arguments dialog is not implemented yet. |
85 | 85 |
86 SDL_WM_GrabInput() is implemented, but it "freezes" the hardware | 86 SDL_WM_GrabInput() is implemented, but it "freezes" the hardware |
87 cursor in the center of the window/screen. Also, mouse moved events | 87 cursor in the center of the window/screen. Also, mouse moved events |
88 are not generated, and the keyboard cannot be grabbed. | 88 are not generated, and the keyboard cannot be grabbed. |
89 | 89 |
90 MacOS X seems to have a broken pthread_cancel() implementation. | 90 Mac OS X seems to have a broken pthread_cancel() implementation. |
91 Actually, it just only has one cancellation point defined. | 91 Actually, it just only has one cancellation point defined. |
92 http://lists.apple.com/archives/darwin-development/2004/Jun/24/killingapthread.001.txt | 92 http://lists.apple.com/archives/darwin-development/2004/Jun/24/killingapthread.001.txt |
93 | 93 |
94 FreeBSD: | 94 FreeBSD: |
95 pthread_cancel() isn't supported by FreeBSD 3.X, so threads don't | 95 pthread_cancel() isn't supported by FreeBSD 3.X, so threads don't |