Commit graph

  • c18e7724eb Fixed 2010 solution and removed Release_NoSTDIO build configuration Sam Lantinga 2015-06-14 18:37:43 -0700
  • 4c48485681 Updated Visual Studio projects There is now a single solution used by Visual Studio 2010 and newer Sam Lantinga 2015-06-14 18:21:04 -0700
  • 0c9da0c855 WinRT: made sure build script generates Release-built binaries, by default David Ludwig 2015-06-14 20:15:36 -0400
  • 98f9b88cef Fixed bug 3011 - pthread/SDL_syssem.c requires _GNU_SOURCE Sam Lantinga 2015-06-13 13:36:47 -0700
  • 9cf47d2f0d Fixed bug 3010 - SDL_x11messagebox.c needs including X11/keysym.h Sam Lantinga 2015-06-13 13:34:30 -0700
  • 8b737fa8f6 Updated WhatsNew.txt for 2.0.4 Sam Lantinga 2015-06-13 13:19:31 -0700
  • aee0552229 Fixed bug 3009 - Cannot compile SDL2 on Windows Sam Lantinga 2015-06-13 10:47:55 -0700
  • d8c2b36c21 Fixed crash if allocation for touch device failed. Philipp Wiesemann 2015-06-12 21:10:31 +0200
  • 714687427a Make some string literals "const char *", not "char *" (thanks, Martin!). Ryan C. Gordon 2015-06-12 11:58:31 -0400
  • f29de0d324 Fixed bug 3005 - MOMO steering wheel not detected by SDL Sam Lantinga 2015-06-11 12:04:57 -0700
  • a86df3b7cf iOS: Fixed some cases where SDL_DestroyWindow or SDL_GL_DeleteContext can cause crashes. Alex Szpakowski 2015-06-09 21:08:24 -0300
  • cd1d7c94e9 Wayland: Fixed SDL_GetTouchDevice() returning 0 for the valid device index. Philipp Wiesemann 2015-06-09 21:06:55 +0200
  • 5d6aa08b28 Emscripten: Fixed SDL_GetTouchDevice() returning 0 for the valid device index. Philipp Wiesemann 2015-06-09 21:06:29 +0200
  • 86e9ab79ce Linux: Fixed not needed call to close() on error. Philipp Wiesemann 2015-06-08 20:46:09 +0200
  • f1924a616d Normalized endlines. Ryan C. Gordon 2015-06-08 03:07:24 -0400
  • 69bef005b5 Added LDFLAGS note to Raspberry Pi documentation (thanks, Michael!). Ryan C. Gordon 2015-06-08 03:07:16 -0400
  • 50981d418a x11: Drop duplicate XInput2 XI_RawMotion events. Ryan C. Gordon 2015-06-08 02:58:46 -0400
  • 7232e51a68 Unix: Don't send quit events during signal handler. Ryan C. Gordon 2015-06-08 01:52:43 -0400
  • 8283abdb78 Updated configure script. Ryan C. Gordon 2015-06-08 01:17:58 -0400
  • e3f4ca0d71 configure/cmake/x11: Removed SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 test. Ryan C. Gordon 2015-06-08 01:13:51 -0400
  • f5dce3c63c CMake: default to shared library builds being enabled. Ryan C. Gordon 2015-06-07 20:15:09 -0400
  • d98cfe1435 Let's assume that if VS2005 and VS2010 do it, VS2008 probably does, too. Ryan C. Gordon 2015-06-07 20:00:20 -0400
  • 753f95c5dd VS2005 tweaks (thanks, Ozkan!). Ryan C. Gordon 2015-06-07 19:58:42 -0400
  • 8bac796791 Maybe patched to compile on some Windows configurations. Ryan C. Gordon 2015-06-07 18:29:23 -0400
  • 141ac2b59d Backed out changeset c6d43e08be34 Ryan C. Gordon 2015-06-07 17:59:31 -0400
  • 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
  • aa4952fdef Added SDL_WINDOWEVENT_HIT_TEST. Ryan C. Gordon 2015-04-21 10:10:59 -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
  • 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