Commit Graph

  • cd35c74dfa fix indentation and spaces Edward Rudd 2014-02-06 09:11:05 -0500
  • 639436ea4b Fixed return values on testhotplug mainline. Ryan C. Gordon 2014-02-06 07:38:41 -0500
  • 4f6e9bdae3 Fixed copyright date. Ryan C. Gordon 2014-02-06 07:38:04 -0500
  • d8f74d206a Wired up haptic hotplugging for Windows DirectInput/XInput code. Ryan C. Gordon 2014-02-06 07:37:20 -0500
  • 5c117b4453 Fixed memory leak. Ryan C. Gordon 2014-02-05 20:07:25 -0500
  • 782f34b96e Make SDL_SYS_HapticMouse() count device indexes like HapticByDevIndex(). Ryan C. Gordon 2014-02-05 18:36:40 -0500
  • 563e438288 Cleanup some vi footer comments, rename new PRIVATE_* funcs to MacHaptic_*. Ryan C. Gordon 2014-02-05 01:02:09 -0500
  • 228644e41a SDL_pixels.h needs SDL_stdinc.h for SDL_FOURCC #define (thanks, Dmitry!). Ryan C. Gordon 2014-02-05 00:34:26 -0500
  • 28b906ca61 add testdropfile to OS X Project Edward Rudd 2014-02-04 18:21:39 -0500
  • 5ab1006004 Implement new backend methods for haptic and hot plugging on OS X Edward Rudd 2014-02-04 18:17:16 -0500
  • d9b6c22411 add testhotplug to OS X test project and set target OS version to 10.5 for tests. Edward Rudd 2014-02-04 18:16:52 -0500
  • 3c2b8a5368 implement new backend method for Haptics in dummy driver Edward Rudd 2014-02-04 16:50:34 -0500
  • 3504bc17f3 Rework haptic backend to properly support hotplugging of haptic devices. Edward Rudd 2014-02-04 15:44:09 -0500
  • 43b8710b80 allow safely quitting the hotplug test by pressing button 0 on the joystick Edward Rudd 2014-02-04 15:40:51 -0500
  • 58470ffed0 * Remove android based workaround, it is handled in SDL_EGL_GetProcAddress. Brandon Schaefer 2014-02-04 12:28:35 -0800
  • 892149eb4b Added SDL_GetAssertionHandler() and SDL_GetDefaultAssertionHandler(). Ryan C. Gordon 2014-02-04 11:38:40 -0500
  • d6647f2cca testhotplug: Actually log the SDL_Error that occured on failures Edward Rudd 2014-02-03 23:08:53 -0500
  • 7e964504ee add logging for the case when haptic is not detected on the joystick as well. Edward Rudd 2014-02-03 23:01:19 -0500
  • 843e80c85d add simple test showing off hotplugging of joysticks w/ haptic. Edward Rudd 2014-02-03 22:52:18 -0500
  • fd033d7f05 Removed -force_cpusubtype_ALL cflag from Mac builds. Ryan C. Gordon 2014-02-03 14:47:48 -0500
  • 2f208841cf Fixed some compiler warnings from the latest Clang, cleaned up some things. Ryan C. Gordon 2014-02-03 14:45:38 -0500
  • cc8fb15469 Temporarily default Wayland and Mir to disabled, for 2.0.2 release. Ryan C. Gordon 2014-02-03 11:59:17 -0500
  • c8c90d6b86 Unload Wayland libs if memory allocation fails during init. Ryan C. Gordon 2014-02-03 11:53:21 -0500
  • a24c46cea9 Hooked up dynamic loading for Mir. Ryan C. Gordon 2014-02-03 11:52:54 -0500
  • e83e25c10c Add Mir to configure script's summary output. Ryan C. Gordon 2014-02-03 11:14:25 -0500
  • 41ab6faffd Bumped copyright date on Mir code. Ryan C. Gordon 2014-02-03 11:01:32 -0500
  • 5c47e3c5a9 Disable some minor things that need newer Mir dev headers. Ryan C. Gordon 2014-02-02 23:55:51 -0500
  • d739cc2b67 Added some SysWM bits for Mir. Ryan C. Gordon 2014-02-02 23:53:48 -0500
  • 79e661c187 Cleaned up headers and footers on Mir code. Ryan C. Gordon 2014-02-02 23:54:10 -0500
  • 8669c9e7bb Added Mir video target (thanks, Brandon!). Ryan C. Gordon 2014-02-02 23:41:46 -0500
  • 939822fc9d Ignore the buildbot build directories. Ryan C. Gordon 2014-02-02 21:38:16 -0500
  • a8792a60eb Fixed including SDL_internal.h twice for DirectFB. Philipp Wiesemann 2014-02-02 20:58:46 +0100
  • e6c16c757a Added additional platform check for __ANDROID__. Philipp Wiesemann 2014-02-02 20:55:42 +0100
  • 2e4f929abf Fixed bug 2374 - Update copyright for 2014... Sam Lantinga 2014-02-02 00:53:27 -0800
  • 10e572d7fb Fixed bug 2376 - no SDL_HasAVX Sam Lantinga 2014-02-02 00:33:31 -0800
  • 1f5af70041 Treacherous copy/paste! Gabriel Jacobo 2014-01-30 20:29:58 -0300
  • 7bd1f0641b Detect Xrandr >= 1.2 at build time Gabriel Jacobo 2014-01-30 20:27:13 -0300
  • bcc6b315fe Add SDL_GL_ResetAttributes. J?rgen P. Tjern? 2014-01-29 18:38:13 -0800
  • cd1d2e1e88 Add a new hint SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT that allows SDL_CreateWindowFrom() to set the pixel format of another SDL_Window (and also will set the SDL_WINDOW_OPENGL flag on the window created with SDL_CreateWindowFrom()). Sam Lantinga 2014-01-30 12:30:40 -0800
  • 58166625f4 Document Michael's changes adding TranslateMessage() back to the SDL message loop. Sam Lantinga 2014-01-30 12:27:24 -0800
  • 00afcc5d0a * Added TranslateMessage call to SDL default message pump - was causing problems in S2 tools mode apps that used Qt. Qt relies on the WM_CHAR message generated by TranslateMessage and keyboard input was showing up in the UI as mixed-case. (Depending on which message pump got a given message - both SDL and Qt pump messages for the entire process.) Sam will review and possibly tweak this change before propagating to public SDL, but I'm checking this version in so I can integrate into S2 and fix the issue there. Sam Lantinga 2014-01-30 12:27:00 -0800
  • 33904bb104 Mac: [NSApp keyWindow] is not valid in windowDidBecomeKey: J?rgen P. Tjern? 2014-01-29 18:37:23 -0800
  • ac0f979509 fixed hat code validation. dbrady 2014-01-28 15:28:20 -0800
  • 65be676b7e Fixed spaces in source file license comment. Philipp Wiesemann 2014-01-29 00:29:14 +0100
  • 0564089f01 Fixed comments in joystick implementation files claiming to be headers. Philipp Wiesemann 2014-01-29 00:27:54 +0100
  • b6fae01027 Move to no-argument version of "endif()" in CMakeLists.txt. Ryan C. Gordon 2014-01-28 12:42:01 -0500
  • a0668e346e Some CMake fixes for static linking on Windows from the OpenFL project. Ryan C. Gordon 2014-01-28 12:37:04 -0500
  • 93b05b733a [Wayland] Fixes segfault when mouse enters window Gabriel Jacobo 2014-01-28 11:39:37 -0300
  • 5d6b76b6d7 Preserve binary compatibility in SDL_SYSWM_TYPE (thanks Gerry JJ!) Gabriel Jacobo 2014-01-28 09:13:46 -0300
  • 366d65a07a CMake: Enable missing timer subsystem on Mac OS X and Haiku. Ryan C. Gordon 2014-01-28 00:05:23 -0500
  • 83b1753efa X11: Don't redraw dialog box when mouse moves. J?rgen P. Tjern? 2014-01-27 13:43:04 -0800
  • f572ad6783 Patched to compile...uh, everywhere. :) Ryan C. Gordon 2014-01-27 16:13:13 -0500
  • 556864ab18 Patched to compile on Windows when not supporting Direct3D. Ryan C. Gordon 2014-01-27 16:10:15 -0500
  • 59690d6455 [Android] Fixes Bug 2370, don't send accelerometer changes when Android_JNI_GetAccelerometerValues return SDL_FALSE (thanks to Jairo Luiz) Gabriel Jacobo 2014-01-27 17:59:19 -0300
  • 8d482413df Removed unused variable from Java class for Android. Philipp Wiesemann 2014-01-26 23:50:35 +0100
  • 3f1fa8d19a Fixed typo in documentation. Philipp Wiesemann 2014-01-26 23:42:25 +0100
  • 8c916990b6 quick fix for CMAKE SOVERSION number so it matches what is output by the configure script Edward Rudd 2014-01-25 16:08:39 -0500
  • 146e269ea1 correct grammar on UNIX missing dependency status notice. Edward Rudd 2014-01-25 15:13:16 -0500
  • 048e7b3d5e autoconf script tweaks Edward Rudd 2014-01-25 15:05:44 -0500
  • 62e1ef7ffc Bug 2358 - [Android] Sort joystick axes - Fix by David Brady Gabriel Jacobo 2014-01-24 09:54:04 -0300
  • f0e6eb8b06 Bug 2358 - [Android] Joystick Button Mappings are strange (fix by David Brady) Gabriel Jacobo 2014-01-23 08:44:25 -0300
  • 8cc4815f9c Fix detection of iOS for disabling dynamic API. Ryan C. Gordon 2014-01-22 12:39:34 -0500
  • 2a7af4d95d Fixed XF86 VidMode extension dynamic loading with CMake project. Ryan C. Gordon 2014-01-21 16:28:53 -0500
  • 5dccb22765 Fixes 2356, [Android] SDL_JoystickGetAttached does not function Gabriel Jacobo 2014-01-21 18:20:12 -0300
  • b5dbf72133 Fixed dynamic loading of NAS in CMake project. Ryan C. Gordon 2014-01-21 13:58:15 -0500
  • dee04a70af Move Wayland driver above dummy, check for driver availability before creation Gabriel Jacobo 2014-01-20 20:25:43 -0300
  • a4f34b8beb Patched to compile if Wayland is disabled via SDL_config.h (thanks, Martin!). Ryan C. Gordon 2014-01-20 12:53:44 -0500
  • fea6847e64 Make sure you clean up the associated renderer when destroying a window. Sam Lantinga 2014-01-18 11:47:03 -0800
  • 823889f4d4 Fixes prototype declaration for wl_proxy_marshal_constructor [Wayland 1.4] Gabriel Jacobo 2014-01-16 15:02:41 -0300
  • 63ccabe96d Fix to compile against the Wayland v1.4 headers Gabriel Jacobo 2014-01-16 11:33:39 -0300
  • dd7df6044c Don't minimize fullscreen windows when destroying them. J?rgen P. Tjern? 2014-01-15 11:34:03 -0800
  • e35ab337f2 Mac: Don't give windows focus back when we're closing them. J?rgen P. Tjern? 2014-01-15 11:31:56 -0800
  • b0e2855ca8 Allow switching between FS and desktop FS. J?rgen P. Tjern? 2014-01-15 11:17:09 -0800
  • ff218d1a2d Test: Add Shift-Enter to switch between FS and desktop FS. J?rgen P. Tjern? 2014-01-15 11:08:55 -0800
  • 755e690d21 Tests: Refactor key modifier checking. J?rgen P. Tjern? 2014-01-15 10:40:14 -0800
  • 76768b2162 Adds README-dynapi.txt based on Ryan's G+ post (lightly edited) Gabriel Jacobo 2014-01-15 12:29:17 -0300
  • 7d664e6c1a Mac: Trigger SDL_FINGERUP for all touches. J?rgen P. Tjern? 2014-01-14 17:33:24 -0800
  • 7813a1a3c1 Make EGL loading more resilient. Gabriel Jacobo 2014-01-14 21:29:38 -0300
  • 0830f04439 Dynamic loading support for Wayland Gabriel Jacobo 2014-01-09 13:56:21 -0300
  • 22987c393c define a font-size for the "unicode" message box font so the text isn't unreadable on linux systems Edward Rudd 2014-01-08 14:53:08 -0500
  • 2c24d93a68 some fixes to the testshape.c code so it more correctly works. Edward Rudd 2014-01-08 14:18:11 -0500
  • 415e359709 Maybe fix Cygwin. Ryan C. Gordon 2014-01-08 01:07:57 -0500
  • 83bf0313d7 Patched to compile on Cygwin. Ryan C. Gordon 2014-01-08 00:58:03 -0500
  • 6cb751f5dc Another Android fix. Ryan C. Gordon 2014-01-08 00:51:31 -0500
  • adaf199246 Updated Dynamic API jumptable. Ryan C. Gordon 2014-01-08 00:46:39 -0500
  • 64a06b28e2 Add Dynamic API to Android makefile. Ryan C. Gordon 2014-01-08 00:45:29 -0500
  • 9e34c265c9 Patched to compile on Android (I think). Ryan C. Gordon 2014-01-08 00:40:48 -0500
  • 1d55914065 Patched to compile on OpenBSD. Ryan C. Gordon 2014-01-08 00:31:19 -0500
  • 4b4d351eeb WinRT: fixed bug: SDL_RenderReadPixels didn't work with certain orientations of the physical display David Ludwig 2013-12-10 22:34:08 -0500
  • 142618905a Implemented the Dynamic API magic. Ryan C. Gordon 2013-12-09 16:03:18 -0500
  • d20f0211a6 WinRT: removed a now-complete TODO comment regarding Direct3D 11 David Ludwig 2013-11-29 00:21:56 -0500
  • 9fb5b8ded2 WinRT: enable the OpenGL ES 2 SDL_Renderer backend, if and when OpenGL ES 2 support is compiled in David Ludwig 2013-11-29 00:19:46 -0500
  • 7e5ec66acc WinRT: got the SDL-official OpenGL ES 2 changes working, in an experimental state David Ludwig 2013-11-28 22:59:21 -0500
  • 35d1987c7f WinRT: implemented SDL_DetachThread() for WinRT David Ludwig 2013-11-28 22:24:13 -0500
  • cd39cdb77a WinRT: merged with latest SDL 2.x/HG code David Ludwig 2013-11-28 22:09:21 -0500
  • 660f4ecaff WinRT: fixed bug: touch input coordinates weren't normalized [0..1] David Ludwig 2013-11-28 21:15:05 -0500
  • 08ff81d80f Make internal SDL sources include SDL_internal.h instead of SDL_config.h Ryan C. Gordon 2013-11-24 23:56:17 -0500
  • ac4b46145c Patched stdlib changes to compile on Windows. Ryan C. Gordon 2013-12-09 13:30:35 -0500
  • 6672a1e589 Regenerate the configure scripts. Ryan C. Gordon 2013-11-25 00:11:52 -0500
  • 77155d50e1 We don't need to check for snprintf() anymore, we don't use it. Ryan C. Gordon 2013-11-24 23:36:15 -0500