Sun, 29 Oct 2006 03:58:27 +0000 |
Ryan C. Gordon |
Removed broken AmigaOS support.
SDL-1.2
|
Sun, 01 Oct 2006 02:30:03 +0000 |
Sam Lantinga |
backport from 1.3
SDL-1.2
|
Mon, 01 Feb 2010 01:19:37 +0000 |
Sam Lantinga |
Fixed showing and hiding fullscreen windows
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
Sun, 24 Jan 2010 20:21:51 +0000 |
Sam Lantinga |
Added magic to detect already freed or otherwise invalid windows and textures.
|
Sun, 24 Jan 2010 19:47:17 +0000 |
Sam Lantinga |
Fixed bug #916
|
Fri, 22 Jan 2010 16:17:11 +0000 |
Sam Lantinga |
update window prev links
|
Fri, 22 Jan 2010 15:55:20 +0000 |
Sam Lantinga |
Fixed infinite loop at shutdown - update texture prev links
|
Thu, 21 Jan 2010 07:10:22 +0000 |
Sam Lantinga |
Fixed compile warning
|
Thu, 21 Jan 2010 06:21:52 +0000 |
Sam Lantinga |
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
|
Tue, 19 Jan 2010 07:28:51 +0000 |
Sam Lantinga |
From: Jjgod Jiang
|
Mon, 18 Jan 2010 14:27:30 +0000 |
Sam Lantinga |
Fixed bug #930
|
Wed, 30 Dec 2009 19:10:41 +0000 |
Sam Lantinga |
Removed in the interest of actually finishing 1.3. :)
|
Thu, 24 Dec 2009 19:18:05 +0000 |
Sam Lantinga |
Updated to compile on Windows
|
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.
|