Commit graph

  • df3299627d WinRT: fixed crash when using up-to-date versions of ANGLE/WinRT David Ludwig 2015-02-15 00:08:27 -0500
  • 2ef8b1a76f Emscripten: Fixed sending SDL_JOYDEVICEADDED events with an index out of range. Philipp Wiesemann 2015-02-14 15:22:04 +0100
  • 3941848838 Emscripten: Deactivated and corrected debug log messages on joystick events. Philipp Wiesemann 2015-02-14 15:16:41 +0100
  • 6abd242b93 Emscripten: Fixed throwing JavaScript exception if no audio context available. Philipp Wiesemann 2015-02-14 00:16:27 +0100
  • c5179c6acf Emscripten: Fixed not including SDL_internal.h. Philipp Wiesemann 2015-02-14 00:13:00 +0100
  • 697c5c5758 Emscripten: Fixed framebuffer error message. Philipp Wiesemann 2015-02-14 00:10:58 +0100
  • 2bb73d170c Emscripten: Fixed SDL_GetPlatform() returning "Unknown" instead of "Emscripten". Philipp Wiesemann 2015-02-14 00:08:48 +0100
  • d1932834e2 Fixed test programs for joystick not exiting on events after first disconnect. Philipp Wiesemann 2015-02-12 21:40:53 +0100
  • 7fd15e7e2c X11: Set dialog hint on message boxes (thanks, Melker!). Ryan C. Gordon 2015-02-11 01:48:52 -0500
  • 39c41bb952 Fixed bug 2873 - Joystick test won't reload after reattach Philipp Wiesemann 2015-02-10 20:40:03 +0100
  • bd61c276fa Fixed compiling test with older C. Philipp Wiesemann 2015-02-10 20:31:05 +0100
  • e3f9bf3378 Fixed two inconsistencies on failed allocation. Philipp Wiesemann 2015-02-08 22:50:16 +0100
  • 78f3a80cf2 WinRT: made note that VSync is always enabled on WinPhone, due to OS David Ludwig 2015-02-08 15:44:15 -0500
  • fe586d077f Fixed three memory leaks on failed allocation. Philipp Wiesemann 2015-02-08 21:25:37 +0100
  • c17a5b1177 Fixed bug 2866 - testrelative.c: patch to make the orange box wrap around Philipp Wiesemann 2015-02-07 22:40:36 +0100
  • 60329e6a1e Added missing guards. Philipp Wiesemann 2015-02-03 21:22:25 +0100
  • 56edbb4062 X11: Add events related to maximizing a window (thanks, Andrei and Gergely!). Ryan C. Gordon 2015-02-02 01:21:02 -0500
  • ece8d2bb05 X11: Fixes for OpenGL 3.0 and later context creation. Ryan C. Gordon 2015-02-02 01:05:41 -0500
  • 86f87bf755 Added missing guards in implementation for PSP. Philipp Wiesemann 2015-01-31 22:45:54 +0100
  • d036ad84ae Added missing include statements in implementation for PSP. Philipp Wiesemann 2015-01-31 22:43:05 +0100
  • 43500a78b8 Fixed comment in implementation for NaCl. Philipp Wiesemann 2015-01-31 21:06:37 +0100
  • f4b7cf6e81 Fixed including SDL_config.h in implementation for Android. Philipp Wiesemann 2015-01-31 21:02:56 +0100
  • 7384f147f8 Fixed names in implementation for PSP. Philipp Wiesemann 2015-01-31 10:33:48 +0100
  • 7815393b2e Fixed wrong comment in implementation for Android. Philipp Wiesemann 2015-01-31 10:32:45 +0100
  • 0781b5f9ee Fix typos in header file documentation comments. Philipp Wiesemann 2015-01-30 23:20:15 +0100
  • f1a56cd565 Changed static variable to local variable in implementation for Android. Philipp Wiesemann 2015-01-30 23:18:14 +0100
  • a725806662 Fixed game controller hotplug support for some embedded Linux devices When guessing the device class, it ends up being 0 for devices that have been removed (because the device node no longer exists) Sam Lantinga 2015-01-29 13:33:53 -0800
  • 0874eb9713 Add binding layout for Xbone pad. Sam Lantinga 2015-01-29 13:33:20 -0800
  • 203ea98173 X11: Don't delay delivery of focus events unless we just changed vidmodes. Ryan C. Gordon 2015-01-26 17:46:39 -0500
  • 34a5c70cf9 Fixed recently broken configure script for FreeBSD. Philipp Wiesemann 2015-01-26 22:27:27 +0100
  • f64e6742bc Fixed memory leak in video quit implementation for Android. Philipp Wiesemann 2015-01-26 22:12:38 +0100
  • 60f50c70a7 Updated a README. Philipp Wiesemann 2015-01-26 22:02:53 +0100
  • b48e54aafe Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation Philipp Wiesemann 2015-01-26 22:00:29 +0100
  • 86c5c3f219 Replaced include of SDL_types.h with SDL_stdinc.h in internal header file. Philipp Wiesemann 2015-01-08 21:45:46 +0100
  • a823982e02 Clang static analysis builds should use C runtime directly. Ryan C. Gordon 2015-01-05 01:41:42 -0500
  • 2a1e422375 Dynamic API: don't leak if a library loaded but didn't have the entry point. Ryan C. Gordon 2015-01-05 01:07:36 -0500
  • f5fa9a59d0 Removed unused enumeration and constant from internal header file. Philipp Wiesemann 2014-12-31 21:00:32 +0100
  • 3cfe0abe7b Fixed copyright date. Philipp Wiesemann 2014-12-28 22:10:24 +0100
  • 69f18b6268 Linked README-emscripten.md in README.md and added markdown formatting. Philipp Wiesemann 2014-12-28 22:02:17 +0100
  • 3e8040f300 Renamed README-emscripten.txt to README-emscripten.md. Philipp Wiesemann 2014-12-28 22:00:24 +0100
  • 16f3cbfc02 Cleaned up some compiler warnings. Ryan C. Gordon 2014-12-26 23:16:54 -0500
  • f5bbbe417d GLES2: Only use VBOs for Emscripten (for now). Ryan C. Gordon 2014-12-26 22:30:19 -0500
  • d8c60342cc Added three missing checks for return values of SDL_calloc(). Philipp Wiesemann 2014-12-26 20:11:28 +0100
  • bbaaa77751 WinRT: hiding SDL_WinRTRunApp's XAML functionality, until it's ready for use David Ludwig 2014-12-24 11:33:42 -0500
  • 31832d2a58 Removed missing test program from Makefile. Philipp Wiesemann 2014-12-25 22:47:04 +0100
  • f4dcc24698 Changed Emscripten entry in gamecontroller database to allow sorting by script. Philipp Wiesemann 2014-12-25 22:43:17 +0100
  • 22855927ce Removed unnecessary call to SDL_free(). Philipp Wiesemann 2014-12-25 22:08:48 +0100
  • 2cde19c635 Fixed typos in a README. Philipp Wiesemann 2014-12-25 22:07:15 +0100
  • 80d19b7ee3 Fixed typo in header file documentation comment. Philipp Wiesemann 2014-12-25 22:05:48 +0100
  • 79b3221b0e Fixed compile warnings about unused variables. Philipp Wiesemann 2014-12-25 22:03:07 +0100
  • 97e876671b Fixed compile errors in example programs. Philipp Wiesemann 2014-12-25 21:42:56 +0100
  • e8467cbca9 Maybe actually patched to compile this time? Ryan C. Gordon 2014-12-24 22:22:35 -0500
  • 629c13fbf1 Actually fix Unix scripts this time. :) Ryan C. Gordon 2014-12-24 13:23:48 -0500
  • 9c38244f5d Really patched to compile this time? Ryan C. Gordon 2014-12-24 13:21:28 -0500
  • 9f111ce4b9 Patched to compile. Ryan C. Gordon 2014-12-24 13:16:27 -0500
  • 208636828d I don't know if Unix scripts are useful at all on Emscripten, but fix them up. Ryan C. Gordon 2014-12-24 13:13:19 -0500
  • fc40516744 A little more work on the Emscripten buildbot script. Ryan C. Gordon 2014-12-24 13:03:20 -0500
  • f4bd828af5 Added buildbot script for Emscripten port. Ryan C. Gordon 2014-12-24 12:49:35 -0500
  • eab2433f6d Maybe patched to compile on Windows for real now? Ryan C. Gordon 2014-12-24 02:12:16 -0500
  • b0ebfabf33 Patched to compile on Windows. Ryan C. Gordon 2014-12-24 02:06:38 -0500
  • 707c11f64f Patched to compile on non-Emscripten targets. Ryan C. Gordon 2014-12-24 02:01:12 -0500
  • a6df21cd00 Partial fix for bug 2726 - Win32 'mouse' events not applying 'SDL_TOUCH_MOUSEID' David Ludwig 2014-12-20 11:45:39 -0500
  • 719bb6fcee Fixed X11 build, added code to print initial modifiers to checkkeys Sam Lantinga 2015-05-28 09:52:48 -0700
  • 0694baf260 Fixed bug 2736 - X11 doesn't set KMOD_NUM and KMOD_CAPS to system state Sam Lantinga 2015-05-28 09:33:47 -0700
  • 779d403563 Fixed Windows build Sam Lantinga 2015-05-28 08:51:59 -0700
  • 0669a224f5 Fixed bug 2860 - SetProp must be paired with RemoveProp especially for properties added to external windows Sam Lantinga 2015-05-28 08:41:07 -0700
  • 84ce000670 I think this will be the time... Ryan C. Gordon 2015-05-28 01:27:24 -0400
  • 7964f3adb2 Still trying to get this to compile... Ryan C. Gordon 2015-05-28 01:22:14 -0400
  • cae4fd7fb2 More patching to compile... Ryan C. Gordon 2015-05-28 01:16:55 -0400
  • e90f87bab0 Another attempt to get this to compile. Ryan C. Gordon 2015-05-28 01:08:33 -0400
  • 4add16943e Patched to compile on MingW. Ryan C. Gordon 2015-05-28 01:02:03 -0400
  • 58447b24c1 Move tests from SDL_config higher up in Windows joystick/haptic code. Ryan C. Gordon 2015-05-28 00:54:52 -0400
  • 2a75782553 X11: Add Xdbe support to message boxes (thanks, Melker!). Ryan C. Gordon 2015-05-28 00:30:21 -0400
  • bea1854cac Patched to compile on C89 compilers. Ryan C. Gordon 2015-05-27 19:00:56 -0400
  • 9c343681c4 Wayland: Avoid NULL dereference after window destruction (thanks, "x414e54"!). Ryan C. Gordon 2015-05-27 18:54:06 -0400
  • 7f17e0ab9e Fixed detecting PS4 wired controller on Windows Sam Lantinga 2015-05-27 10:29:43 -0700
  • 80cfccbf8d Back out changeset b80349dd6d40. Ryan C. Gordon 2015-05-26 22:57:42 -0400
  • c69a559239 X11: generate clipboard update events (thanks, "chw"!). Ryan C. Gordon 2015-05-26 21:29:45 -0400
  • 059a030716 Uh, yeah, it helps to press "Save" before committing... Ryan C. Gordon 2015-05-26 21:30:41 -0400
  • cc493d7195 X11: use XA_STRING for text SDL puts on the clipboard (thanks, "chw"!). Ryan C. Gordon 2015-05-26 21:26:27 -0400
  • baea64e642 Stack hint should look for 0, not -1, and not care about environment variables. Ryan C. Gordon 2015-05-26 21:19:23 -0400
  • a8fa7bd1f7 Added a hint to specify new thread stack size (thanks, Gabriel!). Ryan C. Gordon 2015-05-26 21:13:27 -0400
  • bcdc63a38b Properly report DX headers in the CMake project files (thanks, "MailMr_S"!). Ryan C. Gordon 2015-05-26 21:09:48 -0400
  • dae40bff0d [IBus] Only register interest in messages sent to our input context. Alex Baines 2015-02-27 21:17:29 +0000
  • 42d9cf6978 [ibus] Send an empty TextEditing event when the text is cleared by pressing backspace. Alex Baines 2015-02-01 21:08:54 +0000
  • 21d0cdedb3 Added some unknown keys from Japanese 106/109 keyboards (thanks, "ver0hiro"!). Ryan C. Gordon 2015-05-26 20:55:03 -0400
  • 262e8ef3f0 Mac: Send a window resize event when the window's backing scale factor changes. Alex Szpakowski 2015-05-26 21:51:47 -0300
  • be89fa09ef Reset the keyboard state when launching a message box (thanks, Sean!). Ryan C. Gordon 2015-05-26 20:49:27 -0400
  • 41908548b9 Windows: Alt-F4 hotkey should be checked on keydown, not keyup (thanks, Matt!). Ryan C. Gordon 2015-05-26 20:40:00 -0400
  • 72a244da41 Android: Added basic drop file support (thanks, "noxalus"!). Ryan C. Gordon 2015-05-26 20:36:45 -0400
  • ae6555dff8 Pump IBus events after X events. Alex Baines 2015-05-26 20:22:14 -0400
  • 46f758aebb Fix a libtool issue with some mingw-w64 cross compilers (thanks, Ozkan!). Ryan C. Gordon 2015-05-26 19:54:06 -0400
  • a4f0daedae EGL: OpenGL ES 3.0 contexts can now be created without the EGL_KHR_create_context extension. Alex Szpakowski 2015-05-26 19:34:56 -0300
  • d5a578531b Drop out of SDL_UpdateTexture() early if the rectangle is zero pixels. Ryan C. Gordon 2015-05-26 16:42:36 -0400
  • 2e2b84fb32 Some setups need _GNU_SOURCE to make LLONG_MAX available (thanks, Ozkan!). Ryan C. Gordon 2015-05-26 16:31:11 -0400
  • a21672c893 Fix fallback define for DECLSPEC for non-Windows platforms. Ryan C. Gordon 2015-05-26 16:25:22 -0400
  • 59f69f6317 Whoops, fix the static analysis fix. Ryan C. Gordon 2015-05-26 16:14:25 -0400
  • d1980b93fb Mac: Fix compiler warning when building with a min target >= 10.6. Ryan C. Gordon 2015-05-26 12:52:28 -0400
  • 37f4eb5379 Darwin haptic: Fixed a static analysis warning if axes==0. Ryan C. Gordon 2015-05-26 12:47:03 -0400
  • f99d6e1df8 Linux joystick: Look at entire axis namespace for controls (thanks, "spaz16"!). Ryan C. Gordon 2015-05-26 12:03:51 -0400