Sun, 03 Mar 2013 22:06:27 -0800 |
Sam Lantinga |
Added new tests to the .hgignore file
|
changeset |
files
|
Sun, 03 Mar 2013 21:52:51 -0800 |
Sam Lantinga |
Fixed bug 1740 - Android pixel format constants out of sync
|
changeset |
files
|
Sun, 03 Mar 2013 17:22:51 -0800 |
Andreas Schiffler |
Fix behavior of SDL_GetWindowPosition for invalid input; add test cases to video suite
|
changeset |
files
|
Sun, 03 Mar 2013 11:25:43 -0800 |
Sam Lantinga |
Don't specify the texture unit when binding a texture, instead use whatever has been set up by the application.
|
changeset |
files
|
Sun, 03 Mar 2013 11:25:09 -0800 |
Sam Lantinga |
Fixed formatting
|
changeset |
files
|
Sun, 03 Mar 2013 08:41:50 -0800 |
Sam Lantinga |
Fix compiler warning in Cocoa touch code
|
changeset |
files
|
Sun, 03 Mar 2013 08:32:08 -0800 |
Sam Lantinga |
Compile SDL on older versions of Xcode
|
changeset |
files
|
Sun, 03 Mar 2013 01:01:33 -0800 |
Sam Lantinga |
Updated touch API
|
changeset |
files
|
Sat, 02 Mar 2013 20:44:16 -0800 |
Sam Lantinga |
Added a mouse ID to the mouse events, which set to the special value SDL_TOUCH_MOUSEID for mouse events simulated by touch input.
|
changeset |
files
|
Sat, 02 Mar 2013 17:51:32 -0800 |
Sam Lantinga |
Fixed the joystick id usage in the joystick and game controller events.
|
changeset |
files
|
Fri, 01 Mar 2013 11:27:01 -0800 |
Sam Lantinga |
Remove XSync from X11_GL_MakeCurrent() function
|
changeset |
files
|
Fri, 01 Mar 2013 11:18:35 -0800 |
Sam Lantinga |
Merged
|
changeset |
files
|
Fri, 01 Mar 2013 11:15:50 -0800 |
Sam Lantinga |
Merged changes
|
changeset |
files
|
Wed, 27 Feb 2013 11:39:43 -0800 |
Sam Lantinga |
sdl - check for both the up and down flags being set in the raw input calls. Also use WM_ACTIVE to resync mouse buttons on activate
|
changeset |
files
|
Wed, 27 Feb 2013 11:39:41 -0800 |
Sam Lantinga |
sdl - don't use the RAWMOUSE struct to get button press information, it lies badly to you, just use the usual windows message path
|
changeset |
files
|
Wed, 27 Feb 2013 11:39:39 -0800 |
Sam Lantinga |
sdl - use the wParam and rawinput data for mouse state rather than just the message type, fixes missing mouse up events when alt-tabing out of the window
|
changeset |
files
|
Wed, 27 Feb 2013 11:39:38 -0800 |
Sam Lantinga |
Generate debug info for all configurations on all platforms
|
changeset |
files
|
Fri, 01 Mar 2013 13:28:07 -0300 |
Gabriel Jacobo |
Use XFree to release X11 allocated data
|
changeset |
files
|
Thu, 28 Feb 2013 22:20:25 -0800 |
Sam Lantinga |
Fixed bug 1736 - Memory leak in X11_InitModes
|
changeset |
files
|
Thu, 28 Feb 2013 21:48:12 -0800 |
Sam Lantinga |
The table is now a scancode mapping table, not a virtual key mapping table
|
changeset |
files
|
Thu, 28 Feb 2013 21:40:08 -0800 |
Sam Lantinga |
Cleaned up and fixed the Windows keyboard mapping code.
|
changeset |
files
|
Thu, 28 Feb 2013 20:01:17 -0800 |
Sam Lantinga |
Updated the link to the USB usage page document
|
changeset |
files
|
Thu, 28 Feb 2013 09:11:04 -0800 |
Andreas Schiffler |
Add additional input validation to SDL_GetWindowDisplayMode; add tests to video suite
|
changeset |
files
|
Wed, 27 Feb 2013 15:20:31 -0800 |
Sam Lantinga |
Allow "pulseaudio" as well as "pulse" so SDL 1.2 and 2.0 support both names for the pulseaudio driver.
SDL-1.2
|
changeset |
files
|
Tue, 26 Feb 2013 23:26:00 -0800 |
Sam Lantinga |
Unload the PulseAudio library if the pulseaudio connection isn't available.
|
changeset |
files
|
Tue, 26 Feb 2013 16:31:52 -0800 |
Sam Lantinga |
Check to make sure we can connect to PulseAudio before we use it.
|
changeset |
files
|
Tue, 26 Feb 2013 20:41:28 -0800 |
Sam Lantinga |
Fixed gcc pedantic warnings in public headers
|
changeset |
files
|
Tue, 26 Feb 2013 20:32:11 -0800 |
Sam Lantinga |
Fixed cygwin compile
|
changeset |
files
|
Tue, 26 Feb 2013 13:53:02 -0300 |
Gabriel Jacobo |
Fixes wrong assignment of SDL_Color "unused" member in DirectFB backend.
|
changeset |
files
|
Tue, 26 Feb 2013 07:50:42 -0800 |
Andreas Schiffler |
Fix cygwin compile
|
changeset |
files
|
Tue, 26 Feb 2013 03:34:34 -0800 |
Sam Lantinga |
Fixed bug 1728 - fixed compiler warnings
|
changeset |
files
|
Mon, 25 Feb 2013 16:52:54 -0800 |
Jørgen P. Tjernø |
Cleanup of SDL_PrivateShouldInitSubsystem.
|
changeset |
files
|
Mon, 25 Feb 2013 16:52:52 -0800 |
Jørgen P. Tjernø |
sdl
|
changeset |
files
|
Mon, 25 Feb 2013 16:52:51 -0800 |
Jørgen P. Tjernø |
sdl2
|
changeset |
files
|
Mon, 25 Feb 2013 16:52:50 -0800 |
Jørgen P. Tjernø |
sdl2
|
changeset |
files
|
Mon, 25 Feb 2013 16:52:48 -0800 |
Jørgen P. Tjernø |
sdl2
|
changeset |
files
|
Mon, 25 Feb 2013 16:52:42 -0800 |
Jørgen P. Tjernø |
sdl2
|
changeset |
files
|
Mon, 25 Feb 2013 08:05:26 -0800 |
Andreas Schiffler |
Add tests to video suite
|
changeset |
files
|
Mon, 25 Feb 2013 00:54:25 -0800 |
Sam Lantinga |
Don't crash if we are asked to convert a surface to a NULl buffer.
|
changeset |
files
|
Mon, 25 Feb 2013 01:51:21 -0500 |
Ryan C. Gordon |
Added SDL_GameControllerUpdate().
|
changeset |
files
|
Mon, 25 Feb 2013 01:50:59 -0500 |
Ryan C. Gordon |
Added SDL_haptic.h to SDL.h.
|
changeset |
files
|
Mon, 25 Feb 2013 00:56:21 -0500 |
Ryan C. Gordon |
Changed the game controller enum types to match SDL naming conventions.
|
changeset |
files
|
Mon, 25 Feb 2013 00:47:47 -0500 |
Ryan C. Gordon |
Minor cleanup.
|
changeset |
files
|
Mon, 25 Feb 2013 00:45:25 -0500 |
Ryan C. Gordon |
Added PS3 game controller config for Linux.
|
changeset |
files
|
Sun, 24 Feb 2013 22:57:25 -0500 |
Ryan C. Gordon |
Made testgamecontroller minimally more useful.
|
changeset |
files
|
Sun, 24 Feb 2013 22:56:35 -0500 |
Ryan C. Gordon |
Fixed a minor typo.
|
changeset |
files
|
Sun, 24 Feb 2013 22:56:24 -0500 |
Ryan C. Gordon |
Added an X360 game controller config for Linux.
|
changeset |
files
|
Sun, 24 Feb 2013 12:56:29 -0800 |
Sam Lantinga |
Removed duplicate include
|
changeset |
files
|
Sun, 24 Feb 2013 12:55:51 -0800 |
Sam Lantinga |
Fixed compiling on older Linux systems without libudev
|
changeset |
files
|
Tue, 19 Feb 2013 22:05:52 +0000 |
Shawn Walker |
Fix pulseaudio dynamic linking for Solaris builds.
SDL-1.2
|
changeset |
files
|
Tue, 19 Feb 2013 22:04:50 +0000 |
Shawn Walker |
Fix syntax error causing Solaris build failures.
SDL-1.2
|
changeset |
files
|
Sat, 23 Feb 2013 02:25:34 -0800 |
Sam Lantinga |
Removed local.properties from android-project folder
|
changeset |
files
|
Fri, 22 Feb 2013 10:44:44 -0300 |
Gabriel Jacobo |
Fixes Bug 1726 - Memory leak in X11_GetDisplayBounds
|
changeset |
files
|
Wed, 20 Feb 2013 14:49:30 -0500 |
Ryan C. Gordon |
Backed out changeset 9fea506e48ab
|
changeset |
files
|
Wed, 20 Feb 2013 13:25:38 -0500 |
Ryan C. Gordon |
Allow SDL_AUDIODRIVER="pulse" to do the right thing.
|
changeset |
files
|
Tue, 19 Feb 2013 07:05:15 -0800 |
Sam Lantinga |
Fixed bug 1474 - OpenGL renderer can't to display YV12 texture.
|
changeset |
files
|
Tue, 19 Feb 2013 05:46:51 -0800 |
Sam Lantinga |
Removed SDL_input.h from various projects
|
changeset |
files
|
Tue, 19 Feb 2013 05:39:19 -0800 |
Sam Lantinga |
The input API was never implemented, so removing it before release.
|
changeset |
files
|
Mon, 18 Feb 2013 20:14:24 -0800 |
Sam Lantinga |
Allow abbreviated strings to be used for driver names.
|
changeset |
files
|
Mon, 18 Feb 2013 18:28:02 -0800 |
Jørgen P. Tjernø |
Fix SDL_SetWindowSize on certain WMs.
|
changeset |
files
|