SDL/src
Sam Lantinga 028c19b92b When the window is resized, the viewport is automatically reset.
This resolves lots of confusion around resizable windows.  Most people don't expect a viewport to be implicitly set when the renderer is created and then not to be reset to the window size if the window is resized.

Added common test command line parameters --logical WxH and --scale N to test the render logical size and scaling APIs.
2013-05-29 03:22:19 -07:00
..
atomic File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
audio Fixed compiling XAudio2 code with mingw64 2013-05-26 12:20:23 -07:00
core File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
cpuinfo Happy New Year! 2013-02-15 08:47:44 -08:00
events Fixed bug 1113 - SDL_SetEventFilter()'s event deletion process is not safe against intervening event push. 2013-05-20 23:04:25 -07:00
file File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
haptic Fixed wrong documentation for haptic implementation. 2013-05-26 12:15:15 +02:00
joystick Fixed Visual Studio build 2013-05-26 14:37:41 -07:00
libm Happy New Year! 2013-02-15 08:47:44 -08:00
loadso Happy New Year! 2013-02-15 08:47:44 -08:00
main File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
power File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
render When the window is resized, the viewport is automatically reset. 2013-05-29 03:22:19 -07:00
stdlib Fixed crash with movaps instruction in SDL_memcpy(), due to unaligned Uint32* cast and -O3 vectorization optimizations with gcc 4.9.0 2013-05-27 16:18:11 -07:00
test When the window is resized, the viewport is automatically reset. 2013-05-29 03:22:19 -07:00
thread File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
timer File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
video Fixed compiler warning 2013-05-26 11:44:03 -07:00
SDL_assert_c.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_assert.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_error_c.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_error.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_fatal.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_fatal.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_hints_c.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_hints.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_log.c Added a newline to OutputDebugString(), fixes output on Visual Studio 2008 2013-05-23 23:27:48 -07:00
SDL.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00