Sat, 12 Feb 2011 19:02:14 -0800 |
Sam Lantinga |
Fixed bug #1117
|
Sat, 12 Feb 2011 12:04:00 -0800 |
Sam Lantinga |
changeset: 5272:cb08ef104ac4
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
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.
|
Thu, 10 Feb 2011 11:39:08 -0800 |
Sam Lantinga |
Removed gamma support since it wasn't widely used and not well supported.
|
Thu, 03 Feb 2011 15:49:37 -0800 |
Sam Lantinga |
Added a way to get a framebuffer interface for a window, and also a way to create a software renderer for an arbitrary surface.
|
Thu, 03 Feb 2011 11:16:57 -0800 |
Sam Lantinga |
Extended SDL_SetWindowData() to allow arbitrary named values.
|
Wed, 02 Feb 2011 14:34:54 -0800 |
Sam Lantinga |
Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
|
Tue, 01 Feb 2011 21:23:43 -0800 |
Sam Lantinga |
Making the API simpler, removed support for palettized video modes and textures.
|
Tue, 01 Feb 2011 15:02:21 -0800 |
Sam Lantinga |
Split the rendering API out into a separate header file.
|
Tue, 01 Feb 2011 12:44:52 -0800 |
Sam Lantinga |
Renumbered the renderer flags
|
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:37:30 -0800 |
Sam Lantinga |
Making the API simpler, texture color and alpha modulation are supported by all renderers.
|
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.
|
Wed, 12 Jan 2011 09:47:33 -0800 |
Sam Lantinga |
Updated headers to match wiki documentation
|
Sun, 12 Dec 2010 15:19:05 -0800 |
Sam Lantinga |
Use the enumerated type for blend and scale mode instead of int
|
Sat, 18 Sep 2010 17:12:19 -0700 |
Sam Lantinga |
Fixed grammar, thanks to Sheena's suggestion.
|
Tue, 14 Sep 2010 21:57:29 -0700 |
Sam Lantinga |
Fixed documentation
|
Sun, 29 Aug 2010 22:34:50 -0700 |
Sam Lantinga |
Documentation consistency
|
Sun, 29 Aug 2010 22:28:38 -0700 |
Sam Lantinga |
Documentation consistency
|
Sun, 29 Aug 2010 22:22:27 -0700 |
Sam Lantinga |
Fixed typo in header
|
Sun, 29 Aug 2010 22:12:59 -0700 |
Sam Lantinga |
Documentation clarification
|
Sun, 29 Aug 2010 21:41:11 -0700 |
Sam Lantinga |
Suspending the screensaver defaults off.
|
Sun, 29 Aug 2010 15:26:12 -0700 |
Sam Lantinga |
Documentation clarification
|
Sun, 22 Aug 2010 13:45:56 -0700 |
Sam Lantinga |
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
|