Thu, 18 Jul 2013 22:20:09 -0400 |
Ryan C. Gordon |
Added finger events to SDLTest_PrintEvent().
|
changeset |
files
|
Tue, 16 Jul 2013 01:02:51 -0700 |
Jørgen P. Tjernø |
Mac: Handle SDL_CreateWindow with SDL_WINDOW_MINIMZED.
|
changeset |
files
|
Mon, 15 Jul 2013 20:30:04 -0400 |
Ryan C. Gordon |
Made PND_setwindowgrab() a no-op. It was a cut/paste of PND_destroywindow().
|
changeset |
files
|
Mon, 15 Jul 2013 23:00:47 +0200 |
Philipp Wiesemann |
Changed strdup() to SDL_strdup().
|
changeset |
files
|
Mon, 15 Jul 2013 11:58:49 -0700 |
Jørgen P. Tjernø |
Mac: Bring back FS windows when appropriate
|
changeset |
files
|
Mon, 15 Jul 2013 11:58:45 -0700 |
Jørgen P. Tjernø |
Mac: CGMakePoint -> CGPointMake in previous change.
|
changeset |
files
|
Mon, 15 Jul 2013 11:57:18 -0700 |
Jørgen P. Tjernø |
Mac: Fix SDL_WarpMouseInWindow in fullscreen.
|
changeset |
files
|
Mon, 15 Jul 2013 14:38:19 -0400 |
Ryan C. Gordon |
Turn the system mouse cursor back on before VideoQuit().
|
changeset |
files
|
Mon, 15 Jul 2013 01:12:15 -0400 |
Ryan C. Gordon |
Minor indentation clean up.
|
changeset |
files
|
Sun, 14 Jul 2013 21:30:16 -0400 |
Ryan C. Gordon |
Make winmm and directsound audio targets robust against unsupported formats.
|
changeset |
files
|
Sun, 14 Jul 2013 15:55:34 -0700 |
Jørgen P. Tjernø |
Fix #1445: Use xcrun to find CpMac
|
changeset |
files
|
Sun, 14 Jul 2013 15:46:43 -0700 |
Jørgen P. Tjernø |
Fix #1667: Docs about SDL_CreateWindow and flags.
|
changeset |
files
|
Sun, 14 Jul 2013 12:16:10 -0700 |
Sam Lantinga |
Re-enabled other messagebox tests, moved the SDL_Init() call as late as possible to show the circumstances where it's needed.
|
changeset |
files
|
Sun, 14 Jul 2013 11:58:57 -0700 |
Sam Lantinga |
Fixed bug 1970 - Cocoa message boxes ignore parent window requests
|
changeset |
files
|
Sun, 14 Jul 2013 11:57:45 -0700 |
Sam Lantinga |
Added testing of messagebox with a parent window
|
changeset |
files
|
Sun, 14 Jul 2013 11:57:01 -0700 |
Sam Lantinga |
Fixed code example for SDL_GetWindowWMInfo()
|
changeset |
files
|
Sun, 14 Jul 2013 11:43:25 -0700 |
Sam Lantinga |
Removed obsolete assertion code
|
changeset |
files
|
Sun, 14 Jul 2013 11:41:57 -0700 |
Sam Lantinga |
Make sure a window is valid for a subsystem before using it in a messagebox
|
changeset |
files
|
Sun, 14 Jul 2013 11:11:42 -0700 |
Sam Lantinga |
If the video system has been initialized, only use that message box system.
|
changeset |
files
|
Sun, 14 Jul 2013 19:56:22 +0200 |
Philipp Wiesemann |
Fixed compiler warnings in test program by using wrapped functions.
|
changeset |
files
|
Sun, 14 Jul 2013 19:53:50 +0200 |
Philipp Wiesemann |
Changed use of isspace() to SDL_isspace().
|
changeset |
files
|
Sun, 14 Jul 2013 13:27:54 -0400 |
Ryan C. Gordon |
Implement float32 support for winmm and directsound targets (Thanks, John!).
|
changeset |
files
|
Sun, 14 Jul 2013 13:25:49 -0400 |
Ryan C. Gordon |
Fixed compiler warning in testtimer.c
|
changeset |
files
|
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
|