Commit Graph

  • 699f879a8f Fixed a memory leak (thanks, Zack!). Ryan C. Gordon 2015-06-07 17:54:39 -0400
  • 8a85084fc1 RPi: Patched to compile without OpenGL (thanks, Simon!), other cleanups. Ryan C. Gordon 2015-06-06 22:45:22 -0400
  • 5b2e7aab30 Fixed comments at conditional compilation macro in header file. Philipp Wiesemann 2015-06-05 19:41:34 +0200
  • fd8b7c1ca3 Fixed comments at conditional compilation macros. Philipp Wiesemann 2015-06-05 19:41:18 +0200
  • c3186d5ee9 Android: Added deactivated intent filter for testing drop file support. Philipp Wiesemann 2015-06-05 19:40:50 +0200
  • f080ac3e6f Fixed docs path in RPM .spec file. Ryan C. Gordon 2015-06-04 19:05:01 -0400
  • 360d05bf72 X11: Fixed SelectionRequest replies for target TARGETS. Ryan C. Gordon 2015-06-04 15:41:39 -0400
  • 96aef8cbca X11: Fixed compiler warnings in DEBUG_XEVENTS sections. Ryan C. Gordon 2015-06-04 10:59:02 -0400
  • 7738bd9b55 AIX: Fixed nearly impossible file descriptor leak. Philipp Wiesemann 2015-06-04 17:52:51 +0200
  • eab076a7ee Fixed not needed calculation in test program. Philipp Wiesemann 2015-06-04 17:52:27 +0200
  • 38549a7bba Fixed bug 2625 - Direct3D9 with SDL_TEXTUREACCESS_TARGET textures causes an application crash Sam Lantinga 2015-06-04 00:56:11 -0700
  • ba1263cd1d Backout commit 83034612a883 Ryan C. Gordon 2015-06-04 02:12:06 -0400
  • e8b376c9d5 Linux: Implemented sysfs-based version of SDL_GetPowerInfo(). Ryan C. Gordon 2015-06-03 13:11:28 -0700
  • 36ecb766c8 Changed a static function to match the naming scheme of rest of source file. Ryan C. Gordon 2015-06-01 01:25:22 -0400
  • cad269bc27 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
  • 52df7f5b8f testmessage: Try Unicode chars in the title, too. Ryan C. Gordon 2015-05-31 23:53:10 -0400
  • 05e78b3f49 X11: search all XI2 touch devices, not just masters (thanks, Volumetic!). Ryan C. Gordon 2015-05-31 22:59:59 -0400
  • 554b2b0e36 X11: Fixed message boxes not responding to click on titlebar close button. Ryan C. Gordon 2015-05-31 22:48:26 -0400
  • cb60f2dfc2 testmessage.c should report when message boxes were closed. Ryan C. Gordon 2015-05-31 22:27:46 -0400
  • 8bfc622b18 Fixed memory leaks in testfilesystem.c (thanks, Nitz!). Ryan C. Gordon 2015-05-31 21:50:50 -0400
  • 7619ad3430 Cocoa: deal with mouse focus when warping the cursor from outside a window. Ryan C. Gordon 2015-05-31 21:43:36 -0400
  • 5b2ff76c12 Cocoa: send a MOUSEMOTION event when warping cursor from outside the window. Ryan C. Gordon 2015-05-31 13:58:36 -0400
  • dbfd4fdd22 Android: Added missing space in three log messages. Philipp Wiesemann 2015-05-31 19:23:16 +0200
  • 551fbf7bea Android: Changed two unknown keys to be consistent with Windows and X11 mapping. Philipp Wiesemann 2015-05-31 19:22:42 +0200
  • 80614b27e4 Fixed swizzle of SDL_FillRect() on 24-bit surface (thanks, "nagydavid91"!). Ryan C. Gordon 2015-05-31 11:38:10 -0400
  • 1899dfb041 Fixed SDL_ISPIXELFORMAT_ALPHA to check pixel orders that match pixel type. Ryan C. Gordon 2015-05-31 01:45:20 -0400
  • e58a5c43c4 X11: Fixed high mouse buttons mappings and horizontal wheels (thanks, Daniel!). Ryan C. Gordon 2015-05-31 00:58:43 -0400
  • 870df8adab Cocoa: ignore mouseDown events in a window's titlebar. Ryan C. Gordon 2015-05-31 00:50:30 -0400
  • 8c9571a26b Fixed typo in header file documentation comment. Philipp Wiesemann 2015-05-29 22:24:38 +0200
  • f001a00b08 X11: Force the window focus during ShowWindow if there's no window manager. Ryan C. Gordon 2015-05-29 15:21:47 -0400
  • c888183728 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
  • 45f967be8f Fixed building test programs on the iOS simulator Sam Lantinga 2015-05-28 18:57:57 -0700
  • da1909755b Fixed clip rectangle calculation when there is a viewport offset Sam Lantinga 2015-05-28 18:57:10 -0700
  • 6e67c949c1 Fixed bug 2054 - SDL_GetError: "Unknown touch device" Sam Lantinga 2015-05-28 12:55:01 -0700
  • 32d6dcdb47 Fixed bug 2096 - Mapping from scancode to keycode doesn't work for remapped modifier keys Sam Lantinga 2015-05-28 12:48:20 -0700
  • 4d1626d042 Windows SDL_GetBasePath: free string on failure. Ryan C. Gordon 2015-05-28 15:36:27 -0400
  • aa43bee434 Windows GetBasePath: fixed reallocation code. Ryan C. Gordon 2015-05-28 15:32:45 -0400
  • 566316e052 Windows SDL_GetBasePath: Fixed wrong variable when growing the buffer size. Ryan C. Gordon 2015-05-28 15:29:43 -0400
  • f9abea2061 Fixed bug 2210 - Initializing Video produces unnecessary errors Sam Lantinga 2015-05-28 12:31:25 -0700
  • 6a3ad8a998 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
  • bccc2ad09e Fixed compiling and tested on Windows Sam Lantinga 2015-05-28 12:06:48 -0700
  • 6d1ad3847a Windows GetBasePath should use GetModuleFileNameExW() and check for overflows. Ryan C. Gordon 2015-05-28 01:54:52 -0400
  • 75702ffebc Make sure we have the vsscanf() prototype (thanks, Ozkan!). Ryan C. Gordon 2015-05-28 14:34:38 -0400
  • cb24f4de94 Fixed bug 2772 - SDL2 doesn't handle X KeymapNotify events Sam Lantinga 2015-05-28 10:44:46 -0700
  • b6cc785d31 Added SDL_WINDOWEVENT_HIT_TEST. Ryan C. Gordon 2015-04-21 10:10:59 -0400
  • aa4952fdef Added SDL_WINDOWEVENT_HIT_TEST. Ryan C. Gordon 2015-04-21 10:10:59 -0400
  • 38f45e5784 Added SDL_SetWindowModalFor(). Ryan C. Gordon 2015-04-21 09:45:58 -0400
  • b824acdfd9 Added SDL_SetWindowInputFocus(). Ryan C. Gordon 2016-01-05 02:28:56 -0500
  • a290dc1398 Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity(). Ryan C. Gordon 2016-01-05 02:46:10 -0500
  • 70f6fa427b Added SDL_GetWindowBordersSize(). Ryan C. Gordon 2016-01-05 02:29:06 -0500
  • 27daf61cb1 x11: Put a matching window_group wmhint on every window created. Ryan C. Gordon 2016-01-05 02:27:26 -0500
  • da5db65642 Added SDL_DROPBEGIN and SDL_DROPCOMPLETE events, plus window IDs for drops. Ryan C. Gordon 2016-01-05 01:42:00 -0500
  • e07035f71b Added special window type flags. Ryan C. Gordon 2016-01-05 01:30:40 -0500
  • 25745f214d Added SDL_DROPTEXT event, for dragging and dropping string data. Ryan C. Gordon 2016-01-05 02:26:45 -0500
  • c06fea8e25 Added SDL_GetDisplayUsableBounds(). Ryan C. Gordon 2016-01-04 23:52:40 -0500
  • a8ae173a54 x11: Optimize SDL_GetGlobalMouseState() a little. Ryan C. Gordon 2015-04-22 16:50:48 -0400
  • 46773688b9 x11: window managers might mark windows as FULLSCREEN _and_ MAXIMIZED. Ryan C. Gordon 2015-04-21 10:14:17 -0400
  • d4aedf9951 Added SDL_SetWindowModalFor(). Ryan C. Gordon 2015-04-21 09:45:58 -0400
  • e497e46515 Added SDL_SetWindowInputFocus(). Ryan C. Gordon 2016-01-05 02:28:56 -0500
  • 3bdaf4c611 Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity(). Ryan C. Gordon 2016-01-05 02:46:10 -0500
  • 5696e88e6b Added SDL_GetWindowBordersSize(). Ryan C. Gordon 2016-01-05 02:29:06 -0500
  • f9af0c0376 x11: Put a matching window_group wmhint on every window created. Ryan C. Gordon 2016-01-05 02:27:26 -0500
  • 8e855f2fbc Added SDL_DROPBEGIN and SDL_DROPCOMPLETE events, plus window IDs for drops. Ryan C. Gordon 2016-01-05 01:42:00 -0500
  • f2defe5e11 Added special window type flags. Ryan C. Gordon 2016-01-05 01:30:40 -0500
  • f9b7379341 Added SDL_DROPTEXT event, for dragging and dropping string data. Ryan C. Gordon 2016-01-05 02:26:45 -0500
  • c3114975db Added SDL_GetDisplayUsableBounds(). Ryan C. Gordon 2016-01-04 23:52:40 -0500
  • 8875a4014f x11: Optimize SDL_GetGlobalMouseState() a little. Ryan C. Gordon 2015-04-22 16:50:48 -0400
  • 14e007772a x11: window managers might mark windows as FULLSCREEN _and_ MAXIMIZED. Ryan C. Gordon 2015-04-21 10:14:17 -0400
  • 3a2d60f4b7 x11: Workaround window managers that mark fullscreen windows as maximized. Ryan C. Gordon 2015-04-21 01:22:32 -0400
  • 7abcbb913f x11: Let apps specify that video init should fail if XRandR is unavailable. Ryan C. Gordon 2016-01-04 23:44:27 -0500
  • b9720c8159 x11: _NET_WM_PID needs a long, not a pid_t, I think. Ryan C. Gordon 2016-01-05 02:40:14 -0500
  • 78a50a4bb5 CMake: Let static libraries optionally be built with Position Independent Code. Ryan C. Gordon 2016-01-05 01:26:32 -0500
  • 7e6b5473d4 CMake: use the old MACOSX_RPATH behavior (for now), silence the warning. Ryan C. Gordon 2016-01-05 01:25:54 -0500
  • 97fa95b4b9 Updated comment: this is the correct way to do fullscreen on X11 now. Ryan C. Gordon 2015-04-21 10:19:20 -0400
  • 22abfec864 Added a few FIXMEs. Ryan C. Gordon 2015-04-21 09:46:48 -0400
  • 920e574ca0 Try to build with GCC's -Wdeclaration-after-statement. Ryan C. Gordon 2016-01-04 22:58:38 -0500
  • a4047faed7 Mac: allows apps to use OpenGL on a slower, integrated GPU. Ryan C. Gordon 2016-01-04 22:00:04 -0500
  • 23fc1b59f2 Patch to compile on C89 compilers. Ryan C. Gordon 2016-01-04 16:36:42 -0500
  • 7cd89b2bf3 x11: Support _NET_WM_USER_TIME and give _NET_ACTIVE_WINDOW a valid timestamp. Ryan C. Gordon 2016-01-04 16:25:27 -0500
  • 6a255d239a CMake: Don't link directly to libGL on Unix. Ryan C. Gordon 2016-01-03 21:48:17 -0500
  • 226c860772 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
  • 0e54d4e88c Remove almost all instances of "volatile" keyword. Ryan C. Gordon 2016-01-03 06:50:50 -0500
  • d63a50c739 Added tag release-2.0.4 for changeset 5596f75b34e8 Sam Lantinga 2016-01-02 12:17:33 -0800
  • ec7a3c6eae Backed out commit 80ce90dbc266, this causes Visual Studio build failure on buildbot Sam Lantinga 2016-01-02 11:17:06 -0800
  • 35bc8895bc Fixed sed error on Mac OS X and updated copyright on a few last files Sam Lantinga 2016-01-02 10:38:51 -0800
  • 81ca6e4fa4 Fixed bug 3092 - Statically link sdl2 with /MT for msvc Sam Lantinga 2016-01-02 10:25:53 -0800
  • 680be063a2 Updated copyright to 2016 Sam Lantinga 2016-01-02 10:10:34 -0800
  • 1657066f03 Fixed typo in README for iOS. Philipp Wiesemann 2016-01-01 17:41:11 +0100
  • 639db2e9d1 Added brackets to function names in header comments so doxygen links them. Philipp Wiesemann 2016-01-01 17:39:55 +0100
  • d91951026f 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
  • fa84360512 CMake: Fixed building for Windows with VS2015 (bug #3080). Alex Szpakowski 2015-12-31 15:26:40 -0400
  • c5bf080f6d WinRT: minor code-comment cleanups David Ludwig 2015-12-31 01:54:11 -0500
  • 78eb707d64 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
  • 38c638d526 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
  • 2ff23fdc17 Fixed Bug 3215 - Win32: 'fullscreen' app doesn't always extend to top of screen David Ludwig 2015-12-30 12:44:13 -0500
  • 425887f677 Updated configure script. Philipp Wiesemann 2015-12-29 19:14:19 +0100
  • 4d75f201aa Fixed a crash if creating accelerated renderer after accessing window surface. Philipp Wiesemann 2015-12-29 19:13:56 +0100
  • 7f23f54ad8 NetBSD: fixed issues with cpuinfo and pthread_setname_np (thanks, Thomas!). Ryan C. Gordon 2015-12-29 02:32:47 -0500
  • ba34ede1ac NetBSD: improved joystick support (thanks, Thomas!). Ryan C. Gordon 2015-12-29 02:29:56 -0500
  • c694ff4fdf Added support for building for NetBSD on the Raspberry Pi (thanks, Jared!). Ryan C. Gordon 2015-12-29 02:27:02 -0500