Mercurial > sdl-ios-xcode
log src/video/SDL_video.c @ 5254:7a963be087ef
age | author | description |
---|---|---|
Fri, 11 Feb 2011 00:25:44 -0800 | Sam Lantinga | Mostly fixed fullscreen mode on Mac OS X, and you can toggle it on and off. |
Thu, 10 Feb 2011 14:44:25 -0800 | Sam Lantinga | Window coordinates are in the global space and windows are not tied to a particular display. |
Thu, 10 Feb 2011 12:14:37 -0800 | Sam Lantinga | Be explicit about what display you're querying. The default display is 0. |
Thu, 10 Feb 2011 11:39:08 -0800 | Sam Lantinga | Removed gamma support since it wasn't widely used and not well supported. |
Thu, 10 Feb 2011 10:37:35 -0800 | Sam Lantinga | Better window parameter checking |
Mon, 07 Feb 2011 09:23:01 -0800 | Sam Lantinga | Create an OpenGL 1.1 context by default, if available. |
Sun, 06 Feb 2011 10:27:05 -0800 | Sam Lantinga | Whoops, duplicate case |