scummvm/backends
Alejandro Marzini 2636ac4f36 OPENGL: Implement aspect ratio support and toggling. Improve fullscreen switching. Fix cursor scaling bug.
Now the hotkey Ctrl-Alt-Enter will switch between all available fullscreen modes. Alt-Enter will only switch to the best mode available, and exit fullscreen mode if already on it.
The different aspect ratios can be switched with Ctrl-Alt-A. The normal mode will stretch the contents to the screen, while other modes will stretch only one dimension to the screen size, and maintain the aspect ratio for the other dimension.

svn-id: r51346
2010-07-27 07:30:56 +00:00
..
audiocd Cleanup and documentation. 2010-07-03 00:13:45 +00:00
events SDL: Hack to handle special SDL events. 2010-07-19 05:33:58 +00:00
fs DS: Fix some quirks in the NDS build system, remove some dead code 2010-07-07 23:22:53 +00:00
graphics OPENGL: Implement aspect ratio support and toggling. Improve fullscreen switching. Fix cursor scaling bug. 2010-07-27 07:30:56 +00:00
keymapper Keymapper: sync with recent GUI changes. 2010-06-15 11:02:42 +00:00
midi Skip /dev/sequencer MIDI on Android. 2010-07-05 00:09:41 +00:00
mixer Cleanup and documentation. 2010-07-03 00:13:45 +00:00
mutex Cleanup and documentation. 2010-07-03 00:13:45 +00:00
platform SDL: Hack to handle special SDL events. 2010-07-19 05:33:58 +00:00
plugins Define WIN32_LEAN_AND_MEAN before including windows.h. 2010-06-26 21:55:52 +00:00
saves Convert some occurences of StringList to StringArray; 2010-03-18 15:44:59 +00:00
timer Cleanup and documentation. 2010-07-03 00:13:45 +00:00
vkeybd enable reading ZIP archives even without USE_ZLIB 2010-06-29 06:38:00 +00:00
base-backend.cpp Renamed getAudioCD to getAudioCDManager. 2010-06-15 04:13:12 +00:00
base-backend.h Renamed getAudioCD to getAudioCDManager. 2010-06-15 04:13:12 +00:00
modular-backend.cpp Merged from trunk, from Rev 49499 to HEAD 2010-07-13 04:31:15 +00:00
modular-backend.h Merged from trunk, from Rev 49499 to HEAD 2010-07-13 04:31:15 +00:00
module.mk Merged from trunk, from Rev 49499 to HEAD 2010-07-13 04:31:15 +00:00