Sat, 16 Jul 2011 14:59:12 -0700 |
Ryan C. Gordon |
Fixed memory leak in SDL_DestroyRenderer.
|
changeset |
files
|
Thu, 14 Jul 2011 15:40:07 +0200 |
Patrice Mandin |
Check sa_sigaction member of struct sigaction
SDL-1.2
|
changeset |
files
|
Sat, 16 Jul 2011 11:52:09 -0700 |
Ryan C. Gordon |
Cocoa: Update the current GL context when its window moves or resizes.
|
changeset |
files
|
Fri, 15 Jul 2011 17:05:32 -0700 |
Ryan C. Gordon |
Turn SDL_GL_MakeCurrent() into a no-op if setting the same context twice.
|
changeset |
files
|
Wed, 13 Jul 2011 17:38:09 -0700 |
Ryan C. Gordon |
Linux: Search a smaller set of potential joystick axes.
|
changeset |
files
|
Wed, 13 Jul 2011 17:36:29 -0700 |
Ryan C. Gordon |
Linux: Search a smaller set of potential joystick axes.
SDL-1.2
|
changeset |
files
|
Thu, 07 Jul 2011 11:50:30 -0700 |
Ryan C. Gordon |
Minor whitespace cleanup.
SDL-1.2
|
changeset |
files
|
Thu, 07 Jul 2011 11:49:46 -0700 |
Ryan C. Gordon |
Cleaned up compiler warnings about unchecked return values.
SDL-1.2
|
changeset |
files
|
Tue, 05 Jul 2011 22:05:56 -0400 |
Ryan C. Gordon |
Properly set up default resolutions.
|
changeset |
files
|
Wed, 22 Jun 2011 10:33:48 +0000 |
Nathan Heisey |
Implemented pthread spinlocks.
|
changeset |
files
|
Wed, 15 Jun 2011 10:28:01 +0100 |
Tim Angus |
* Add missing file SDL_hints_c.h
|
changeset |
files
|
Fri, 10 Jun 2011 14:23:36 +0100 |
Tim Angus |
* SDL_IOS_IDLE_TIMER_DISABLED hint
|
changeset |
files
|
Fri, 10 Jun 2011 14:23:24 +0100 |
Tim Angus |
* SDL_IOS_ORIENTATIONS hint
|
changeset |
files
|
Sun, 12 Jun 2011 12:23:39 -0400 |
Sam Lantinga |
Make SDL_QuitRequested() return an SDL_bool
|
changeset |
files
|
Mon, 06 Jun 2011 12:20:04 -0400 |
Ryan C. Gordon |
Fixed gcc warnings for apps using SDL headers with -Wundef flag.
|
changeset |
files
|
Sat, 04 Jun 2011 16:00:05 -0400 |
Ryan C. Gordon |
Closing Sunny's "experimental" named branch.
experimental
|
changeset |
files
|
Sat, 04 Jun 2011 15:34:32 -0400 |
Ryan C. Gordon |
Don't call CGContextRelease() on object Cocoa already flagged for autorelease.
SDL-1.2
|
changeset |
files
|
Sat, 04 Jun 2011 15:33:50 -0400 |
Ryan C. Gordon |
QZ_LockHWSurface() should always check for changes to the screen surface.
SDL-1.2
|
changeset |
files
|
Sat, 04 Jun 2011 15:26:02 -0400 |
Ryan C. Gordon |
Updated configure.in to be compatible with autoconf 2.67.
|
changeset |
files
|
Fri, 03 Jun 2011 16:03:10 -0400 |
Ryan C. Gordon |
Assert code's stdio interface was reading from the wrong variable.
|
changeset |
files
|
Fri, 22 Apr 2011 09:06:29 -0700 |
Sam Lantinga |
Clarified SDL_GetWindowSurface() documentation
|
changeset |
files
|
Thu, 21 Apr 2011 09:50:29 -0700 |
Sam Lantinga |
Fixed so SDL_quit.h doesn't require SDL_compat.h
|
changeset |
files
|
Wed, 20 Apr 2011 15:14:18 -0400 |
Ryan C. Gordon |
Make assert dialog work on Cocoa target even if we haven't initialized video.
|
changeset |
files
|
Wed, 20 Apr 2011 11:25:01 +0200 |
Dennis Cappendijk |
Debug win 32 settings was wrongfully set to build the Release 32bit version.
|
changeset |
files
|
Tue, 19 Apr 2011 11:41:45 -0700 |
Sam Lantinga |
Added test of the assertion reporting system
|
changeset |
files
|
Tue, 19 Apr 2011 14:12:56 -0400 |
Ryan C. Gordon |
Removed assertion list terminator (just do it like a normal linked list).
|
changeset |
files
|
Tue, 19 Apr 2011 09:53:01 -0700 |
Sam Lantinga |
Fixed bug 1185 (VS 2010 project files do not support side-by-side 32-bit and 64-bit builds)
|
changeset |
files
|
Tue, 19 Apr 2011 08:08:50 -0700 |
Sam Lantinga |
Fixed: Windows always fails with SDL_HapticOpenFromJoystick
|
changeset |
files
|
Mon, 18 Apr 2011 12:20:30 -0700 |
Sam Lantinga |
Minor missing parameter name
|
changeset |
files
|
Fri, 15 Apr 2011 14:22:08 -0700 |
Sam Lantinga |
Updated documentation to reflect new license
|
changeset |
files
|
Fri, 08 Apr 2011 13:16:33 -0700 |
Sam Lantinga |
Removed buggy and LGPL MMX mixing routines.
|
changeset |
files
|
Fri, 08 Apr 2011 13:03:26 -0700 |
Sam Lantinga |
SDL 1.3 is now under the zlib license.
|
changeset |
files
|
Wed, 06 Apr 2011 17:10:14 -0700 |
Sam Lantinga |
Fixed build error
|
changeset |
files
|
Tue, 05 Apr 2011 17:57:08 -0700 |
Sam Lantinga |
Fixed bug 1177 (testsdl ios crash)
|
changeset |
files
|
Tue, 05 Apr 2011 09:50:25 -0700 |
Sam Lantinga |
Allow overriding the app delegate on iOS
|
changeset |
files
|
Tue, 05 Apr 2011 09:47:34 -0700 |
Sam Lantinga |
Fixed setting programmatically setting the size of a window on X11 for non-resizable windows.
|
changeset |
files
|
Tue, 05 Apr 2011 09:35:56 -0700 |
Sam Lantinga |
Fixed bug 1173 (No mouse wheel event on linux/x11)
|
changeset |
files
|
Mon, 04 Apr 2011 23:38:15 -0400 |
Ryan C. Gordon |
Some more iOS orientation rotation fixes.
|
changeset |
files
|
Mon, 04 Apr 2011 09:29:13 -0700 |
Sam Lantinga |
Added SDL_GetRenderer()
|
changeset |
files
|
Sun, 03 Apr 2011 18:33:32 -0500 |
Ryan C. Gordon |
iOS: Correctly resize renderbuffers when rotating orientation.
|
changeset |
files
|
Sun, 03 Apr 2011 18:24:27 +0700 |
Airlangga Cahya Utama |
Move variable declaration position to stick with C standart.
|
changeset |
files
|
Tue, 29 Mar 2011 03:05:26 -0700 |
Sam Lantinga |
Fixed compile error.
|
changeset |
files
|
Mon, 28 Mar 2011 23:44:51 -0700 |
Sam Lantinga |
Filter out SDL_WINDOWEVENT_SIZE_CHANGED events too
|
changeset |
files
|
Mon, 28 Mar 2011 20:56:28 -0700 |
Sam Lantinga |
Make sure the resize event gets through
|
changeset |
files
|
Mon, 28 Mar 2011 20:33:41 -0700 |
Sam Lantinga |
Backed out changeset ef550bdb8c1b
|
changeset |
files
|
Mon, 28 Mar 2011 23:20:54 -0400 |
Ryan C. Gordon |
If a test program window resizes, resize its viewport, too.
|
changeset |
files
|
Mon, 28 Mar 2011 23:21:22 -0400 |
Ryan C. Gordon |
Added orientation rotation for iOS.
|
changeset |
files
|
Mon, 28 Mar 2011 15:18:01 -0400 |
Ryan C. Gordon |
Make the iOS test projects target iPhone and iPad instead of just the phone.
|
changeset |
files
|
Sun, 27 Mar 2011 01:35:19 -0400 |
Ryan C. Gordon |
iOS: Report both landscape and portrait orientation as display modes.
|
changeset |
files
|
Sat, 26 Mar 2011 21:28:17 -0700 |
Sam Lantinga |
NDS update
|
changeset |
files
|
Sat, 26 Mar 2011 21:27:23 -0700 |
Sam Lantinga |
Temporarily removing sprite and sprite2 at Frank's request
|
changeset |
files
|
Sat, 26 Mar 2011 21:26:05 -0700 |
Sam Lantinga |
NDS update
|
changeset |
files
|
Fri, 25 Mar 2011 14:45:04 -0700 |
Sam Lantinga |
Added high resolution timing API: SDL_GetPerformanceCounter(), SDL_GetPerformanceFrequency()
|
changeset |
files
|
Fri, 25 Mar 2011 13:48:48 -0700 |
Sam Lantinga |
Android defines linux, but doesn't have the gettid system call.
|
changeset |
files
|
Fri, 25 Mar 2011 13:47:49 -0700 |
Sam Lantinga |
SDL 1.3 requires a 64-bit type for the platform.
|
changeset |
files
|
Fri, 25 Mar 2011 13:19:48 -0700 |
Sam Lantinga |
Fixed typos in example code
|
changeset |
files
|
Fri, 25 Mar 2011 12:54:21 -0700 |
Sam Lantinga |
Warn people not to run their applications as root!
|
changeset |
files
|
Fri, 25 Mar 2011 12:44:06 -0700 |
Sam Lantinga |
The API sets the priority for the current thread, not an arbitrary thread.
|
changeset |
files
|
Fri, 25 Mar 2011 11:09:57 -0700 |
Sam Lantinga |
Don't be clever, just call it testthread
|
changeset |
files
|
Fri, 25 Mar 2011 10:54:13 -0700 |
Sam Lantinga |
Fixed permissions
|
changeset |
files
|