Commit Graph

  • 2c448b7d61 WinRT: made sure build script generates Release-built binaries, by default David Ludwig 2015-06-14 20:15:36 -0400
  • 329e72df75 Fixed bug 3011 - pthread/SDL_syssem.c requires _GNU_SOURCE Sam Lantinga 2015-06-13 13:36:47 -0700
  • 131d1eec8f Fixed bug 3010 - SDL_x11messagebox.c needs including X11/keysym.h Sam Lantinga 2015-06-13 13:34:30 -0700
  • 1777a21a79 Updated WhatsNew.txt for 2.0.4 Sam Lantinga 2015-06-13 13:19:31 -0700
  • 8c15670bb0 Fixed bug 3009 - Cannot compile SDL2 on Windows Sam Lantinga 2015-06-13 10:47:55 -0700
  • 05896e54ab Fixed crash if allocation for touch device failed. Philipp Wiesemann 2015-06-12 21:10:31 +0200
  • b9e41f6910 Make some string literals "const char *", not "char *" (thanks, Martin!). Ryan C. Gordon 2015-06-12 11:58:31 -0400
  • 1ca7e686a1 Fixed bug 3005 - MOMO steering wheel not detected by SDL Sam Lantinga 2015-06-11 12:04:57 -0700
  • 5845ae4f89 iOS: Fixed some cases where SDL_DestroyWindow or SDL_GL_DeleteContext can cause crashes. Alex Szpakowski 2015-06-09 21:08:24 -0300
  • 9d6b3ab826 Wayland: Fixed SDL_GetTouchDevice() returning 0 for the valid device index. Philipp Wiesemann 2015-06-09 21:06:55 +0200
  • e38d5895c5 Emscripten: Fixed SDL_GetTouchDevice() returning 0 for the valid device index. Philipp Wiesemann 2015-06-09 21:06:29 +0200
  • ae33c4b5b8 Linux: Fixed not needed call to close() on error. Philipp Wiesemann 2015-06-08 20:46:09 +0200
  • 5ddbd8ec76 Normalized endlines. Ryan C. Gordon 2015-06-08 03:07:24 -0400
  • b6d6165555 Added LDFLAGS note to Raspberry Pi documentation (thanks, Michael!). Ryan C. Gordon 2015-06-08 03:07:16 -0400
  • 6e7d4cc8dd x11: Drop duplicate XInput2 XI_RawMotion events. Ryan C. Gordon 2015-06-08 02:58:46 -0400
  • 82e8b03a1d Unix: Don't send quit events during signal handler. Ryan C. Gordon 2015-06-08 01:52:43 -0400
  • 7120f9cc60 Updated configure script. Ryan C. Gordon 2015-06-08 01:17:58 -0400
  • ea43889bc4 configure/cmake/x11: Removed SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 test. Ryan C. Gordon 2015-06-08 01:13:51 -0400
  • 5734b1b8aa CMake: default to shared library builds being enabled. Ryan C. Gordon 2015-06-07 20:15:09 -0400
  • 2e6c7f77a4 Let's assume that if VS2005 and VS2010 do it, VS2008 probably does, too. Ryan C. Gordon 2015-06-07 20:00:20 -0400
  • 99809ea4dc VS2005 tweaks (thanks, Ozkan!). Ryan C. Gordon 2015-06-07 19:58:42 -0400
  • 2333afc7bd Maybe patched to compile on some Windows configurations. Ryan C. Gordon 2015-06-07 18:29:23 -0400
  • 6869415752 Backed out changeset c6d43e08be34 Ryan C. Gordon 2015-06-07 17:59:31 -0400
  • dd1b754f3a Fixed a memory leak (thanks, Zack!). Ryan C. Gordon 2015-06-07 17:54:39 -0400
  • e2139af29d RPi: Patched to compile without OpenGL (thanks, Simon!), other cleanups. Ryan C. Gordon 2015-06-06 22:45:22 -0400
  • 7782aaa34b Fixed comments at conditional compilation macro in header file. Philipp Wiesemann 2015-06-05 19:41:34 +0200
  • 2701898bdf Fixed comments at conditional compilation macros. Philipp Wiesemann 2015-06-05 19:41:18 +0200
  • 297ccd5cd5 Android: Added deactivated intent filter for testing drop file support. Philipp Wiesemann 2015-06-05 19:40:50 +0200
  • a0b7bfef67 Fixed docs path in RPM .spec file. Ryan C. Gordon 2015-06-04 19:05:01 -0400
  • 27790faa23 X11: Fixed SelectionRequest replies for target TARGETS. Ryan C. Gordon 2015-06-04 15:41:39 -0400
  • c7bd68b599 X11: Fixed compiler warnings in DEBUG_XEVENTS sections. Ryan C. Gordon 2015-06-04 10:59:02 -0400
  • 60baa19294 AIX: Fixed nearly impossible file descriptor leak. Philipp Wiesemann 2015-06-04 17:52:51 +0200
  • b71b361efb Fixed not needed calculation in test program. Philipp Wiesemann 2015-06-04 17:52:27 +0200
  • 580615d152 Fixed bug 2625 - Direct3D9 with SDL_TEXTUREACCESS_TARGET textures causes an application crash Sam Lantinga 2015-06-04 00:56:11 -0700
  • 28b21fa456 Backout commit 83034612a883 Ryan C. Gordon 2015-06-04 02:12:06 -0400
  • f0485a22fe Linux: Implemented sysfs-based version of SDL_GetPowerInfo(). Ryan C. Gordon 2015-06-03 13:11:28 -0700
  • 9dc14745d0 Changed a static function to match the naming scheme of rest of source file. Ryan C. Gordon 2015-06-01 01:25:22 -0400
  • 45afa5f4d6 Also set the _NET_WM_NAME. Window managers supporting this will take this value over the value set by XStoreName. This explicitly supports UTF-8 encoding, which fixes corrupt UTF-8 titles in KDE. Jason Wyatt 2015-05-05 09:16:12 +0100
  • f0765fb78e testmessage: Try Unicode chars in the title, too. Ryan C. Gordon 2015-05-31 23:53:10 -0400
  • 189e440cfd X11: search all XI2 touch devices, not just masters (thanks, Volumetic!). Ryan C. Gordon 2015-05-31 22:59:59 -0400
  • 5494ee6411 X11: Fixed message boxes not responding to click on titlebar close button. Ryan C. Gordon 2015-05-31 22:48:26 -0400
  • 24b8f00cb8 testmessage.c should report when message boxes were closed. Ryan C. Gordon 2015-05-31 22:27:46 -0400
  • 7e18f0ae08 Fixed memory leaks in testfilesystem.c (thanks, Nitz!). Ryan C. Gordon 2015-05-31 21:50:50 -0400
  • 17671ff617 Cocoa: deal with mouse focus when warping the cursor from outside a window. Ryan C. Gordon 2015-05-31 21:43:36 -0400
  • 557b051777 Cocoa: send a MOUSEMOTION event when warping cursor from outside the window. Ryan C. Gordon 2015-05-31 13:58:36 -0400
  • 01d65ff15e Android: Added missing space in three log messages. Philipp Wiesemann 2015-05-31 19:23:16 +0200
  • fd6d1ae1b4 Android: Changed two unknown keys to be consistent with Windows and X11 mapping. Philipp Wiesemann 2015-05-31 19:22:42 +0200
  • 215412a261 Fixed swizzle of SDL_FillRect() on 24-bit surface (thanks, "nagydavid91"!). Ryan C. Gordon 2015-05-31 11:38:10 -0400
  • 63841b9098 Fixed SDL_ISPIXELFORMAT_ALPHA to check pixel orders that match pixel type. Ryan C. Gordon 2015-05-31 01:45:20 -0400
  • 8133add45a X11: Fixed high mouse buttons mappings and horizontal wheels (thanks, Daniel!). Ryan C. Gordon 2015-05-31 00:58:43 -0400
  • 93ed923263 Cocoa: ignore mouseDown events in a window's titlebar. Ryan C. Gordon 2015-05-31 00:50:30 -0400
  • 1dffd4a54c Fixed typo in header file documentation comment. Philipp Wiesemann 2015-05-29 22:24:38 +0200
  • a039411426 X11: Force the window focus during ShowWindow if there's no window manager. Ryan C. Gordon 2015-05-29 15:21:47 -0400
  • 54d0c98039 Improved fix for bug 2096 - Mapping from scancode to keycode doesn't work for remapped modifier keys Sam Lantinga 2015-05-28 19:06:07 -0700
  • 4ab935d222 Fixed building test programs on the iOS simulator Sam Lantinga 2015-05-28 18:57:57 -0700
  • 4176eead49 Fixed clip rectangle calculation when there is a viewport offset Sam Lantinga 2015-05-28 18:57:10 -0700
  • c09d03620e Fixed bug 2054 - SDL_GetError: "Unknown touch device" Sam Lantinga 2015-05-28 12:55:01 -0700
  • 39123f8b66 Fixed bug 2096 - Mapping from scancode to keycode doesn't work for remapped modifier keys Sam Lantinga 2015-05-28 12:48:20 -0700
  • 02644c3d5a Windows SDL_GetBasePath: free string on failure. Ryan C. Gordon 2015-05-28 15:36:27 -0400
  • bcf07a7b10 Windows GetBasePath: fixed reallocation code. Ryan C. Gordon 2015-05-28 15:32:45 -0400
  • 32da86751b Windows SDL_GetBasePath: Fixed wrong variable when growing the buffer size. Ryan C. Gordon 2015-05-28 15:29:43 -0400
  • 2bf65e0b8d Fixed bug 2210 - Initializing Video produces unnecessary errors Sam Lantinga 2015-05-28 12:31:25 -0700
  • a1450f7bff Fixed bug 2367 - Bad mouse motion coordinates with two windows where one has changed logical size Sam Lantinga 2015-05-28 12:18:05 -0700
  • 4a20e66bd6 Fixed compiling and tested on Windows Sam Lantinga 2015-05-28 12:06:48 -0700
  • 276c8b11b7 Windows GetBasePath should use GetModuleFileNameExW() and check for overflows. Ryan C. Gordon 2015-05-28 01:54:52 -0400
  • e38c383281 Make sure we have the vsscanf() prototype (thanks, Ozkan!). Ryan C. Gordon 2015-05-28 14:34:38 -0400
  • 6a1ba5a93b Fixed bug 2772 - SDL2 doesn't handle X KeymapNotify events Sam Lantinga 2015-05-28 10:44:46 -0700
  • 9a7527988a x11: Workaround window managers that mark fullscreen windows as maximized. Ryan C. Gordon 2015-04-21 01:22:32 -0400
  • 81209acbd8 x11: Let apps specify that video init should fail if XRandR is unavailable. Ryan C. Gordon 2016-01-04 23:44:27 -0500
  • f9d478b6c3 x11: _NET_WM_PID needs a long, not a pid_t, I think. Ryan C. Gordon 2016-01-05 02:40:14 -0500
  • e6e62bee71 CMake: Let static libraries optionally be built with Position Independent Code. Ryan C. Gordon 2016-01-05 01:26:32 -0500
  • 008a6abd04 CMake: use the old MACOSX_RPATH behavior (for now), silence the warning. Ryan C. Gordon 2016-01-05 01:25:54 -0500
  • 0c0ce2096c Updated comment: this is the correct way to do fullscreen on X11 now. Ryan C. Gordon 2015-04-21 10:19:20 -0400
  • e0e04542d0 Added a few FIXMEs. Ryan C. Gordon 2015-04-21 09:46:48 -0400
  • 1373e8909a Try to build with GCC's -Wdeclaration-after-statement. Ryan C. Gordon 2016-01-04 22:58:38 -0500
  • 15bc7aea64 Mac: allows apps to use OpenGL on a slower, integrated GPU. Ryan C. Gordon 2016-01-04 22:00:04 -0500
  • 7678b1db88 Patch to compile on C89 compilers. Ryan C. Gordon 2016-01-04 16:36:42 -0500
  • 6df5e1e535 x11: Support _NET_WM_USER_TIME and give _NET_ACTIVE_WINDOW a valid timestamp. Ryan C. Gordon 2016-01-04 16:25:27 -0500
  • 9fcf5d7d4d CMake: Don't link directly to libGL on Unix. Ryan C. Gordon 2016-01-03 21:48:17 -0500
  • 1240f8e0a6 CMake: Don't make a libSDL2.so symlink on Mac OS X (do .dylib instead). Ryan C. Gordon 2016-01-03 20:52:44 -0500
  • fa8c83c1c1 Remove almost all instances of "volatile" keyword. Ryan C. Gordon 2016-01-03 06:50:50 -0500
  • 21f66ea295 Added tag release-2.0.4 for changeset 5596f75b34e8 Sam Lantinga 2016-01-02 12:17:33 -0800
  • e2fd1c0fe3 Backed out commit 80ce90dbc266, this causes Visual Studio build failure on buildbot release-2.0.4 Sam Lantinga 2016-01-02 11:17:06 -0800
  • 68a3272852 Fixed sed error on Mac OS X and updated copyright on a few last files Sam Lantinga 2016-01-02 10:38:51 -0800
  • ac444cd313 Fixed bug 3092 - Statically link sdl2 with /MT for msvc Sam Lantinga 2016-01-02 10:25:53 -0800
  • 42065e785d Updated copyright to 2016 Sam Lantinga 2016-01-02 10:10:34 -0800
  • 5ba1fd9bb1 Fixed typo in README for iOS. Philipp Wiesemann 2016-01-01 17:41:11 +0100
  • 4a93dae4cd Added brackets to function names in header comments so doxygen links them. Philipp Wiesemann 2016-01-01 17:39:55 +0100
  • 4aae0290ea Updated some header comments and iOS documentation to better clarify high-dpi / retina support and screen-coordinate sizes versus pixel sizes. Alex Szpakowski 2015-12-31 21:16:43 -0400
  • b0d8dfcd8a CMake: Fixed building for Windows with VS2015 (bug #3080). Alex Szpakowski 2015-12-31 15:26:40 -0400
  • 44c0b2da87 WinRT: minor code-comment cleanups David Ludwig 2015-12-31 01:54:11 -0500
  • 6823a22162 WinRT: fixed bug whereby a Win8.x app's SDL_Window wasn't getting de-marked as maximized (on window restore) David Ludwig 2015-12-31 01:50:30 -0500
  • d8aa066288 Fixed Bug 3217 - WinRT: after alt-tab'ing back into fullscreen app, mouse cursor is sometimes wrong David Ludwig 2015-12-31 01:40:50 -0500
  • 854cf7ac40 Fixed Bug 3215 - Win32: 'fullscreen' app doesn't always extend to top of screen David Ludwig 2015-12-30 12:44:13 -0500
  • 9d789ebe0d Updated configure script. Philipp Wiesemann 2015-12-29 19:14:19 +0100
  • c41feca5de Fixed a crash if creating accelerated renderer after accessing window surface. Philipp Wiesemann 2015-12-29 19:13:56 +0100
  • 696cd7975c NetBSD: fixed issues with cpuinfo and pthread_setname_np (thanks, Thomas!). Ryan C. Gordon 2015-12-29 02:32:47 -0500
  • ce0f90ffb9 NetBSD: improved joystick support (thanks, Thomas!). Ryan C. Gordon 2015-12-29 02:29:56 -0500
  • 2254932b3e Added support for building for NetBSD on the Raspberry Pi (thanks, Jared!). Ryan C. Gordon 2015-12-29 02:27:02 -0500
  • 18c7d6df21 XRandR: fixed primary output detection logic (thanks, "winterknight"!). Ryan C. Gordon 2015-12-29 02:16:14 -0500