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:40:03 -0800 |
Sam Lantinga |
Nobody is currently maintaining the QNX code, so removing it for now.
|
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 20:50:04 -0800 |
Sam Lantinga |
The DrawRect API is implemented using lines
|
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:54:27 -0800 |
Sam Lantinga |
The renderers always support texture modulation and blend modes.
|
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.
|
Thu, 27 Jan 2011 00:06:36 -0800 |
Sam Lantinga |
Nobody is maintaining RISC OS code, so I'm removing it for now.
|
Thu, 20 Jan 2011 18:04:05 -0800 |
Sam Lantinga |
Fixed bug #925
|
Wed, 19 Jan 2011 22:25:40 -0800 |
Sam Lantinga |
PS3 Linux is no more...
|
Wed, 19 Jan 2011 22:21:31 -0800 |
Sam Lantinga |
Nobody has stepped up to maintain an svgalib driver. Bye bye! :)
|
Wed, 19 Jan 2011 22:18:45 -0800 |
Sam Lantinga |
Nobody has stepped up to maintain a framebuffer console driver. Bye bye! :)
|
Wed, 12 Jan 2011 15:58:53 -0800 |
Sam Lantinga |
Set blend mode for textures that were created from surfaces with a colorkey
|
Wed, 12 Jan 2011 15:22:29 -0800 |
Sam Lantinga |
Support the new 16-bit pixel formats in SDL_CreateTextureFromSurface()
|
Wed, 12 Jan 2011 13:46:37 -0800 |
Sam Lantinga |
You can't change the resolution on some devices
|
Wed, 12 Jan 2011 13:38:10 -0800 |
Sam Lantinga |
Use a valid window when creating the default renderer
|
Sun, 12 Dec 2010 15:19:05 -0800 |
Sam Lantinga |
Use the enumerated type for blend and scale mode instead of int
|
Tue, 23 Nov 2010 17:46:47 -0500 |
Daniel Wyatt |
Windows candidate list support.
|
Mon, 27 Sep 2010 01:30:42 -0700 |
Sam Lantinga |
Minor cleanup in patches from Coursoud
|
Mon, 27 Sep 2010 01:24:05 -0700 |
Sam Lantinga |
Merged the Windows custom window system hooks into the union used by X11.
|
Mon, 27 Sep 2010 00:49:34 -0700 |
Sam Lantinga |
SDL_DestroyWindow is setting window->magic to NULL too early. -
|
Sun, 29 Aug 2010 16:28:04 -0700 |
Sam Lantinga |
Whoops, return "" even if the window is invalid.
|
Sun, 29 Aug 2010 16:26:35 -0700 |
Sam Lantinga |
The title is stored internally as NULL if it's empty, and returned as ""
|
Sun, 22 Aug 2010 13:45:56 -0700 |
Sam Lantinga |
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
|
Mon, 26 Jul 2010 20:41:45 -0400 |
Eli Gottlieb |
OK, it appears that dramatic hacks are not necessary to make Cocoa work...
|
Mon, 26 Jul 2010 17:27:04 -0400 |
Eli Gottlieb |
Rejiggering the way shaped windows are created as preparation for OS X implementation. Fixed overdrive bug in test program that appears to have been introduced by someone other than myself.
|
Wed, 30 Jun 2010 16:19:44 -0400 |
Eli Gottlieb |
Finished X11 shaped-window functionality and removed ellipse+polygon rendering.
|