Fri, 14 Sep 2012 11:07:47 -0400 |
Ryan C. Gordon |
Patched to compile on Haiku.
|
changeset |
files
|
Thu, 13 Sep 2012 15:24:04 -0400 |
Ryan C. Gordon |
Make the X11 SetBordered event tapdancing more robust, restore focus, etc.
|
changeset |
files
|
Thu, 13 Sep 2012 01:43:53 -0400 |
Ryan C. Gordon |
Added SDL_SetWindowBordered() API.
|
changeset |
files
|
Thu, 13 Sep 2012 01:29:18 -0400 |
Ryan C. Gordon |
BeOS/Haiku support for SDL_WINDOW_BORDERLESS.
|
changeset |
files
|
Fri, 14 Sep 2012 01:16:27 -0700 |
Sam Lantinga |
Fixed bug 1599 - On X11, SDL2 should use CLIPBOARD as well as PRIMARY for copy/paste
|
changeset |
files
|
Wed, 12 Sep 2012 19:36:18 -0400 |
Ryan C. Gordon |
Moved iOS-specific code into uikit target. Fixes crashes in X11 target.
|
changeset |
files
|
Mon, 10 Sep 2012 20:25:55 -0700 |
Sam Lantinga |
Fixed issue where the context couldn't be unbound after the window is shown because the current context was already marked as NULL. (Thanks to John McDonald for tracking that down!)
|
changeset |
files
|
Thu, 06 Sep 2012 21:34:52 -0700 |
Sam Lantinga |
Fixed error message when destroying a software renderer, thanks to wahono for the patch.
|
changeset |
files
|
Tue, 04 Sep 2012 23:17:56 -0700 |
Sam Lantinga |
Updated the Demos project to link with SDL2
|
changeset |
files
|
Mon, 03 Sep 2012 11:54:48 -0300 |
Gabriel Jacobo |
Return a valid error in SDL_GL_Bind/UnbindTexture, thank you buildbot!
|
changeset |
files
|
Mon, 03 Sep 2012 11:16:12 -0300 |
Gabriel Jacobo |
Implements SDL_GL_BindTexture and SDL_GL_UnbindTexture (#1576)
|
changeset |
files
|
Sun, 02 Sep 2012 19:37:36 -0400 |
Ryan C. Gordon |
Removed a FIXME; RemoteIO is correct for iOS.
|
changeset |
files
|
Sat, 01 Sep 2012 00:25:17 -0700 |
Ryan C. Gordon |
Added testaudioinfo to the build.
|
changeset |
files
|
Sun, 02 Sep 2012 16:05:29 -0700 |
Sam Lantinga |
Use fast path for RGB 565 -> 32-bit XRGB 8888
SDL-1.2
|
changeset |
files
|
Sun, 02 Sep 2012 16:03:56 -0700 |
Sam Lantinga |
Use fast path for RGB 565 -> 32-bit XRGB 8888
|
changeset |
files
|
Thu, 30 Aug 2012 12:58:58 -0700 |
Ryan C. Gordon |
Fixed compiler warning.
|
changeset |
files
|
Sun, 26 Aug 2012 20:27:25 -0400 |
Ryan C. Gordon |
Removed AC_GNU_SOURCE from SDL2's configure script.
|
changeset |
files
|
Sat, 25 Aug 2012 22:21:16 -0400 |
Ryan C. Gordon |
Fixed compiler warning on some versions of GCC.
|
changeset |
files
|
Sat, 25 Aug 2012 16:49:05 -0400 |
Ryan C. Gordon |
Fixed wglShareLists() call that used the wrong variable.
|
changeset |
files
|
Sat, 25 Aug 2012 16:46:34 -0400 |
Ryan C. Gordon |
Removed _GNU_SOURCE define. We'll see if we need it.
SDL-1.2
|
changeset |
files
|
Fri, 24 Aug 2012 19:39:51 -0400 |
Ryan C. Gordon |
Whoops, removed wrong variable.
|
changeset |
files
|
Fri, 24 Aug 2012 19:34:28 -0400 |
Ryan C. Gordon |
Fixed a bunch of compiler warnings with Cygwin/MingW.
|
changeset |
files
|
Fri, 24 Aug 2012 10:04:07 -0700 |
Sam Lantinga |
Fixed bug 1561 - BSD joystick: Increase the number of uhid devices to scan
SDL-1.2
|
changeset |
files
|
Fri, 24 Aug 2012 10:03:05 -0700 |
Sam Lantinga |
Fixed bug 1561 - BSD joystick: Increase the number of uhid devices to scan
|
changeset |
files
|
Fri, 24 Aug 2012 13:10:29 -0300 |
Gabriel Jacobo |
Fixes bug #1506, Changing orientation on the Android device throws off touch scaling
|
changeset |
files
|
Fri, 24 Aug 2012 11:56:21 -0300 |
Gabriel Jacobo |
Fix for #1577, SDL_RenderCopyEx - Runtime check fails when dstrect == NULL and center == NULL
|
changeset |
files
|
Wed, 15 Aug 2012 21:00:33 -0400 |
Ryan C. Gordon |
Cleaned up testjoystick.c, improved usage of renderer API, added colors!
|
changeset |
files
|
Wed, 15 Aug 2012 20:53:24 -0400 |
Ryan C. Gordon |
Updated testjoystick.c for SDL2 API and draw more information.
|
changeset |
files
|
Wed, 15 Aug 2012 02:52:42 -0400 |
Ryan C. Gordon |
Minor typo fix.
SDL-1.2
|
changeset |
files
|
Mon, 13 Aug 2012 19:36:36 -0400 |
Ryan C. Gordon |
Removed a function we don't call anymore.
SDL-1.2
|
changeset |
files
|
Sun, 12 Aug 2012 23:10:16 -0700 |
Sam Lantinga |
Renamed SDL_GL_CONTEXT_PROFILE_ES2 to SDL_GL_CONTEXT_PROFILE_ES
|
changeset |
files
|
Sun, 12 Aug 2012 11:16:24 -0700 |
Sam Lantinga |
Fixed bug 1565 - some small GL context creation enhancements
|
changeset |
files
|
Sat, 11 Aug 2012 10:15:59 -0700 |
Sam Lantinga |
Fixed bug 1564 - SDL has no function to open a screen keyboard on Android.
|
changeset |
files
|
Thu, 09 Aug 2012 15:43:39 -0400 |
Ryan C. Gordon |
Fixed building on Mac OS X with Xcode 4.4 (OS X 10.8 SDK).
|
changeset |
files
|
Thu, 09 Aug 2012 14:28:45 -0400 |
Ryan C. Gordon |
Nasty attempt to fix building of testnative across various platforms.
|
changeset |
files
|
Thu, 09 Aug 2012 14:14:41 -0400 |
Ryan C. Gordon |
Removed some unused variables that gcc 4.6.1 complains about.
|
changeset |
files
|
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
|