Commit Graph

  • 7108aac5ac Removed tag release-2.0.1 release-2.0.1 Sam Lantinga 2013-10-23 20:58:31 -07:00
  • 609b58e441 Fixed buffer overflow. Ryan C. Gordon 2013-10-24 00:00:10 -04:00
  • aa10a5d908 Added tag release-2.0.1 for changeset 37391efdb946 Sam Lantinga 2013-10-23 17:46:07 -07:00
  • 72de99aed3 Initialize MEMORYSTATUSEX size before GlobalMemoryStatusEx() (thanks, Justin!). Ryan C. Gordon 2013-10-23 19:52:14 -04:00
  • 51fc4b202e Added tag release-2.0.1 for changeset 51a4ba8915d8 Sam Lantinga 2013-10-23 16:33:15 -07:00
  • fbfe090111 Updated Debian package version to 2.0.1 Sam Lantinga 2013-10-23 16:32:56 -07:00
  • d3ad8ff4b1 Added tag release-2.0.1 for changeset 1e256bd077b2 Sam Lantinga 2013-10-23 16:17:08 -07:00
  • e0771482f6 Fix regression causing crashes when running without a window manager. Pierre-Loup A. Griffais 2013-10-23 13:43:17 -07:00
  • 965a0da901 Moved a SDL_SetError() call elsewhere to avoid triggering it needlessly. Ryan C. Gordon 2013-10-23 15:54:12 -04:00
  • 28aa076c8b SDL_GetPrefPath() now uses the organization on all platforms. Ryan C. Gordon 2013-10-23 00:58:20 -04:00
  • 298d3d627a Fixed duplicate const warning Sam Lantinga 2013-10-22 21:54:52 -07:00
  • 30ce2bc723 SDL 2.0.0 defined __inline__ and some code relies on it now. Sam Lantinga 2013-10-22 21:53:58 -07:00
  • fa73a3c8f6 Testing fullscreen window in the accelerometer test. Sam Lantinga 2013-10-22 21:53:42 -07:00
  • 09b3b7e78b Fix error assert for negative cases of pixels_getPixelFormatName test Andreas Schiffler 2013-10-21 23:17:37 -07:00
  • 6a71d99233 Added patch notes for 2.0.1 Sam Lantinga 2013-10-21 22:27:07 -07:00
  • 2348e426c7 Fixed whitespace Sam Lantinga 2013-10-21 22:08:56 -07:00
  • 3d1c3b19c3 Revert fix for bug 1392 because it breaks linking with mingw32 Sam Lantinga 2013-10-21 10:28:57 -07:00
  • 06811ecf18 Fixed bug 2168 - Mac: SDL_filesystem.h not exported to public header folder when building framework Sam Lantinga 2013-10-21 02:46:16 -07:00
  • 50da48eebf We don't have API changes documented yet. Sam Lantinga 2013-10-21 02:38:23 -07:00
  • bcf5472d16 Fixed bug 2073 - Mac: window moves unexpectedly when exiting SDL_WINDOW_FULLSCREEN_DESKTOP mode Sam Lantinga 2013-10-21 02:37:03 -07:00
  • d08634e2c6 Better fix for bug 2129 - fix for bug 2121 breaks linking for mingw and throws multiple warnings Sam Lantinga 2013-10-21 02:32:34 -07:00
  • c10389cf5b Fixed bug 2168 - Mac: SDL_filesystem.h not exported to public header folder when building framework Sam Lantinga 2013-10-21 02:20:39 -07:00
  • b8b9bfbe5b Fixed some warnings building for 64-bit Windows Sam Lantinga 2013-10-21 01:16:16 -07:00
  • 11d38d696e Fixed bug 2015 - surface getting leak in SDLTest_ScreenShot function Sam Lantinga 2013-10-21 00:30:05 -07:00
  • 80930559a3 Fixed bug 2012 - Algorithm logic getting wrong in ComputeOutCode Sam Lantinga 2013-10-21 00:25:43 -07:00
  • 6f76bc290a Fixed bug 2061 - SDL_filesystem API not built using cmake Sam Lantinga 2013-10-21 00:22:07 -07:00
  • deb8086b08 Fixed bug 2072 - Make OS X's filesystem calls use -[NSString fileSystemRepresentation] Sam Lantinga 2013-10-21 00:20:27 -07:00
  • 360c3d853a Better cleanup if OpenGL initialization fails Sam Lantinga 2013-10-21 00:15:24 -07:00
  • 5697089d98 Fixed bug 2156 - Android: Accelerometer values fed to joystick driver are inverted for the X axis and wrong for Z Sam Lantinga 2013-10-20 23:52:02 -07:00
  • a503dabe01 Fixed a crash initializing Android touch IDs Sam Lantinga 2013-10-20 23:23:25 -07:00
  • f8c11bb955 Fixed the status bar visibility in iOS 7 Sam Lantinga 2013-10-20 23:05:53 -07:00
  • 85c2e2367c Fixed Y axis inversion on iOS; positive is up, negative is down. Sam Lantinga 2013-10-20 22:23:09 -07:00
  • 08fa8da77c Fixed bug 2129 - fix for bug 2121 breaks linking for mingw and throws multiple warnings Sam Lantinga 2013-10-20 21:56:15 -07:00
  • 4ca34ad4a4 Prevent conflicts when linking both SDL2 and SDL2_gfx Sam Lantinga 2013-10-20 21:34:38 -07:00
  • aa86e05d21 Fixed windows compile Sam Lantinga 2013-10-20 20:49:36 -07:00
  • f5fa492e26 Added a macro SDL_TICKS_PASSED() to correctly compare two 32-bit tick values. Went through the code and used the macro and fixed a couple places that were using incorrect timestamp comparisons. Sam Lantinga 2013-10-20 20:42:55 -07:00
  • 04e170ceb7 Added __WINDOWS__ to reflect both 32 and 64-bit windows platforms Sam Lantinga 2013-10-20 20:41:30 -07:00
  • d710399671 Fix some edge cases in XInput haptic timing. Ryan C. Gordon 2013-10-20 23:38:19 -04:00
  • dddb878761 Disable Win32 thread naming again. See Bugzilla #2089. Ryan C. Gordon 2013-10-20 23:08:45 -04:00
  • 0e699eb5bb Added SDL_GL_FRAMEBUFFER_SRGB_CAPABLE (thanks, David!). Ryan C. Gordon 2013-10-20 21:18:05 -04:00
  • d1bde399af Backed out changeset 737771c47c6f, done testing Buildbot changes. Ryan C. Gordon 2013-10-20 20:24:00 -04:00
  • df3680846b Intentionally breaking Windows and Raspberry Pi builds to test Buildbot change. Ryan C. Gordon 2013-10-20 20:02:02 -04:00
  • f28c7fe8a5 Backed out hg changeset add2dbe99fe2. REFGUID is apparently a const type. Ryan C. Gordon 2013-10-20 16:03:11 -04:00
  • c521ae84bc Patched to compile on non-C99 Microsoft compiler. Ryan C. Gordon 2013-10-20 16:02:24 -04:00
  • a614f18666 Patched to compile on Windows. Ryan C. Gordon 2013-10-20 16:01:10 -04:00
  • b285b60092 Allow XInput haptics to run for SDL_HAPTIC_INFINITY time (thanks, Mitchell!). Ryan C. Gordon 2013-10-20 15:55:47 -04:00
  • 6e1169ddc2 Fixed goofy logic in haptic device comparison code. Ryan C. Gordon 2013-10-20 15:49:52 -04:00
  • 54dce3f53a Don't bother calling SDL_SYS_HapticEffectType() at all for XInput devices. Ryan C. Gordon 2013-10-20 15:45:48 -04:00
  • 5e74299a83 Fix adding of XInput devices (thanks, Mitchell!) Ryan C. Gordon 2013-10-20 15:40:20 -04:00
  • ade13fd741 It's okay to quit things more than once. Sam Lantinga 2013-10-20 10:39:26 -07:00
  • 20f5167d27 Use vertex arrays for drawing points in addition to lines Sam Lantinga 2013-10-20 10:35:51 -07:00
  • 8fc4fdf10b Fixed bug 1392 - Debian patch: do not propagate -lpthread Sam Lantinga 2013-10-20 10:19:51 -07:00
  • 82b8e6df87 Fixed bug 2158 - Pixel missing in SDL_RenderDrawLines Sam Lantinga 2013-10-20 10:10:14 -07:00
  • a25b51923a Fixed compiling with the new X11 symbol wrapping Sam Lantinga 2013-10-20 09:58:37 -07:00
  • 6a3478c235 Fix bug 1300 by querying current border size in ConfigureNotify, and adjusting window coordinates accordingly. Stefanos Apostolopoulos 2013-10-20 17:23:43 +02:00
  • e343273abb Fixed bug 2162 - SDL_RenderClear not clearing entire render target Sam Lantinga 2013-10-19 01:29:23 -07:00
  • b4a00144fb Fixed the XInput2 X11 symbols. Ryan C. Gordon 2013-10-18 10:56:45 -04:00
  • 5a02600647 Fixed bug 2108 - CMake does not set X11 includes properly for sdl2-config and friends Sam Lantinga 2013-10-18 00:49:59 -07:00
  • 379c0054dc Fixed bug 2123 - SDL_BlitScaled crashes in src/video/SDL_blit_N.c:2145 Sam Lantinga 2013-10-18 00:47:22 -07:00
  • a329c7f1c9 Fixed bug 2139 - SDL_CreateWindow/WIN_GL_LoadLibrary fails due to external iconv not being able to convert path Sam Lantinga 2013-10-18 00:13:51 -07:00
  • 7ae171d15e Fixed bug 2155 - automatically remap accelerometer coordinates according to screen orientation on Android Sam Lantinga 2013-10-17 23:44:30 -07:00
  • 7ad441a37c Fixed bug 2069 - Device addition/removal queries all USB devices rather than only HID devices. Sam Lantinga 2013-10-17 23:40:13 -07:00
  • 3f8df1097c Fixed 1598 - Mingwin build fails on src/audio/xaudio2/SDL_xaudio2.c Sam Lantinga 2013-10-17 23:15:27 -07:00
  • 888d807a71 Removed redundant #ifdef Sam Lantinga 2013-10-17 23:05:40 -07:00
  • 12ca3ce3fa Fixed building using MinGW Our SDL_windows.h needed to be included before anything else so UNICODE is defined. Sam Lantinga 2013-10-17 23:02:29 -07:00
  • a2bd897064 Don't supply duplicate X11 symbols inside SDL. Ryan C. Gordon 2013-10-18 01:36:41 -04:00
  • 95dc9940a2 Fix to unbreak SDL_GetSystemRAM() on FreeBSD Sam Lantinga 2013-10-17 20:49:30 -07:00
  • 14e13e13c4 Fixed compiler warning if dynamic X11 loading isn't enabled. Sam Lantinga 2013-10-17 17:38:55 -07:00
  • 7db31223e6 Fixed using the wrong variable when reporting a missing SDL scancode mapping. Sam Lantinga 2013-10-17 17:37:23 -07:00
  • 2e6b4b960d Fixed compiling on Mac OS X, added a system RAM test Sam Lantinga 2013-10-17 11:56:33 -07:00
  • 852004a22a The _SC_PHYS_PAGES method of calculating RAM works on Linux. Sam Lantinga 2013-10-17 11:32:14 -07:00
  • 8b79cbadef Added an API to get the amount of system RAM Sam Lantinga 2013-10-17 11:32:56 -07:00
  • 01164655c0 Merged Sam Lantinga 2013-10-14 09:15:41 -07:00
  • 64e1b1ca36 Fixed project conflict during commit Sam Lantinga 2013-10-14 09:14:09 -07:00
  • 6435a82d08 Backed out revision fb5ab0e91c56, the platform specific messagebox functions don't have the right prototype since they're designed to be used standalone. Sam Lantinga 2013-10-14 09:12:30 -07:00
  • 4b603abfd7 For some reason, trying to raise the window programmatically while it's alt-tabbed away will minimize it. Added a workaround for this. Sam Lantinga 2013-10-14 08:56:55 -07:00
  • fea2699c25 Fixed the windows message debug output so it works without HAVE_LIBC Sam Lantinga 2013-10-14 08:56:50 -07:00
  • e7e86c6dcd Adding static lib to SDL builds on Windows. Sam Lantinga 2013-10-14 08:56:45 -07:00
  • 06cab8575e Added support for SDL_PIXELFORMAT_UYVY surfaces on Mac OS X Sam Lantinga 2013-10-14 08:56:37 -07:00
  • 8ec3ba3829 Fixed accumulating mouse wheel motion for the Microsoft Wireless Mouse 5000 Sam Lantinga 2013-10-13 19:59:40 -07:00
  • 080c919b79 Fixed function feature test for Visual Studio 2012 Sam Lantinga 2013-10-13 19:51:58 -07:00
  • 2337a684b3 Fixed bug 2149 - Don't search for libusbhid except on BSD Sam Lantinga 2013-10-13 19:49:45 -07:00
  • a7b2db05cd Added an assert to catch init/quit call mismatch that might bite people. Sam Lantinga 2013-10-13 19:48:45 -07:00
  • e9d2133934 Prevent keystrokes from leaking through to the console when using evdev. Gabriel Jacobo 2013-10-13 17:15:43 -03:00
  • 074a1c4c63 Fixes X11 video backend compilation when no GL is available Gabriel Jacobo 2013-10-12 16:29:34 -03:00
  • 7bc9815772 added simple Drag & drop test Edward Rudd 2013-10-12 11:21:40 -04:00
  • f6fa41588c Updates the Raspberry Pi README Gabriel Jacobo 2013-10-12 11:35:47 -03:00
  • 9a0954c510 Do a full sysroot for the Raspberry Pi buildbot. Ryan C. Gordon 2013-10-11 10:58:05 -04:00
  • 4349cb5769 Fixed bug 2146 - Enable static linking of libSDL on Android Sam Lantinga 2013-10-10 21:51:39 -07:00
  • a7e1fdddea Updated SDL to version 2.0.1 Sam Lantinga 2013-10-10 21:50:25 -07:00
  • 15682c0c5f Report joystick added/removed events even if we don't have udev. Sam Lantinga 2013-10-10 20:58:20 -07:00
  • 2568a367c8 Mac: Better handling when someone else is the app delegate. J?rgen P. Tjern? 2013-10-07 16:01:40 -07:00
  • 69e1e779c2 Raspberry Pi build script: let caller specify final tarball name. Ryan C. Gordon 2013-10-10 02:37:36 -04:00
  • f7e0a9b2b0 Patched to compile in C90 mode. Ryan C. Gordon 2013-10-10 02:21:41 -04:00
  • 6b2291d1cf Fixed tarball name in Raspberry Pi build script. Ryan C. Gordon 2013-10-10 02:06:14 -04:00
  • 4f305b85a9 Added script that the buildbot will use for cross-compiling to Raspberry Pi. Ryan C. Gordon 2013-10-10 01:46:39 -04:00
  • 89131435f8 Adds gl_profile_mask to test framework, uses it in testgles Gabriel Jacobo 2013-10-10 00:49:57 -03:00
  • d0fddfab84 Fixes Bug 2134 - [Android] Black screen after resume (sometimes) Gabriel Jacobo 2013-10-10 00:30:03 -03:00
  • eaa4300faf Fixes testgles and testgl Gabriel Jacobo 2013-10-09 11:30:01 -03:00
  • 24f237710f Adds test framework to Android.mk and a simple utility to build Android projects Gabriel Jacobo 2013-10-09 10:29:01 -03:00