Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Include SDL_assert.h to fix broken build.
2013-07-20, by Ryan C. Gordon
Don't allocate memory if we're just going to fail when checking parameters.
2013-07-20, by Ryan C. Gordon
Don't try to clear errors in GL_ActivateRenderer() before we MakeCurrent.
2013-07-20, by Ryan C. Gordon
Fixed another compiler warning.
2013-07-20, by Ryan C. Gordon
One more compiler warning.
2013-07-20, by Ryan C. Gordon
More compiler warning fixes.
2013-07-20, by Ryan C. Gordon
Fixed some compiler warnings that Visual Studio reported.
2013-07-20, by Ryan C. Gordon
Make XInput haptic code respect effect timeouts.
2013-07-20, by Ryan C. Gordon
Changed documentation comment for SDL_CreateShapedWindow().
2013-07-20, by Philipp Wiesemann
Replaced use of malloc()/free() with SDL_malloc()/SDL_free() in test program.
2013-07-20, by Philipp Wiesemann
Removed not needed SDL_WINDOW_SHOWN from test programs.
2013-07-20, by Philipp Wiesemann
Replaced use of strcmp() with SDL_strcmp() in tests.
2013-07-20, by Philipp Wiesemann
Removed not needed variable and work in standard library.
2013-07-20, by Philipp Wiesemann
Workaround crash bug in libXi <= 1.4.1 (thanks, Steve!).
2013-07-20, by Ryan C. Gordon
Corrected comments in test library source.
2013-07-20, by Philipp Wiesemann
Changed return value of internal function to shorten generic haptic source.
2013-07-20, by Philipp Wiesemann
Fixed bug 1977 - D3D_UpdateClipRect() sets the wrong width for the clip rect
2013-07-19, by Sam Lantinga
Fixed wrong type being passed to eglGetConfigAttrib() (thanks, Alexander!).
2013-07-19, by Ryan C. Gordon
Added finger events to SDLTest_PrintEvent().
2013-07-18, by Ryan C. Gordon
Mac: Handle SDL_CreateWindow with SDL_WINDOW_MINIMZED.
2013-07-16, by Jørgen P. Tjernø
Made PND_setwindowgrab() a no-op. It was a cut/paste of PND_destroywindow().
2013-07-15, by Ryan C. Gordon
Changed strdup() to SDL_strdup().
2013-07-15, by Philipp Wiesemann
Mac: Bring back FS windows when appropriate
2013-07-15, by Jørgen P. Tjernø
Mac: CGMakePoint -> CGPointMake in previous change.
2013-07-15, by Jørgen P. Tjernø
Mac: Fix SDL_WarpMouseInWindow in fullscreen.
2013-07-15, by Jørgen P. Tjernø
Turn the system mouse cursor back on before VideoQuit().
2013-07-15, by Ryan C. Gordon
Minor indentation clean up.
2013-07-15, by Ryan C. Gordon
Make winmm and directsound audio targets robust against unsupported formats.
2013-07-14, by Ryan C. Gordon
Fix #1445: Use xcrun to find CpMac
2013-07-14, by Jørgen P. Tjernø
Fix #1667: Docs about SDL_CreateWindow and flags.
2013-07-14, by Jørgen P. Tjernø
Re-enabled other messagebox tests, moved the SDL_Init() call as late as possible to show the circumstances where it's needed.
2013-07-14, by Sam Lantinga
Fixed bug 1970 - Cocoa message boxes ignore parent window requests
2013-07-14, by Sam Lantinga
Added testing of messagebox with a parent window
2013-07-14, by Sam Lantinga
Fixed code example for SDL_GetWindowWMInfo()
2013-07-14, by Sam Lantinga
Removed obsolete assertion code
2013-07-14, by Sam Lantinga
Make sure a window is valid for a subsystem before using it in a messagebox
2013-07-14, by Sam Lantinga
If the video system has been initialized, only use that message box system.
2013-07-14, by Sam Lantinga
Fixed compiler warnings in test program by using wrapped functions.
2013-07-14, by Philipp Wiesemann
Changed use of isspace() to SDL_isspace().
2013-07-14, by Philipp Wiesemann
Implement float32 support for winmm and directsound targets (Thanks, John!).
2013-07-14, by Ryan C. Gordon
Fixed compiler warning in testtimer.c
2013-07-14, by Ryan C. Gordon
Protect SDL_PauseAudio*() with the audio callback lock.
2013-07-14, by Ryan C. Gordon
Fixed off-by-one error in SDL_AudioQuit() (thanks, Rainer!).
2013-07-14, by Ryan C. Gordon
Removed unused internal function.
2013-07-14, by Philipp Wiesemann
Fixed compiler warnings in test program by using wrapped functions.
2013-07-14, by Philipp Wiesemann
Fixed compiler warnings in test programs by adding return statements.
2013-07-14, by Philipp Wiesemann
Fixed compiler warnings in test programs by adding includes directives.
2013-07-14, by Philipp Wiesemann
Changed some for-loops to be a bit more clear.
2013-07-13, by Ryan C. Gordon
Don't copy structs to stack in cmpmodes(), use const pointers instead.
2013-07-13, by Ryan C. Gordon
Don't use SDL_memcmp() on modes to check if they've already been added.
2013-07-13, by Ryan C. Gordon
Explicitly check for Xext.h in the CMake project, fail if missing.
2013-07-13, by Ryan C. Gordon
Fixed compiler warnings in test programs.
2013-07-13, by Philipp Wiesemann
Added missing fclose() in test program.
2013-07-13, by Philipp Wiesemann
Removed unused variable and not needed assignment in test program.
2013-07-13, by Philipp Wiesemann
Fixed printf() usage in test program.
2013-07-13, by Philipp Wiesemann
Added a configure check for Xext.h
2013-07-13, by Sam Lantinga
Added a hint to control the Windows timer resolution: SDL_HINT_TIMER_RESOLUTION
2013-07-13, by Sam Lantinga
Only get desktop modes from Xinerama if we can't use XRandR (fix #1956)
2013-07-13, by David Gow
Fixed bug 1938 - Buffer overflows in the Windows IME code
2013-07-12, by Sam Lantinga
Don't set the current OpenGL window if the context creation fails.
2013-07-12, by Sam Lantinga
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip