log test/common.c @ 5284:96a22141cf86 tip

age author description
Thu, 10 Feb 2011 22:37:01 -0800 Sam Lantinga Allow windows to be created on non-primary displays.
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.
Tue, 08 Feb 2011 23:13:28 -0800 Sam Lantinga Added the ability to turn on logging output to the test programs
Tue, 01 Feb 2011 19:19:43 -0800 Sam Lantinga The rendering functions take a context so it's clear what window they're drawing to. This also potentially opens to the door to multi-threaded rendering in the future.
Tue, 01 Feb 2011 12:19:46 -0800 Sam Lantinga Making the API simpler, the renderer present semantics are always having a backbuffer and then discarding it. This is best for hardware accelerated rendering.
Mon, 31 Jan 2011 23:23:57 -0800 Sam Lantinga Making the API simpler, the blend modes are "none, blend, add" and are supported by all renderers.
Mon, 31 Jan 2011 22:44:43 -0800 Sam Lantinga Making the API simpler, scaling is always defined as linear interpolation and should be supported as much as possible on all renderers.
Thu, 27 Jan 2011 22:44:08 -0800 Sam Lantinga Removed completely non-portable event thread hack.
Thu, 27 Jan 2011 15:58:30 -0600 krogoway When the last window is closed and the SDL_WINDOWEVENT_CLOSE event is sent, send the SDL_QUIT event.
Wed, 12 Jan 2011 14:53:23 -0800 Sam Lantinga Added some missing pixel formats and SDL_GetPixelFormatName()
Sun, 12 Dec 2010 15:19:05 -0800 Sam Lantinga Use the enumerated type for blend and scale mode instead of int
Wed, 28 Jul 2010 01:32:39 -0700 Sam Lantinga Added missing pixel format
Wed, 14 Jul 2010 21:25:15 -0700 Sam Lantinga Added support for testing window manager icons