Wed, 30 Dec 2009 19:10:41 +0000 |
Sam Lantinga |
Removed in the interest of actually finishing 1.3. :)
|
Wed, 23 Dec 2009 01:55:00 +0000 |
Sam Lantinga |
Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
|
Wed, 09 Dec 2009 15:56:56 +0000 |
Sam Lantinga |
Added interfaces for batch drawing of points, lines and rects:
|
Sun, 06 Dec 2009 08:03:38 +0000 |
Sam Lantinga |
Added an API function to query geometry of multiple monitors:
|
Sat, 05 Dec 2009 05:13:17 +0000 |
Sam Lantinga |
Made the window flag comments more consistent
|
Sat, 05 Dec 2009 04:39:59 +0000 |
Sam Lantinga |
Added related functions
|
Tue, 01 Dec 2009 05:57:15 +0000 |
Sam Lantinga |
Work in progress on multi-display support:
|
Wed, 25 Nov 2009 07:42:23 +0000 |
Sam Lantinga |
SDL_CreateWindowFrom() is actually going to be supported. :)
|
Wed, 25 Nov 2009 06:24:15 +0000 |
Sam Lantinga |
Clarified the windowID parameter
|
Mon, 16 Nov 2009 07:13:07 +0000 |
Sam Lantinga |
You can specify the format for pixel data in SDL_RenderReadPixels() and SDL_RenderWritePixels()
|
Mon, 19 Oct 2009 13:31:58 +0000 |
Sam Lantinga |
Partial fix for bug #859
|
Sat, 17 Oct 2009 07:36:45 +0000 |
Sam Lantinga |
iPhone interruption patch / SDL 1.3
|
Sun, 02 Aug 2009 18:39:57 +0000 |
Sam Lantinga |
Clarified API documentation
|
Tue, 07 Jul 2009 14:02:57 +0000 |
Sam Lantinga |
Documentation fix fix
|
Mon, 06 Jul 2009 21:48:52 +0000 |
Bob Pendleton |
Documentation fix.
|
Thu, 02 Jul 2009 16:53:56 +0000 |
Bob Pendleton |
Another documentation fix, Thanks to Mason Wheeler for finding these.
|
Thu, 02 Jul 2009 16:15:55 +0000 |
Bob Pendleton |
Documentation fix.
|
Tue, 30 Jun 2009 22:19:10 +0000 |
Bob Pendleton |
Corrected documentation error for SDL_RenderFill.
|
Sat, 23 May 2009 22:41:08 +0000 |
Sam Lantinga |
indent
|
Thu, 06 Aug 2009 08:59:53 +0000 |
Jiang Jiang |
Further polish API, fix crash in test program.
gsoc2009_IME
|
Thu, 06 Aug 2009 08:56:48 +0000 |
Jiang Jiang |
Update API, first step: make it build
gsoc2009_IME
|
Fri, 26 Jun 2009 10:37:57 +0000 |
Jiang Jiang |
Basic text input API
gsoc2009_IME
|
Tue, 24 Mar 2009 10:43:53 +0000 |
Sam Lantinga |
Date: Sun, 22 Mar 2009 12:52:29 +0000
|
Sun, 15 Mar 2009 15:50:18 +0000 |
Sam Lantinga |
Fixed return value for SDL_CreateRenderer()
|
Mon, 09 Feb 2009 05:32:12 +0000 |
Sam Lantinga |
Added test program for SDL_CreateWindowFrom()
|
Mon, 12 Jan 2009 22:36:12 +0000 |
Couriersud |
Fix third party "-Wall -Werror" builds
|
Mon, 12 Jan 2009 06:19:05 +0000 |
Sam Lantinga |
Added an API to enable/disable the screen saver.
|
Sun, 04 Jan 2009 17:14:27 +0000 |
Sam Lantinga |
indent
|
Fri, 02 Jan 2009 17:39:48 +0000 |
Sam Lantinga |
Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
|
Fri, 02 Jan 2009 09:50:25 +0000 |
Sam Lantinga |
The _NET_WM_ICON protocol doesn't require the icon to be set before the window is shown.
|
Mon, 22 Dec 2008 05:29:55 +0000 |
Sam Lantinga |
typo fix
|
Sun, 21 Dec 2008 17:39:41 +0000 |
Sam Lantinga |
Added RenderPiont() API
|
Sat, 20 Dec 2008 12:32:38 +0000 |
Sam Lantinga |
Minor corrections
|
Sat, 20 Dec 2008 12:00:00 +0000 |
Sam Lantinga |
Date: Fri, 19 Dec 2008 20:17:35 +0100
|
Mon, 08 Dec 2008 00:27:32 +0000 |
Sam Lantinga |
Updated copyright date
|
Tue, 02 Sep 2008 20:27:47 +0000 |
Holmes Futrell |
Added SDL_GL_RETAINED_BACKING attribute to SDL_GLattr
|
Fri, 18 Jul 2008 18:05:54 +0000 |
Holmes Futrell |
Added SDL_GL_RETAINED_BACKING to SDL_GLattr enum. Retained backing means the memory for color buffers, depth buffers, etc cannot be overwritten by other applications between frames. The default for this setting is 'on'. I wanted to add this because turning retained backing off on iPhone dramatically increases performance.
gsoc2008_iphone
|
Mon, 10 Sep 2007 12:20:02 +0000 |
Sam Lantinga |
Split out the SDL_rect and SDL_surface functions into their own headers.
|
Sat, 18 Aug 2007 05:39:09 +0000 |
Sam Lantinga |
Okay, still some bugs, but everything builds again...
|
Sat, 18 Aug 2007 01:44:21 +0000 |
Sam Lantinga |
More work in progress integrating SDL_Surface and the new SDL_Texture API
|
Sat, 11 Aug 2007 20:54:31 +0000 |
Sam Lantinga |
Emphasized the separation between SDL_Surface and SDL_Texture
|
Sun, 22 Jul 2007 13:22:47 +0000 |
Sam Lantinga |
Fixed bug #467
|
Wed, 20 Jun 2007 00:01:04 +0000 |
Bob Pendleton |
Added a WindowID to the user event and cleaned up a little bit of formating
|
Thu, 14 Jun 2007 13:21:29 +0000 |
Sam Lantinga |
make indent
|
Wed, 04 Apr 2007 09:43:53 +0000 |
Ryan C. Gordon |
Merged r3007:3008 from branches/SDL-1.2: MapRGB/MapRGBA const correctness.
|
Mon, 28 Aug 2006 03:27:59 +0000 |
Sam Lantinga |
Cleanup for the last checkin
|
Mon, 28 Aug 2006 03:17:39 +0000 |
Sam Lantinga |
Added source color and alpha modulation support.
|
Sun, 06 Aug 2006 00:09:04 +0000 |
Sam Lantinga |
Clarified the difference between render drivers and render contexts
|
Sat, 05 Aug 2006 22:41:33 +0000 |
Sam Lantinga |
Updated header documentation
|
Sat, 05 Aug 2006 22:34:23 +0000 |
Sam Lantinga |
In general, fill in pointers to structures, rather than return them.
|
Sat, 05 Aug 2006 17:12:22 +0000 |
Sam Lantinga |
Removed old function
|
Sat, 05 Aug 2006 17:09:42 +0000 |
Sam Lantinga |
SDL constants are all uppercase.
|
Wed, 02 Aug 2006 03:20:52 +0000 |
Sam Lantinga |
Added SDL_GetCurrentVideoDisplay()
|
Sat, 29 Jul 2006 21:51:00 +0000 |
Sam Lantinga |
Simplified driver window creation code.
|
Tue, 25 Jul 2006 06:22:42 +0000 |
Sam Lantinga |
Implemented OpenGL support on Mac OS X
|
Sat, 22 Jul 2006 21:58:17 +0000 |
Sam Lantinga |
Added SDL_GL_ExtensionSupported()
|
Sat, 22 Jul 2006 08:33:18 +0000 |
Sam Lantinga |
Convert SDL_malloc to SDL_calloc if appropriate, slightly faster on operating systems which map the zero page for memory allocations.
|
Sun, 16 Jul 2006 09:34:01 +0000 |
Sam Lantinga |
Setting up the OpenGL support
|
Sat, 15 Jul 2006 09:46:36 +0000 |
Sam Lantinga |
Streamlined the API a bit and optimized the software renderer.
|
Wed, 12 Jul 2006 06:39:26 +0000 |
Sam Lantinga |
Solved the performance problems by introducing the concept of a single-buffered
|