Sun, 21 Jul 2013 12:21:22 -0700 |
Sam Lantinga |
Fixed cursor leak when quitting the mouse subsystem
|
changeset |
files
|
Sun, 21 Jul 2013 11:52:16 -0700 |
Sam Lantinga |
Fixed bug 1976 - SDL2.m4 shares same variables as SDL.m4 so they cache values
|
changeset |
files
|
Sun, 21 Jul 2013 11:09:53 -0700 |
Sam Lantinga |
Fixed bug 1979 - X11_SetGammaRamp doesn't check the return value of XStoreColors
SDL-1.2
|
changeset |
files
|
Sun, 21 Jul 2013 00:57:31 -0400 |
Jasper St. Pierre |
Add support for the _NET_WM_BYPASS_COMPOSITOR hint
|
changeset |
files
|
Sun, 21 Jul 2013 00:07:43 -0400 |
Ryan C. Gordon |
Cursor mask was uninitialized data, causing problems.
|
changeset |
files
|
Sat, 20 Jul 2013 21:22:37 -0400 |
Ryan C. Gordon |
Include SDL_assert.h to fix broken build.
|
changeset |
files
|
Sat, 20 Jul 2013 21:19:20 -0400 |
Ryan C. Gordon |
Don't allocate memory if we're just going to fail when checking parameters.
|
changeset |
files
|
Sat, 20 Jul 2013 21:10:05 -0400 |
Ryan C. Gordon |
Don't try to clear errors in GL_ActivateRenderer() before we MakeCurrent.
|
changeset |
files
|
Sat, 20 Jul 2013 20:12:36 -0400 |
Ryan C. Gordon |
Fixed another compiler warning.
|
changeset |
files
|
Sat, 20 Jul 2013 19:59:31 -0400 |
Ryan C. Gordon |
One more compiler warning.
|
changeset |
files
|
Sat, 20 Jul 2013 19:58:17 -0400 |
Ryan C. Gordon |
More compiler warning fixes.
|
changeset |
files
|
Sat, 20 Jul 2013 19:51:51 -0400 |
Ryan C. Gordon |
Fixed some compiler warnings that Visual Studio reported.
|
changeset |
files
|
Sat, 20 Jul 2013 18:51:49 -0400 |
Ryan C. Gordon |
Make XInput haptic code respect effect timeouts.
|
changeset |
files
|
Sat, 20 Jul 2013 21:55:15 +0200 |
Philipp Wiesemann |
Changed documentation comment for SDL_CreateShapedWindow().
|
changeset |
files
|
Sat, 20 Jul 2013 21:51:53 +0200 |
Philipp Wiesemann |
Replaced use of malloc()/free() with SDL_malloc()/SDL_free() in test program.
|
changeset |
files
|
Sat, 20 Jul 2013 21:47:16 +0200 |
Philipp Wiesemann |
Removed not needed SDL_WINDOW_SHOWN from test programs.
|
changeset |
files
|
Sat, 20 Jul 2013 21:39:54 +0200 |
Philipp Wiesemann |
Replaced use of strcmp() with SDL_strcmp() in tests.
|
changeset |
files
|
Sat, 20 Jul 2013 21:35:26 +0200 |
Philipp Wiesemann |
Removed not needed variable and work in standard library.
|
changeset |
files
|
Sat, 20 Jul 2013 13:11:40 -0400 |
Ryan C. Gordon |
Workaround crash bug in libXi <= 1.4.1 (thanks, Steve!).
|
changeset |
files
|
Sat, 20 Jul 2013 11:16:50 +0200 |
Philipp Wiesemann |
Corrected comments in test library source.
|
changeset |
files
|
Sat, 20 Jul 2013 11:01:03 +0200 |
Philipp Wiesemann |
Changed return value of internal function to shorten generic haptic source.
|
changeset |
files
|
Fri, 19 Jul 2013 22:43:14 -0700 |
Sam Lantinga |
Fixed bug 1977 - D3D_UpdateClipRect() sets the wrong width for the clip rect
|
changeset |
files
|
Fri, 19 Jul 2013 00:22:57 -0400 |
Ryan C. Gordon |
Fixed wrong type being passed to eglGetConfigAttrib() (thanks, Alexander!).
|
changeset |
files
|
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
|