Commit Graph

  • 2a81e41d9f Fix crash on controller hotplug on linux. Sam Lantinga 2015-09-30 15:38:30 -0700
  • a695fa51af SDL - add dynapi entry points for SDL_JoystickCurrentPowerLevel Sam Lantinga 2015-09-30 15:38:18 -0700
  • 255beb4f09 Added support for the Cideko AK08b Sam Lantinga 2015-09-30 15:33:33 -0700
  • 985f63d833 Android: Removed three internal functions not used by SDL. Philipp Wiesemann 2015-09-27 20:12:47 +0200
  • caad890f6c iOS: show message boxes using the new UIAlertController APIs when supported, rather than the deprecated UIAlertView. Alex Szpakowski 2015-09-25 15:17:20 -0300
  • c584ed5f8b iOS: Fixed pointer dereference after free. Philipp Wiesemann 2015-09-21 21:19:37 +0200
  • 93657fb0e8 Updated configure.in file. Philipp Wiesemann 2015-09-21 21:16:54 +0200
  • 42043b5b5c Added initial support for MFi game controllers on iOS. Alex Szpakowski 2015-09-20 23:08:36 -0300
  • e364b04339 Added copyright information on test/sample.wav; the mystery is solved! :) Ryan C. Gordon 2015-09-18 16:22:23 -0400
  • dbb08d587a Added more entries to WhatsNew.txt for 2.0.4. Philipp Wiesemann 2015-09-18 21:27:00 +0200
  • 65b338be9e Android: Added check if Java method for APK expansion file exists. Philipp Wiesemann 2015-09-18 21:26:46 +0200
  • 7176441c11 Android: Improved last error message for failed APK expansion file use. Philipp Wiesemann 2015-09-18 21:26:28 +0200
  • a1fd0a81c2 Android: Added additional error messages for APK expansion file use. Philipp Wiesemann 2015-09-17 22:36:11 +0200
  • f2c01cca5d Android: Fixed trying to read from APK expansion files without version hint set. Philipp Wiesemann 2015-09-17 22:30:24 +0200
  • a806896ccf Android: Renamed SDLActivity's Java method used for APK expansion files. Philipp Wiesemann 2015-09-17 22:24:54 +0200
  • 982bf184e1 Android: Added to APK expansion file hint documentation in header file. Philipp Wiesemann 2015-09-17 22:21:12 +0200
  • 334dcd7409 Android: Removed empty onDraw() override method from SDLActivity. Philipp Wiesemann 2015-09-17 22:14:37 +0200
  • 921373f316 iOS SDL_GL_CreateContext: Clamp the multisample sample count when the requested value is too high, rather than failing to create the context. Alex Szpakowski 2015-09-15 00:25:07 -0300
  • c4fa7a90dd Windows: Try to use xinput9_1_0.dll if XInput 1.4 and 1.3 are not available. Alex Szpakowski 2015-09-14 22:50:55 -0300
  • 362ea80733 Fixed the header guard in the darwin SDL_sysjoystick_c.h file. Alex Szpakowski 2015-09-14 22:44:20 -0300
  • d0a98ac285 Fixed divide by zero if the application has run out of GDI handles and is trying to show an error dialog Sam Lantinga 2015-09-14 11:15:25 -0700
  • 02cdd93027 Mac: Fixed off-by-one bug when plugging in a joystick (thanks, Konstantin!). Ryan C. Gordon 2015-09-13 11:29:45 -0400
  • c560e4fe84 iOS: Added support for force-touch on capable devices. Alex Szpakowski 2015-09-09 19:08:52 -0300
  • 71851978aa Mac: Fixed SDL_SetWindowSize to set the size of the content area of the window, rather than the total size including decorations. Alex Szpakowski 2015-09-09 13:55:11 -0300
  • 290adb8585 Fix Bug 3114: SDL's MSVC-2010+ projects can fail to build via a custom VS .sln David Ludwig 2015-09-07 13:25:36 -0400
  • 42b7e02617 Android: Changed return type of four JNI functions from int to jint. Philipp Wiesemann 2015-09-05 20:21:52 +0200
  • 444c403b02 Android: Fixed unused variable warning. Philipp Wiesemann 2015-09-05 20:21:35 +0200
  • 300efe8ee1 Android: Fixed missing break warning. Philipp Wiesemann 2015-09-05 20:21:06 +0200
  • d17f1994f1 Added another entry to WhatsNew.txt for 2.0.4. Philipp Wiesemann 2015-09-05 20:20:35 +0200
  • 5761384fa4 Fix bug 3081: CMake configuration auto-disables OpenGL ES support on Windows. Alex Szpakowski 2015-08-28 19:10:46 -0300
  • 7b69d78082 Fixed bug 3098: CMake project never enables xinput support on Windows. Alex Szpakowski 2015-08-28 19:05:24 -0300
  • e45fd45d30 PSP: Replaced use of SDLKey with SDL_Keycode. Philipp Wiesemann 2015-08-24 22:35:01 +0200
  • c1fb55ba9e PSP: Fixed a syntax error. Philipp Wiesemann 2015-08-24 22:31:36 +0200
  • 500615c91b Corrected documentation of the SDL_CreateTexture() functions in header file. Philipp Wiesemann 2015-08-21 23:50:59 +0200
  • ddad0e7268 Changed an error return value from 0 to NULL for consistency. Philipp Wiesemann 2015-08-21 23:50:37 +0200
  • 32f65f9bc0 Updated SDL_egl.h to have the latest EGL version and extension information. Alex Szpakowski 2015-08-21 00:19:36 -0300
  • 46a4a0031e Corrected documentation of SDL_AddTimer() in header file. Philipp Wiesemann 2015-08-19 22:29:37 +0200
  • 87072aea40 Removed not needed call to pthread_attr_getstacksize() for SDL_CreateThread(). Philipp Wiesemann 2015-08-15 21:21:29 +0200
  • b1ff852ce9 X11: Handle keyboard layout changing during app's run on Ubuntu 12.04 (etc). Ryan C. Gordon 2015-08-15 00:36:39 -0400
  • 05f1b9f45b Patched to compile. Ryan C. Gordon 2015-08-14 23:38:40 -0400
  • 97c2d3b9f3 Minor coding convention fix. Ryan C. Gordon 2015-08-14 23:30:46 -0400
  • dffa027074 Supply current group when translating X11 Keycodes to Keysyms. Jason Wyatt 2015-08-14 16:23:31 +0100
  • c8ad045488 Cocoa: Keep the window's screen position through SDL_SetWindowSize(). Ryan C. Gordon 2015-08-14 01:20:41 -0400
  • a7a328d649 X11: only send mouse button up events if not a mousewheel "button" Ryan C. Gordon 2015-08-13 21:40:32 -0400
  • c80afe4aa0 X11: Simplified mousewheel event handling. Ryan C. Gordon 2015-08-13 17:40:28 -0400
  • c3854241d3 X11: isConfigureNotify() isn't used at the moment, comment it out. Ryan C. Gordon 2015-08-13 17:37:09 -0400
  • 1e3fb89533 X11: don't block on a ConfigureNotify event during SDL_SetWindowBordered(). Ryan C. Gordon 2015-08-13 14:56:16 -0400
  • 7f47739582 Added missing SDL_Quit() in test program. Philipp Wiesemann 2015-08-09 20:01:01 +0200
  • b72169fb85 Emscripten: Changed return -1 after SDL_SetError() to return SDL_SetError(). Philipp Wiesemann 2015-08-09 20:00:51 +0200
  • 026aad4bc6 X11: Fixed XRandR display detection. Ryan C. Gordon 2015-08-07 01:02:35 -0400
  • a750035241 testdisplayinfo.c forgot to SDL_Quit() at the end. Ryan C. Gordon 2015-08-07 01:00:14 -0400
  • 5e08981ea2 X11: Fixed a memory leak when adding duplicate display modes. Ryan C. Gordon 2015-08-07 00:59:31 -0400
  • 46fe98faa9 Emscripten: Added missing error messages for audio and joystick init failures. Philipp Wiesemann 2015-08-05 21:04:10 +0200
  • bf0540ec5b Added more entries to WhatsNew.txt for 2.0.4. Philipp Wiesemann 2015-08-05 21:03:31 +0200
  • 7fb1e859ef Add SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4 to SDL so that Reborn can keep running through Alt+F4. andrewb 2015-08-03 11:37:03 -0700
  • a49a1b41ed Fixed bug 3083 - Android JNIEXPORT and JNICALL missing Sam Lantinga 2015-08-01 22:03:50 -0700
  • 8da4b2d54c EGL: Added support for sRGB system framebuffers, when the required EGL extension is present. Alex Szpakowski 2015-08-01 15:16:57 -0300
  • 6fc796f2f5 Mac: Fixed check for SDL_HINT_MAC_BACKGROUND_APP. Philipp Wiesemann 2015-07-31 20:16:58 +0200
  • c6000425ee Fixed documentation of SDL_DropEvent in header file. Philipp Wiesemann 2015-07-31 20:16:18 +0200
  • 6b0560ca6c Added filesystem to list of paths in porting README. Philipp Wiesemann 2015-07-31 20:15:39 +0200
  • f0fc9e76c7 Android: Changed androidbuild.sh to use path from variable. Philipp Wiesemann 2015-07-31 20:15:02 +0200
  • 8d4bdab81d SDL - fix hint check, we want or not and Alfred Reynolds 2015-07-31 09:16:21 -0700
  • 68c3025048 Trivial integer truncation warning fixes. Sam Lantinga 2015-07-30 10:01:04 -0700
  • 1a3d2933ff SDL - add a new SDL_HINT_MAC_BACKGROUND_APP hint, when set or set to 1 don't force the app to be foreground Alfred Reynolds 2015-07-29 17:19:15 -0700
  • 4171b0be2b Fix up monitor enumeration for Windows 8.1 case. Alfred Reynolds 2015-07-29 17:19:13 -0700
  • 22867ba727 Fix SDL_GetWindowPosition to be properly monitor-aware and return the monitor x,y when fullscreened. Alfred Reynolds 2015-07-29 17:19:11 -0700
  • e779e9d435 Turn on debug info generation for release configs. Alfred Reynolds 2015-07-29 17:19:09 -0700
  • 0a89fe015d Move GetDisplayDPI to the end of the file. Alfred Reynolds 2015-07-29 17:19:06 -0700
  • e3175a56ef Fix build. Alfred Reynolds 2015-07-29 17:19:04 -0700
  • 6e01918e7c Add X11 implementation of SDL_GetDisplayDPI. Alfred Reynolds 2015-07-29 17:19:02 -0700
  • 60806dd05c Add SDL_GetDisplayDPI routine and implement for Windows. Alfred Reynolds 2015-07-29 17:18:56 -0700
  • f301319051 x11: Catch fatal X errors when calling glXMakeCurrent(). Ryan C. Gordon 2015-07-28 00:12:50 -0400
  • 584a78f363 iOS: Avoid generating an OpenGL error (but still fail to create the context) if the specified MSAA sample count is unsupported. Alex Szpakowski 2015-07-19 19:56:16 -0300
  • 541da5eeb5 Added MSAA support for OpenGL ES contexts on iOS. Alex Szpakowski 2015-07-19 19:44:40 -0300
  • 2f9f4c11d0 Fixed dynapi for new SDL_WarpMouseGlobal() function signature. Ryan C. Gordon 2015-07-18 00:04:49 -0400
  • bb6183354d Patched to compile on Raspberry Pi. Ryan C. Gordon 2015-07-18 00:03:34 -0400
  • b672146abf SDL_WarpMouseGlobal() should return non-void. Ryan C. Gordon 2015-07-17 21:03:58 -0400
  • b247e5929e Fixed spaces in header file. Philipp Wiesemann 2015-07-16 21:48:35 +0200
  • 7044b633e3 Windows: Fixed wrong debugger output if logging empty string as info or warning. Philipp Wiesemann 2015-07-16 21:31:21 +0200
  • 52f1984ff6 Fixed typo in test header file comment. Philipp Wiesemann 2015-07-15 21:12:04 +0200
  • 9dac43c4f6 PSP: Fixed error handling in SDL_SemWaitTimeout(). Philipp Wiesemann 2015-07-15 21:11:24 +0200
  • 4246ca2853 Fixed comment in test program. Philipp Wiesemann 2015-07-15 21:10:38 +0200
  • 7cb0ceb808 X11: center parentless message boxes on the primary display if possible. Ryan C. Gordon 2015-07-14 23:46:35 -0400
  • 2086a4b858 Added test/testdisplayinfo.c Ryan C. Gordon 2015-07-14 21:28:26 -0400
  • 9d1c3f27fd x11: Patched to compile on systems without the Xutf8LookupString() function. Ryan C. Gordon 2015-07-11 00:59:56 -0400
  • 7901648e7d Fixed memory leak in test harness. Philipp Wiesemann 2015-07-06 21:02:20 +0200
  • a26a627e66 Better fix for bug 3048, don't crash if the window title is NULL Sam Lantinga 2015-07-05 15:45:48 -0700
  • 5a0a2ded8b Fixed bug 3048, "Crashes in Cocoa_SetWindowTitle" David Ludwig 2015-07-04 21:04:49 -0400
  • 6aa9ef158f Cocoa: support drag-and-drop of multiple objects. Ryan C. Gordon 2015-07-04 14:09:09 -0400
  • bbeb0fa9f9 Fixed style Sam Lantinga 2015-07-03 09:18:14 -0700
  • d000e814c0 commit a7d7af2a419b453188ffe87386455fc26c1306fa Author: Benoit Pierre <benoit.pierre@gmail.com> Date: Fri Jul 3 02:17:10 2015 +0200 Sam Lantinga 2015-07-03 09:17:24 -0700
  • b7f1a379c9 Added missing file to the release archive. Philipp Wiesemann 2015-07-02 20:11:40 +0200
  • 0a0648ca4b Removed redundant variable check when processing gestures. Philipp Wiesemann 2015-07-01 21:10:54 +0200
  • 645ef07a46 Hack to fix missing window decorations after toggling fullscreen mode in Mac OS X 10.10 Sam Lantinga 2015-06-30 19:30:02 -0700
  • 48bd796781 X11: Added a test for a weird X11 error we get with Xinerama, rarely. Ryan C. Gordon 2015-06-30 15:00:48 -0400
  • 3501d277ab X11: Call XRefreshKeyboardMapping() when we get various MappingNotify events. Ryan C. Gordon 2015-06-30 14:41:17 -0400
  • 5c9b8d8586 X11: Don't ignore keyboard mapping changes. Ryan C. Gordon 2015-06-30 14:39:39 -0400
  • 4018e7ee59 Fixed assertion failure in diskaudio target caused by new hotplugging support. Ryan C. Gordon 2015-06-30 13:46:06 -0400
  • 199f2c51f9 Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in Sam Lantinga 2015-06-29 22:24:00 -0700
  • 0f2e26adcf Fixed compiling if SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM is not defined Sam Lantinga 2015-06-25 07:17:08 -0700