Commit Graph

  • ac112e5f09 Fix option for forced run of disabled tests in test harness Andreas Schiffler 2014-07-06 20:41:39 -0700
  • 9b1b74e6c0 Fixed haptic refcount bug (thanks David Ludwig!) Sam Lantinga 2014-07-04 17:20:22 -0700
  • cf4ff728a0 Made the latest XInput + Haptic changes compile and run on WinRT David Ludwig 2014-07-04 18:20:23 -0400
  • b79e7f32cc Split the XInput and DirectInput code so Windows RT can use the existing XInput support. Sam Lantinga 2014-07-03 15:39:55 -0700
  • 5a3c553d0a Maybe fixes bug #2291 (red tinted screen on some Samsung Android devices) Gabriel Jacobo 2014-07-03 17:36:08 -0300
  • 321af03ff9 add a comment to SDL_InitSubSystem explaining its refcounting behavior Alfred Reynolds 2014-07-03 10:22:26 -0700
  • 2748e28230 The YUV offset is 16 / 255, not 16 / 256 Alfred Reynolds 2014-07-03 10:22:12 -0700
  • 744d4f02e6 Apply WIN32_LEAN_AND_MEAN redefine fix to SDL_syswm.h too. J?rgen P. Tjern? 2014-06-30 17:22:08 -0700
  • 610225b451 Fixed null terminating the X11 error string Sam Lantinga 2014-06-28 19:51:26 -0700
  • 765894e3cd Better fix to support EGL_KHR_create_context and not fail to build on Android ...or Raspberry Pi (EGL < 1.4 systems) Gabriel Jacobo 2014-06-28 13:05:16 -0300
  • 9dc2614e7d Another fix to prevent dereferencing a null window pointer in SDL_mouse.c Gabriel Jacobo 2014-06-28 12:50:17 -0300
  • a9bb889864 Disable desktop OpenGL for EGL under Android Gabriel Jacobo 2014-06-28 12:48:29 -0300
  • 1ed1f7f2e3 Fixes #2611 #2610, Touch events cause crash on Android, thanks Alvin & Sylvain Gabriel Jacobo 2014-06-28 12:36:44 -0300
  • 02e9f81ebe SDL_egl: allow creation of versioned OpenGL contexts with EGL_KHR_create_context Knut Andre Tidemann 2014-06-28 12:17:29 -0300
  • e592b04683 Fixed compiler warning on Android Sam Lantinga 2014-06-26 12:42:15 -0700
  • 82849f0733 Updated the template project for iOS, thanks to Davide Coppola Sam Lantinga 2014-06-25 21:40:56 -0700
  • 3d5f4a6901 Fixed YUV texture update with a subrect in OpenGL ES 2.0 - thanks Sylvain! Sam Lantinga 2014-06-25 21:06:47 -0700
  • 65023e0767 WinRT: Fixed game controller axis mappings David Ludwig 2014-06-25 22:38:40 -0400
  • a838a56d45 WinRT build fix David Ludwig 2014-06-25 22:03:05 -0400
  • 95864f86d8 Patched to compile on Windows. Ryan C. Gordon 2014-06-25 17:24:06 -0400
  • 4318910e02 Whoops, lost this in the merge. Ryan C. Gordon 2014-06-25 17:20:22 -0400
  • 84cb232067 Patched to compile with -Werror=declaration-after-statement Ryan C. Gordon 2014-06-25 17:13:43 -0400
  • b29740b88f Merged Ryan's SDL-gui-backend branch. Ryan C. Gordon 2014-06-25 17:06:12 -0400
  • 8436956711 Changed SDL_GetAbsoluteMouseState() to SDL_GetGlobalMouseState(). Ryan C. Gordon 2014-06-25 16:16:55 -0400
  • 704d9bd30d Fixed bug 2525 - Keyboard focus crash Sam Lantinga 2014-06-25 02:08:37 -0700
  • 724d9380ba Fixed compiler warning - HRESULT is set to FFERR_* values, but is an int Sam Lantinga 2014-06-25 01:43:58 -0700
  • a8955f2640 Made the RLE code (semi) readable again Sam Lantinga 2014-06-25 01:35:17 -0700
  • b4deeeba05 Fixed bug 2595 - Padded, non-contiguous YUV does not display correctly using OpenGL ES 2.0 renderer Sam Lantinga 2014-06-25 00:58:40 -0700
  • afe14829b8 Fixed bug 2556 - add compilation flag -Wshadow Sam Lantinga 2014-06-25 00:43:10 -0700
  • 6a632eb23c Fixed bug 2603 - iOS: update joystick accelerometer code to use CoreMotion instead of the deprecated UIAccelerometer Sam Lantinga 2014-06-25 00:20:21 -0700
  • 52ec151fb0 Fixed bug 2553 - Add support to all XInput devices Sam Lantinga 2014-06-24 13:31:25 -0700
  • cbafb158b0 Fixed bug 2467 - bad memcpy in SDL_OpenAudio/open_audio_device/prepare_audiospec chain Sam Lantinga 2014-06-24 01:38:21 -0700
  • 3344db40ff Don't redefine standard macros, use SDL specific macros instead to avoid compiler warnings Sam Lantinga 2014-06-23 11:06:50 -0700
  • 67e55655a3 Fixed grab interaction with Windows Classic theme Sam Lantinga 2014-06-23 10:09:15 -0700
  • 9e2a2639f8 Added names for some theme related windows messages Sam Lantinga 2014-06-23 10:09:13 -0700
  • e63e1a5e64 Fixes OpenGL ES 2 renderer (Thanks Sylvain Becker) Gabriel Jacobo 2014-06-23 09:25:27 -0300
  • 620510b337 Fix compiler warning Gabriel Jacobo 2014-06-23 09:18:31 -0300
  • 553028c9ec Partial fix for bug 2556 - add compilation flag -Wshadow Sam Lantinga 2014-06-22 11:02:56 -0700
  • 9f5e3ed7e7 Fixed bug 1673 - BEXT wave files only have extra metadata that you can easily skip through Sam Lantinga 2014-06-22 10:05:59 -0700
  • cff9eac637 Fixed bug 2579 - SDL fails to compile on Windows when only EGL+OpenGL ES defined Sam Lantinga 2014-06-22 09:48:46 -0700
  • 1b3d4e6d0e 565 textures have higher priority than 555 textures Sam Lantinga 2014-06-22 09:42:43 -0700
  • d65ac7785f Restore window OpenGL state if creating an OpenGL renderer fails Sam Lantinga 2014-06-22 02:48:43 -0700
  • b7b6d8ab7a Fixed crash initializing OpenGL ES renderer if OpenGL renderer fails Sam Lantinga 2014-06-22 02:30:36 -0700
  • 5df11f8aa1 Made SDL_PIXELFORMAT_ARGB8888 the default texture format for consistency across renderer implementations. Sam Lantinga 2014-06-21 21:46:42 -0700
  • 7b7828a46e You shouldn't get axis and hat events when your application doesn't have focus (unless you use the SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS hint) Sam Lantinga 2014-06-21 21:30:49 -0700
  • f8b75b1a14 Fixed bug 2562 - SDL_hapticlist/_tail not set correctly Sam Lantinga 2014-06-21 20:40:00 -0700
  • f0652739ad Closing the APK branch Sam Lantinga 2014-06-21 20:37:13 -0700
  • e8d84fbfaa Merged changes from Alexey Petruchik to support Android obb files http://developer.android.com/google/play/expansion-files.html Sam Lantinga 2014-06-21 20:35:36 -0700
  • f448815e82 Added libibus-1.0-dev build dependency Sam Lantinga 2014-06-21 17:31:36 -0700
  • b56b37cde6 Fixed warning when building without ibus Sam Lantinga 2014-06-21 17:25:59 -0700
  • fe63e00be9 Generated configure from recent configure.in changes (for ibus support) Sam Lantinga 2014-06-21 12:50:03 -0700
  • 62bdecc80c Fixed compiler warning with new OpenGL ES header files Sam Lantinga 2014-06-21 12:45:54 -0700
  • d7924c73d6 Fixed bug 2563 - Remove obsolete code for supporting iOS < 5 Sam Lantinga 2014-06-21 12:43:57 -0700
  • e8f8e6727a Fixed bug 2595 - Padded, non-contiguous YUV does not display correctly using OpenGL ES 2.0 renderer Sam Lantinga 2014-06-21 12:38:46 -0700
  • 41a39837ca Add IBus IME Support, move DBus code to its own file. (v3.3 squashed) Alex Baines 2014-06-18 20:11:39 +0100
  • 0d673844ac Fixed bug 2596 - SDL_SetError fails on on NULL on systems with vsnprintf Sam Lantinga 2014-06-21 11:52:53 -0700
  • 6c0a7b99fa Added NaCl to the supported platforms list Sam Lantinga 2014-06-21 11:50:18 -0700
  • 80e401ab08 Added NaCl to SDL_GetPlatform() Sam Lantinga 2014-06-21 11:48:12 -0700
  • 640e0415ae Added OpenGL ES headers to public headers Sam Lantinga 2014-06-21 11:42:46 -0700
  • 8ef5651185 Fixed compiler warning Sam Lantinga 2014-06-21 11:36:00 -0700
  • ce84813a80 commit 9e211e646f9d51dc1372c9f3c8f47a78caf4f2a5 Author: Sam Clegg <sbc@chromium.org> Date: Fri Jun 20 12:52:11 2014 Sam Lantinga 2014-06-21 11:24:06 -0700
  • 61fea2a807 Removed references to Raspberry Pi Sam Lantinga 2014-06-21 11:16:26 -0700
  • 879805260a Added script for buildbot to use on NaCl target. Ryan C. Gordon 2014-06-20 22:38:36 -0400
  • 3b217eefd7 Fix another NaCl warning Gabriel Jacobo 2014-06-20 11:50:31 -0300
  • 7e52722dfd Fix compiler warnings in Native Client and Linux builds. Sam Clegg 2014-06-20 11:10:16 -0300
  • 6c5cb5400f Ooops, code that resists erasure, I've seen that in a movie. Gabriel Jacobo 2014-06-20 11:01:05 -0300
  • 553cc07e9d Initialize nacl_io, removes SDL_NaClMount/Umount Gabriel Jacobo 2014-06-20 10:59:51 -0300
  • 199aff7bc2 Make autoconf-based build quiet by default. Sam Clegg 2014-06-19 00:40:09 -0400
  • 715a9829b9 Fix file name typo, thanks Sam Clegg! Gabriel Jacobo 2014-06-18 10:04:21 -0300
  • 2334aa86b1 Add suport for "make uninstall" to cmake. Wander Lairson Costa 2014-06-16 10:58:09 -0300
  • ab238dc6e4 Assorted fixes for NaCl. Hat tip to Sylvain Becker Gabriel Jacobo 2014-06-16 09:54:33 -0300
  • 9e55ace818 Fixes #2583, clean up EGL initialization Gabriel Jacobo 2014-06-16 09:47:23 -0300
  • 047c19ce76 Fixed bug 2558 - Missing FINGERUP in Android Sam Lantinga 2014-06-15 19:32:39 -0700
  • 260549d1ca Fixed bug 2567 - x11: Local dropped files are not URI-decoded Sam Lantinga 2014-06-15 18:31:30 -0700
  • af50403e50 Fixed bug 2575 - Current GL context tracking fails Sam Lantinga 2014-06-15 18:09:39 -0700
  • 175b343ee6 Fixed bug 2568 - NO_SDL_GLEXT should prevent OS glext.h as well Sam Lantinga 2014-06-15 17:37:35 -0700
  • 2a082c07f6 Fixed bug 2580 - sndio backend improvements Sam Lantinga 2014-06-15 17:26:30 -0700
  • 6146fe85cc Fixed 2584 - Memory leak in Cocoa_GetDisplayName Sam Lantinga 2014-06-15 17:18:05 -0700
  • 54771080f3 Add controller mapping for Bluetooth DualShock 4 controllers on Linux Sam Lantinga 2014-06-15 13:05:30 -0700
  • b9d1f9edd8 Fixed Android error on static lib build, if relative NDK_MODULE_PATH used Sam Lantinga 2014-06-15 13:01:10 -0700
  • ab4f1aaae3 Fixed Visual Studio 2008 projects Added missing files to SDL2 project Added missing Visual Studio 2008 tests to the solution Added output paths which match the 2010+ projects Added SDL project references instead of old style project dependencies Removed post-build copy step and added data files to projects Sam Lantinga 2014-06-15 10:42:28 -0700
  • 39bad809c3 Mac: Fixed crash when returning from a fullscreen Space on shutdown. Ryan C. Gordon 2014-06-15 11:59:16 -0400
  • 70cebc7d43 Add coreaudio to the configure script's summary output. Ryan C. Gordon 2014-06-15 01:19:01 -0400
  • 446d19c4de Removed SDL_SYS_JoystickNeedsPolling(). Ryan C. Gordon 2014-06-14 23:31:23 -0400
  • 9e5504f89d Mac: Run the CFRunLoop in joystick mode during SDL_SYS_JoystickNeedsPolling(). Ryan C. Gordon 2014-06-13 14:52:26 -0400
  • 8c2c744ad5 - fixed crash if you removed a device twice, the deviceRef is invalid if removed from the removed device callback (added in http://hg.libsdl.org/SDL/rev/d4e4d0fcda03 ). Alfred Reynolds 2014-06-13 10:50:24 -0700
  • 2cce7b2ed3 Implemented Cocoa GetAbsoluteMouseState(). Ryan C. Gordon 2014-06-11 00:40:19 -0400
  • 4676705de0 Implement Windows GetAbsoluteMouseState(). Ryan C. Gordon 2014-06-11 00:12:19 -0400
  • c8c55a01f4 This should probably query async button state. Ryan C. Gordon 2014-06-11 00:12:06 -0400
  • 8719a76535 Regenerated SDL_audiotypecvt.c with updated perl script. Ryan C. Gordon 2014-06-10 19:39:33 -0400
  • 91b7fb00d0 Fix audio resampling in some cases. Ryan C. Gordon 2014-06-10 19:37:59 -0400
  • 78d40e0901 Fixed nesting of HTML elements in documentation. Philipp Wiesemann 2014-06-09 17:37:59 +0200
  • f4df542580 Fixed typos in documentation. Philipp Wiesemann 2014-06-09 17:28:08 +0200
  • ea93820e1f Fixed format string faults in audio tests. Philipp Wiesemann 2014-06-09 17:25:03 +0200
  • 7467e30b83 Forgot a piece of README-nacl.txt Gabriel Jacobo 2014-06-08 18:50:40 -0300
  • efa2d0581d Fixes audio for Native Client, and other fixes... Gabriel Jacobo 2014-06-08 18:18:13 -0300
  • 5ae12b46b5 The NaCL mount/unmount functions need to be in SDL_system.h and specific to NaCL Sam Lantinga 2014-06-08 12:05:17 -0700
  • be74705f82 Visual Studio 2013 Express Edition can load the standard solution, so we don't need special Express Edition solutions. Sam Lantinga 2014-06-08 12:00:29 -0700
  • d639d031cf Ignore Visual Studio test data files Sam Lantinga 2014-06-08 11:59:36 -0700
  • ef3887ecfc Changed two Java nested classes into static nested classes. Philipp Wiesemann 2014-06-08 13:14:20 +0200