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.
Added support for SDL_PIXELFORMAT_UYVY surfaces on Mac OS X
2013-10-14, by Sam Lantinga
Fixed accumulating mouse wheel motion for the Microsoft Wireless Mouse 5000
2013-10-13, by Sam Lantinga
Fixed function feature test for Visual Studio 2012
2013-10-13, by Sam Lantinga
Fixed bug 2149 - Don't search for libusbhid except on BSD
2013-10-13, by Sam Lantinga
Added an assert to catch init/quit call mismatch that might bite people.
2013-10-13, by Sam Lantinga
Prevent keystrokes from leaking through to the console when using evdev.
2013-10-13, by Gabriel Jacobo
Fixes X11 video backend compilation when no GL is available
2013-10-12, by Gabriel Jacobo
added simple Drag & drop test
2013-10-12, by Edward Rudd
Updates the Raspberry Pi README
2013-10-12, by Gabriel Jacobo
Do a full sysroot for the Raspberry Pi buildbot.
2013-10-11, by Ryan C. Gordon
Fixed bug 2146 - Enable static linking of libSDL on Android
2013-10-10, by Sam Lantinga
Updated SDL to version 2.0.1
2013-10-10, by Sam Lantinga
Report joystick added/removed events even if we don't have udev.
2013-10-10, by Sam Lantinga
Mac: Better handling when someone else is the app delegate.
2013-10-07, by Jørgen P. Tjernø
Raspberry Pi build script: let caller specify final tarball name.
2013-10-10, by Ryan C. Gordon
Patched to compile in C90 mode.
2013-10-10, by Ryan C. Gordon
Fixed tarball name in Raspberry Pi build script.
2013-10-10, by Ryan C. Gordon
Added script that the buildbot will use for cross-compiling to Raspberry Pi.
2013-10-10, by Ryan C. Gordon
Adds gl_profile_mask to test framework, uses it in testgles
2013-10-10, by Gabriel Jacobo
Fixes Bug 2134 - [Android] Black screen after resume (sometimes)
2013-10-10, by Gabriel Jacobo
Fixes testgles and testgl
2013-10-09, by Gabriel Jacobo
Adds test framework to Android.mk and a simple utility to build Android projects
2013-10-09, by Gabriel Jacobo
Fix SDL_SetWindowPosition on fullscreen windows.
2013-10-07, by Jørgen P. Tjernø
Only allocate a joystick instance ID once we know it's a joystick.
2013-10-06, by Sam Lantinga
Removed unused variables (thanks Joseph!)
2013-10-06, by Sam Lantinga
Check for NULL joystick in SDL_JoystickGetGUID()
2013-10-06, by Sam Lantinga
Fixed bug where a Logitech wireless keyboard with built-in mouse touchpad didn't get recongized as both devices.
2013-10-05, by Sam Lantinga
Fixed bug 2132 - Tests may use invalid SDL_window pointers when windows are closed
2013-10-05, by Sam Lantinga
Added detection of touch devices before first touch events happen on Android.
2013-10-05, by Philipp Wiesemann
Do a 32-bit compare on RGBA values. Thsi should be inlined in optimized builds.
2013-10-05, by Sam Lantinga
Avoid redundant state changes in the GLES2 renderer.
2013-10-05, by Ryan C. Gordon
Removed "u_colorTable" uniform from the GLES2 renderer. It's not used anywhere.
2013-10-04, by Ryan C. Gordon
Fix EGL/OpenGL ES paths
2013-10-04, by Gabriel Jacobo
Report an error if creating a render target fails
2013-10-03, by Sam Lantinga
Added optional error checking for OpenGL ES 2.0 in the same style as the OpenGL renderer.
2013-10-03, by Sam Lantinga
Fixed a potential double-free bug if glGenTextures() failed.
2013-10-03, by Sam Lantinga
SDL_TEXTINPUT support for EVDEV
2013-10-03, by Gabriel Jacobo
Fixed const/non-const warning
2013-10-03, by Sam Lantinga
Added the platform specific messagebox function to the video function list
2013-07-14, by Sam Lantinga
Fixed bug 2130 - Two members of Windows WindowData not initialized
2013-10-03, by Sam Lantinga
SDLK_DELETE should probably be SDLK_BACKSPACE on iOS.
2013-10-02, by Ryan C. Gordon
Get rid of glGetError() calls in GLES2 renderer.
2013-10-02, by Ryan C. Gordon
Uses SDL_UDEV for Linux joystick hotplugging
2013-10-01, by Gabriel Jacobo
Fixed bug 2121 - GCC throws error on SDL_FORCE_INLINE when compiling with -ansi
2013-09-30, by Sam Lantinga
Fixed bug 2122 - SDL_CreateTexture allows illegal texture sizes
2013-09-30, by Sam Lantinga
Fixed bug 2119 - compiler warnings (-pedantic) SDL_video.h:111:42
2013-09-30, by Sam Lantinga
Removes unused property use_egl from internal structure gl_config
2013-09-28, by Gabriel Jacobo
Fix: SDL_EVDEV_device_removed does not need UDEV
2013-09-28, by Gabriel Jacobo
Call AddRef() on the device so it doesn't accidentally get released from underneath the caller.
2013-09-28, by Sam Lantinga
Make it clear we're just returning a D3D9 device, allowing for new functions to get other D3D versions
2013-09-28, by Sam Lantinga
Added a hint to create the D3D device in thread-safe mode: SDL_HINT_RENDER_DIRECT3D_THREADSAFE
2013-09-28, by Sam Lantinga
Added platform specific call: SDL_RenderGetD3DDevice()
2013-09-28, by Sam Lantinga
Moved SDL_Direct3D9GetAdapterIndex() to SDL_windowsvideo.c since it doesn't belong in the window code.
2013-09-28, by Sam Lantinga
Implemented SDL_UpdateYUVTexture() for Direct3D
2013-09-28, by Sam Lantinga
Added missing SDL_assert.h
2013-09-28, by Sam Lantinga
Added optimized YUV texture upload path with SDL_UpdateYUVTexture()
2013-09-28, by Sam Lantinga
Rolled back my LoadLibrary change. The first failed call causes a dialog to pop up in Windows apps (but not console apps) and that's really bad. I'll have to deal with this in my app.
2013-09-28, by Sam Lantinga
SDL_LoadObject on Windows now calls LoadLibrary a second time in its EX form whenever the first load fails. This second call uses the "altered" search path for DLL dependencies, which includes searching the directory that the DLL itself lives in.
2013-09-28, by Sam Lantinga
Moved D3D_LoadDLL and SDL_Direct3D9GetAdapterIndex to SDL_windowswindow.c at Jorgen's insistence. That file is wrapped in a more appropriate define check so it will work if somebody builds a binary without D3D support.
2013-09-28, by Sam Lantinga
Do not use UDEV references in EVDEV if UDEV has not been detected
2013-09-28, by Gabriel Jacobo
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip