Wed, 08 Aug 2012 13:44:58 -0400 |
Ryan C. Gordon |
Patched to compile on Mac OS X 10.8 SDK.
|
changeset |
files
|
Sat, 04 Aug 2012 00:01:34 -0400 |
Ryan C. Gordon |
Bumped up Android SDK version in README.android.
|
changeset |
files
|
Fri, 03 Aug 2012 23:59:05 -0400 |
Ryan C. Gordon |
Make Android port compatible with older API versions again.
|
changeset |
files
|
Wed, 01 Aug 2012 21:41:54 -0400 |
Ryan C. Gordon |
OpenBSD: Add missing X11 libraries to autoconf.
|
changeset |
files
|
Wed, 01 Aug 2012 21:03:46 -0400 |
Ryan C. Gordon |
Patched to compile on Windows.
|
changeset |
files
|
Wed, 01 Aug 2012 20:57:03 -0400 |
Ryan C. Gordon |
Cleanups to Windows WGL_EXT_swap_control_tear code.
|
changeset |
files
|
Wed, 01 Aug 2012 20:29:36 -0400 |
Ryan C. Gordon |
Add support for (GLX|WGL)_EXT_swap_control_tear.
|
changeset |
files
|
Tue, 31 Jul 2012 16:55:09 -0700 |
Sam Lantinga |
Fixed black screen on iOS
|
changeset |
files
|
Sun, 22 Jul 2012 21:47:56 +0200 |
Kajetan Swierk |
Fixed typo in one of WGL definition
|
changeset |
files
|
Sun, 22 Jul 2012 11:24:04 -0700 |
Sam Lantinga |
Fix for the Game Center status window always being behind the SDL window (untested!)
|
changeset |
files
|
Fri, 20 Jul 2012 12:57:25 -0700 |
Sam Lantinga |
Fixed bug 1547 - Fix test(1) utilization within the autoconf script
|
changeset |
files
|
Fri, 20 Jul 2012 15:22:48 -0300 |
Gabriel Jacobo |
Fixes Android_JNI_FileRead behaviour where reading past the end of a file returns zero instead of the number of bytes read.
|
changeset |
files
|
Fri, 20 Jul 2012 13:52:25 -0400 |
Ryan C. Gordon |
Should fix type-punning compiler warnings.
|
changeset |
files
|
Fri, 20 Jul 2012 13:33:15 -0400 |
Ryan C. Gordon |
Fixed some minor compiler warnings.
|
changeset |
files
|
Fri, 20 Jul 2012 13:32:34 -0400 |
Ryan C. Gordon |
Fixed pthread_np.h detection on OpenBSD.
|
changeset |
files
|
Thu, 19 Jul 2012 09:36:58 -0700 |
Sam Lantinga |
More OpenGL ES fixes from Scott Percival
|
changeset |
files
|
Wed, 18 Jul 2012 15:53:33 -0700 |
Sam Lantinga |
Fixed bug 1542 - SDL_Touch should reserve tilt_x and tilt_y
|
changeset |
files
|
Wed, 18 Jul 2012 15:20:32 -0700 |
Sam Lantinga |
Switch the OpenGL ES renderers to request EGL OpenGL contexts
|
changeset |
files
|
Wed, 18 Jul 2012 15:17:27 -0700 |
Sam Lantinga |
Improved simultaneous support for OpenGL and OpenGL ES
|
changeset |
files
|
Wed, 18 Jul 2012 15:02:48 -0700 |
Sam Lantinga |
Fix OpenGL initialization when OpenGL and OpenGLES are both available.
|
changeset |
files
|
Wed, 18 Jul 2012 15:01:41 -0700 |
Sam Lantinga |
Rename envvar to overwrite X11 EGL library name.
|
changeset |
files
|
Wed, 18 Jul 2012 14:48:32 -0700 |
Sam Lantinga |
Fix memory leaks in X11_CreateDevice error paths
|
changeset |
files
|
Wed, 18 Jul 2012 14:14:55 -0700 |
Sam Lantinga |
Fixed bug 1543 - Fix dynamic loading of X libs on OpenBSD
SDL-1.2
|
changeset |
files
|
Wed, 18 Jul 2012 13:57:39 -0700 |
Sam Lantinga |
Fixed bug 1543 - Fix dynamic loading of X libs on OpenBSD
|
changeset |
files
|
Wed, 18 Jul 2012 13:08:19 -0700 |
Sam Lantinga |
Fixed bug 1434 - Add AltiVec detection for OpenBSD/powerpc
SDL-1.2
|
changeset |
files
|
Wed, 18 Jul 2012 13:06:38 -0700 |
Sam Lantinga |
Fixed bug 1434 - Add AltiVec detection for OpenBSD/powerpc
|
changeset |
files
|
Wed, 18 Jul 2012 10:47:41 -0700 |
Sam Lantinga |
Updated the generic event check to try to compile instead of just look for library runtime function (fixes compiling on older Mac OS X SDKs)
|
changeset |
files
|
Wed, 11 Jul 2012 21:55:36 -0400 |
Ryan C. Gordon |
Fixed configure script.
SDL-1.2
|
changeset |
files
|
Wed, 11 Jul 2012 22:20:02 -0400 |
Ryan C. Gordon |
Patched to compile on FreeBSD 8.2.
|
changeset |
files
|
Wed, 11 Jul 2012 22:04:19 -0400 |
Ryan C. Gordon |
Removed unused variable to silence compiler warning.
|
changeset |
files
|
Wed, 11 Jul 2012 20:56:15 -0400 |
Ryan C. Gordon |
Patched to compile on Windows with VS2008 and VS2010.
|
changeset |
files
|
Wed, 11 Jul 2012 20:40:02 -0400 |
Ryan C. Gordon |
Patched to compile on Mac OS X with Xcode (Unix configure already worked).
|
changeset |
files
|
Wed, 11 Jul 2012 20:20:04 -0400 |
Ryan C. Gordon |
Patched to compile on PowerPC Mac OS X.
|
changeset |
files
|
Wed, 11 Jul 2012 08:51:16 -0400 |
Sam Lantinga |
Fixed bug 1540: SDL 2.0 won't link on Visual Studio 2012 RC for x64
|
changeset |
files
|
Mon, 09 Jul 2012 18:08:06 -0300 |
Gabriel Jacobo |
Fixes #1422, removes global JNI Env, uses per thread copies, adds thread auto detaching.
|
changeset |
files
|
Sun, 08 Jul 2012 07:20:50 -0400 |
Ryan C. Gordon |
Added OpenBSD "sndio" audio target.
SDL-1.2
|
changeset |
files
|
Thu, 05 Jul 2012 12:16:44 -0400 |
Sam Lantinga |
Removed unneeded audio buffer memset() for consistent behavior on all platforms.
|
changeset |
files
|
Thu, 05 Jul 2012 07:26:18 -0400 |
Sam Lantinga |
Marcus von Appen fixed bug 1535: SDL_UpdateWindowRects() SIGSEGV on X11 with out-of-bound rects
|
changeset |
files
|
Tue, 03 Jul 2012 23:52:02 -0400 |
Sam Lantinga |
Patrick Baggett implemented relative mouse mode on Win32
|
changeset |
files
|
Mon, 02 Jul 2012 08:37:48 -0400 |
Sam Lantinga |
Vittorio Giovara fixed bug 1528: move hint registration from SDLUikitAppDelegate
|
changeset |
files
|
Mon, 02 Jul 2012 08:33:10 -0400 |
Sam Lantinga |
Marcus von Appen fixed bug 1530: X11 touch initialisation does not check its file handles
|
changeset |
files
|
Mon, 02 Jul 2012 08:29:57 -0400 |
Sam Lantinga |
Marcus von Appen fixed bug 1529: CDROM detection misbehaviour for FreeBSD 7.x and newer
SDL-1.2
|
changeset |
files
|
Mon, 25 Jun 2012 11:10:34 -0400 |
Sam Lantinga |
Disable the SDL event pump after the SDL main routine returns, since events will be dispatched by the Cocoa event loop.
|
changeset |
files
|
Sat, 23 Jun 2012 06:46:06 -0400 |
Sam Lantinga |
Added SDL_system.h to the various projects
|
changeset |
files
|
Sun, 24 Jun 2012 21:10:17 -0300 |
Gabriel Jacobo |
Fix Android's SDLActivity for devices that may send more than one surfaceChanged
|
changeset |
files
|
Fri, 22 Jun 2012 23:31:22 -0400 |
Sam Lantinga |
Fix SDL_SetWindowSize with X11 non-RESIZABLE windows, patch by Pierre-Loup.
|
changeset |
files
|
Fri, 22 Jun 2012 19:19:18 -0400 |
Sam Lantinga |
Created a header file for system dependent API functions, and added SDL_iPhoneSetAnimationCallback()
|
changeset |
files
|
Fri, 22 Jun 2012 11:38:49 -0400 |
Sam Lantinga |
Fixed orientation and color when rendering to texture
|
changeset |
files
|
Thu, 21 Jun 2012 14:01:47 -0300 |
Gabriel Jacobo |
Fixes #1524, improved xinput2 test
|
changeset |
files
|
Thu, 21 Jun 2012 12:12:11 -0300 |
Gabriel Jacobo |
Automated tests fixes
|
changeset |
files
|
Thu, 21 Jun 2012 10:41:25 -0400 |
Sam Lantinga |
Updated Mac OS X and iOS projects
|
changeset |
files
|
Thu, 21 Jun 2012 11:16:14 -0300 |
Gabriel Jacobo |
Fixes #1523 by removing inconsistent use of texture->access
|
changeset |
files
|
Thu, 21 Jun 2012 09:58:22 -0400 |
Sam Lantinga |
Fixed issue with tiling window managers (bug 1246)
|
changeset |
files
|
Wed, 20 Jun 2012 11:25:40 -0300 |
Gabriel Jacobo |
Fixes #1519, adds initialization to Android RWops internal variables.
|
changeset |
files
|
Tue, 19 Jun 2012 20:16:45 -0300 |
Gabriel Jacobo |
small improvements in the iosbuild.sh script
|
changeset |
files
|
Tue, 19 Jun 2012 18:25:04 -0300 |
Gabriel Jacobo |
Adds a simple command line utility (iosbuild.sh) to create iOS binaries for armv6, armv7 and i386
|
changeset |
files
|
Tue, 19 Jun 2012 13:50:14 -0400 |
Sam Lantinga |
Fixed compiling with Visual Studio
|
changeset |
files
|
Tue, 19 Jun 2012 14:19:05 -0300 |
Gabriel Jacobo |
Fixes #1522, improved Xinerama / Twinview support
|
changeset |
files
|
Tue, 19 Jun 2012 13:57:42 -0300 |
Gabriel Jacobo |
Fixes #1422, restores GL context automatically under Android
|
changeset |
files
|
Tue, 19 Jun 2012 12:29:53 -0400 |
Sam Lantinga |
Added command-line cross-compile support for iOS - Gabriel Jacobo will be adding iosbuild.sh and documentation for the process.
|
changeset |
files
|