Sam Lantinga <slouken@libsdl.org> [Thu, 10 Dec 2009 08:28:26 +0000] rev 3537
Switch to mixed case for consistency with other enumerations
Sam Lantinga <slouken@libsdl.org> [Wed, 09 Dec 2009 15:56:56 +0000] rev 3536
Added interfaces for batch drawing of points, lines and rects:
SDL_DrawPoints()
SDL_BlendPoints()
SDL_BlendLines()
SDL_DrawLines()
SDL_FillRects()
SDL_BlendRects()
SDL_RenderPoints()
SDL_RenderLines()
SDL_RenderRects()
Renamed SDL_RenderFill() to SDL_RenderRect()
Sam Lantinga <slouken@libsdl.org> [Mon, 07 Dec 2009 10:08:24 +0000] rev 3535
Hey, those automated tests are coming in handy! Fixed GDI rendering semantics
Sam Lantinga <slouken@libsdl.org> [Mon, 07 Dec 2009 09:44:55 +0000] rev 3534
Implemented RenderReadPixels() and RenderWritePixels() for GDI renderer.
Sam Lantinga <slouken@libsdl.org> [Mon, 07 Dec 2009 08:02:20 +0000] rev 3533
This fixes the OpenGL rendering test, at least with my ATI card...
Sam Lantinga <slouken@libsdl.org> [Mon, 07 Dec 2009 08:01:58 +0000] rev 3532
Fixed crash initializing the dummy driver
Sam Lantinga <slouken@libsdl.org> [Mon, 07 Dec 2009 08:01:20 +0000] rev 3531
On Windows the minimum window size may be larger than 80, so explicitly request the expected rectangle.
Sam Lantinga <slouken@libsdl.org> [Sun, 06 Dec 2009 08:39:01 +0000] rev 3530
The window position is display relative, at least for now...
Sam Lantinga <slouken@libsdl.org> [Sun, 06 Dec 2009 08:16:23 +0000] rev 3529
Fixed crash
Sam Lantinga <slouken@libsdl.org> [Sun, 06 Dec 2009 08:03:38 +0000] rev 3528
Added an API function to query geometry of multiple monitors:
SDL_GetDisplayBounds()
Implemented multi-monitor window positions on Windows