log src/video/cocoa/SDL_cocoamodes.m @ 4777:6e03d73054d7

age author description
2009-12-06 Sam Lantinga Added an API function to query geometry of multiple monitors:
2009-12-05 Sam Lantinga Fixed compilation on Mac OS X 10.4
2009-12-02 Sam Lantinga Restore the desktop mode when requested
2009-12-02 Sam Lantinga Don't need to hide the menu bar if we're not on the main display
2009-12-01 Sam Lantinga Ensure that the main display is picked up first
2009-12-01 Sam Lantinga Allow mirrored displays, but only the primary display in a mirrored set.
2009-12-01 Sam Lantinga Work in progress on multi-display support:
2009-09-19 Sam Lantinga Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
2009-09-05 Sam Lantinga Added 64-bit architectures to the fat build script
2009-09-05 Sam Lantinga From: Jjgod Jiang <gzjjgod@gmail.com>
2009-08-06 Jiang Jiang Further polish API, fix crash in test program. gsoc2009_IME
2008-12-08 Sam Lantinga Updated copyright date
2007-08-13 Sam Lantinga Advertise the most efficient format for the screen. Of course SDL code needs
2006-08-06 Sam Lantinga Fixed fullscreen modes with Cocoa video driver.
2006-08-06 Sam Lantinga Clarified the difference between render drivers and render contexts
2006-07-24 Sam Lantinga Implemented Mac OS X video mode selection.
2006-07-23 Sam Lantinga The Mac OS X Cocoa video driver is under construction...