Sun, 14 Jul 2013 12:42:12 -0400 |
Ryan C. Gordon |
Protect SDL_PauseAudio*() with the audio callback lock.
|
changeset |
files
|
Sun, 14 Jul 2013 11:28:18 -0400 |
Ryan C. Gordon |
Fixed off-by-one error in SDL_AudioQuit() (thanks, Rainer!).
|
changeset |
files
|
Sun, 14 Jul 2013 14:32:26 +0200 |
Philipp Wiesemann |
Removed unused internal function.
|
changeset |
files
|
Sun, 14 Jul 2013 13:33:54 +0200 |
Philipp Wiesemann |
Fixed compiler warnings in test program by using wrapped functions.
|
changeset |
files
|
Sun, 14 Jul 2013 13:30:26 +0200 |
Philipp Wiesemann |
Fixed compiler warnings in test programs by adding return statements.
|
changeset |
files
|
Sun, 14 Jul 2013 13:27:19 +0200 |
Philipp Wiesemann |
Fixed compiler warnings in test programs by adding includes directives.
|
changeset |
files
|
Sat, 13 Jul 2013 21:56:31 -0400 |
Ryan C. Gordon |
Changed some for-loops to be a bit more clear.
|
changeset |
files
|
Sat, 13 Jul 2013 21:50:40 -0400 |
Ryan C. Gordon |
Don't copy structs to stack in cmpmodes(), use const pointers instead.
|
changeset |
files
|
Sat, 13 Jul 2013 21:42:57 -0400 |
Ryan C. Gordon |
Don't use SDL_memcmp() on modes to check if they've already been added.
|
changeset |
files
|
Sat, 13 Jul 2013 20:24:09 -0400 |
Ryan C. Gordon |
Explicitly check for Xext.h in the CMake project, fail if missing.
|
changeset |
files
|
Sat, 13 Jul 2013 21:13:09 +0200 |
Philipp Wiesemann |
Fixed compiler warnings in test programs.
|
changeset |
files
|
Sat, 13 Jul 2013 21:06:56 +0200 |
Philipp Wiesemann |
Added missing fclose() in test program.
|
changeset |
files
|
Sat, 13 Jul 2013 21:05:13 +0200 |
Philipp Wiesemann |
Removed unused variable and not needed assignment in test program.
|
changeset |
files
|
Sat, 13 Jul 2013 21:02:23 +0200 |
Philipp Wiesemann |
Fixed printf() usage in test program.
|
changeset |
files
|
Sat, 13 Jul 2013 10:41:57 -0700 |
Sam Lantinga |
Added a configure check for Xext.h
|
changeset |
files
|
Sat, 13 Jul 2013 03:13:41 -0700 |
Sam Lantinga |
Added a hint to control the Windows timer resolution: SDL_HINT_TIMER_RESOLUTION
|
changeset |
files
|
Sat, 13 Jul 2013 11:06:34 +0800 |
David Gow |
Only get desktop modes from Xinerama if we can't use XRandR (fix #1956)
|
changeset |
files
|
Fri, 12 Jul 2013 23:45:12 -0700 |
Sam Lantinga |
Fixed bug 1938 - Buffer overflows in the Windows IME code
|
changeset |
files
|
Fri, 12 Jul 2013 23:28:34 -0700 |
Sam Lantinga |
Don't set the current OpenGL window if the context creation fails.
|
changeset |
files
|
Fri, 12 Jul 2013 23:16:11 -0700 |
Sam Lantinga |
Updated supported iOS version.
|
changeset |
files
|
Sat, 13 Jul 2013 00:10:25 -0400 |
Ryan C. Gordon |
CMake project should install sdl2.m4.
|
changeset |
files
|
Sat, 13 Jul 2013 00:07:34 -0400 |
Ryan C. Gordon |
CMake project should enable pthreads for Mac OS X by default.
|
changeset |
files
|
Fri, 12 Jul 2013 23:38:44 -0400 |
Ryan C. Gordon |
Fixed iOS context sharing again.
|
changeset |
files
|
Fri, 12 Jul 2013 23:32:54 -0400 |
Ryan C. Gordon |
Patched to compile.
|
changeset |
files
|
Fri, 12 Jul 2013 23:30:26 -0400 |
Ryan C. Gordon |
Implement SDL_GL_SHARE_WITH_CURRENT_CONTEXT for iOS.
|
changeset |
files
|
Fri, 12 Jul 2013 10:44:55 -0700 |
Sam Lantinga |
Moved the game controller database to a separate file and added a script to sort the entries so we can easily check for duplicates
|
changeset |
files
|
Fri, 12 Jul 2013 08:21:28 -0700 |
Sam Lantinga |
Oops, that was supposed to be in the Linux section.
|
changeset |
files
|
Fri, 12 Jul 2013 00:55:04 -0700 |
Sam Lantinga |
Fixed bug 1810 - xxx_RenderReadPixels - incorrect behaviour in certain conditions
|
changeset |
files
|
Fri, 12 Jul 2013 00:43:16 -0700 |
Sam Lantinga |
Don't crash if the current render target is destroyed.
|
changeset |
files
|
Fri, 12 Jul 2013 09:55:58 +0300 |
Dimitris Zenios |
Fixed gcc warnings for apps using SDL headers with -Wstrict-prototypes flag.
|
changeset |
files
|
Thu, 11 Jul 2013 23:21:09 -0700 |
Sam Lantinga |
Fixed name of the Logitech F710 controller
|
changeset |
files
|
Thu, 11 Jul 2013 23:20:29 -0700 |
Sam Lantinga |
Fixed bug 1853 - Gamecontroller patch to add support for Logitech F510 (Linux)
|
changeset |
files
|
Thu, 11 Jul 2013 23:16:47 -0700 |
Sam Lantinga |
Fixed Azamat's patch for SIZEOF_VOIDP in SDL_config.h.in
|
changeset |
files
|
Wed, 05 Jun 2013 12:28:53 +0600 |
Azamat H. Hackimov |
Define universal answer of SIZEOF_VOIDP for 32/64-bit architectures.
|
changeset |
files
|
Thu, 11 Jul 2013 23:05:02 -0700 |
Sam Lantinga |
Fixed cast of the OpenGL context type
|
changeset |
files
|
Thu, 11 Jul 2013 22:59:20 -0700 |
Sam Lantinga |
Fixed bug 1946 - OpenGL contexts in threads
|
changeset |
files
|
Fri, 12 Jul 2013 01:39:18 -0400 |
Ryan C. Gordon |
SDL-1.2: Removed _NET_WM_ICON code...apparently it's causing problems.
SDL-1.2
|
changeset |
files
|
Fri, 12 Jul 2013 01:26:43 -0400 |
Ryan C. Gordon |
Fixed off-by-one error in SDL_ConvertStereo().
|
changeset |
files
|
Thu, 11 Jul 2013 22:04:16 -0700 |
Sam Lantinga |
Check the parameters to SDL_UpdateTexture()
|
changeset |
files
|
Thu, 11 Jul 2013 21:51:09 -0700 |
Sam Lantinga |
Fixed bug 1958 - Cocoa SwapWindow doesn't swap the specified window
|
changeset |
files
|
Thu, 11 Jul 2013 23:59:09 -0400 |
Ryan C. Gordon |
Whoops, missed a part of that last commit.
|
changeset |
files
|
Thu, 11 Jul 2013 23:53:00 -0400 |
Ryan C. Gordon |
Explicitly write silence to the audio device while it is paused.
|
changeset |
files
|
Thu, 11 Jul 2013 23:17:52 -0400 |
Ryan C. Gordon |
Attempt to fix a compiler warning on Haiku.
|
changeset |
files
|
Thu, 11 Jul 2013 12:44:03 -0400 |
Ryan C. Gordon |
Fixed compiler warnings on Haiku.
|
changeset |
files
|
Thu, 11 Jul 2013 12:27:39 -0400 |
Ryan C. Gordon |
Removed some unused variables.
|
changeset |
files
|
Thu, 11 Jul 2013 12:26:18 -0400 |
Ryan C. Gordon |
Fixed compiler warning.
|
changeset |
files
|
Thu, 11 Jul 2013 12:17:13 -0400 |
Ryan C. Gordon |
Cleaned up WGL_ACCELERATION_ARB usage.
|
changeset |
files
|
Thu, 11 Jul 2013 01:09:45 -0400 |
Ryan C. Gordon |
Added src/thread/pthread/SDL_systls.c to the CMake scripts.
|
changeset |
files
|
Wed, 10 Jul 2013 22:13:19 -0700 |
Sam Lantinga |
Catch out of memory errors creating a window
|
changeset |
files
|
Wed, 10 Jul 2013 22:06:11 -0700 |
Sam Lantinga |
Fixed compile
|
changeset |
files
|
Wed, 10 Jul 2013 22:01:24 -0700 |
Sam Lantinga |
Fixed bug 1949 - Pulseaudio 32 bit audio formats support
|
changeset |
files
|
Wed, 10 Jul 2013 21:57:31 -0700 |
Sam Lantinga |
Fixed bug 1953 - Crash at memcpy X11_DispatchEvent(_THIS) Function
|
changeset |
files
|
Wed, 10 Jul 2013 23:43:35 -0400 |
Ryan C. Gordon |
Added src/thread/windows/SDL_systls.c to CMakeLists.txt (thanks, Charles!).
|
changeset |
files
|
Wed, 10 Jul 2013 20:17:20 -0700 |
Sam Lantinga |
Added PowerPC and ARM versions of the memory barrier functions.
|
changeset |
files
|
Wed, 10 Jul 2013 18:31:17 -0700 |
Sam Lantinga |
Added release/acquire memory barriers to the atomic API
|
changeset |
files
|
Wed, 10 Jul 2013 02:37:57 -0700 |
Sam Lantinga |
Fixed Haiku build
|
changeset |
files
|
Wed, 10 Jul 2013 02:32:04 -0700 |
Sam Lantinga |
Implemented an API for thread-local storage: SDL_TLSCreate(), SDL_TLSSet(), SDL_TLSGet()
|
changeset |
files
|
Tue, 09 Jul 2013 12:58:54 -0700 |
Jørgen P. Tjernø |
SDL_GL_MakeCurrent: Only no-op redundant calls on *same* thread.
|
changeset |
files
|
Tue, 09 Jul 2013 12:57:12 -0700 |
Jørgen P. Tjernø |
Mac: Remove dead FULLSCREEN_TOGGLEABLE code.
|
changeset |
files
|
Tue, 09 Jul 2013 13:54:29 -0300 |
Gabriel Jacobo |
Removing video/uikit/*.c from configure's iOS sources
|
changeset |
files
|