Commit Graph

  • bf7a76155e Fixed missing error message if SDL_GetDisplayDPI() is unsupported. Philipp Wiesemann 2016-05-10 21:14:36 +02:00
  • 73b63e5b57 Fixed crash in shape test program if memory allocation failed. Philipp Wiesemann 2016-05-10 21:13:58 +02:00
  • 31e23d57d3 Fixed error return values in filesystem test program. Philipp Wiesemann 2016-05-10 21:12:48 +02:00
  • 52fec6aff0 WinRT: allow on-screen keyboard to be shown via SDL APIs, Win10/UWP only David Ludwig 2016-05-07 21:41:59 -04:00
  • 6a9a8b682c Fixed memory leak in game controller test program. Philipp Wiesemann 2016-05-05 22:05:21 +02:00
  • 63f2ec8e57 Updated documentation of SDL_HINT_THREAD_STACK_SIZE in header file. Philipp Wiesemann 2016-05-05 22:04:16 +02:00
  • b1ce3799e9 Added missing links at documentation of SDL_FreeCursor() in header file. Philipp Wiesemann 2016-05-05 22:03:52 +02:00
  • b15efce277 Cocoa mouse code: Replaced NSPointInRect with NSMouseInRect (thanks Eric Wasylishen!) Fixes bug #3312. Alex Szpakowski 2016-05-01 21:41:30 -03:00
  • d383502657 Mac: replaced a deprecated CGSetLocalEventsSuppressionInterval call that I missed in commit 2f72bdfee9bb Alex Szpakowski 2016-05-01 19:51:10 -03:00
  • bb9dcf5714 Android: Updated name of README file. Philipp Wiesemann 2016-04-25 22:17:38 +02:00
  • 46851a6701 WinRT: another README tweak David Ludwig 2016-04-17 22:56:20 -04:00
  • 937ae32c7b WinRT: README tweaks David Ludwig 2016-04-17 22:54:45 -04:00
  • 31cbb34ec9 Wayland: Removed not needed including and setting of errno. Philipp Wiesemann 2016-04-14 21:11:43 +02:00
  • ea86c01a86 Fixed markdown formatting in porting README for doxygen output. Philipp Wiesemann 2016-04-14 21:10:57 +02:00
  • b53007b0c8 Added missing error return in test program. Philipp Wiesemann 2016-04-14 21:10:08 +02:00
  • 72dc8784b3 PSP: Fixed compile error. Philipp Wiesemann 2016-04-14 21:09:45 +02:00
  • caf152def7 WinRT: build/link fix David Ludwig 2016-04-13 21:59:50 -04:00
  • c137eb61d7 Patched to compile on Haiku...? Ryan C. Gordon 2016-04-12 18:40:44 -04:00
  • 9b9ca093c7 windows: created threads' stack sizes should be reserved, not committed. Ryan C. Gordon 2016-04-12 18:12:04 -04:00
  • 9b4db2b8aa Patched to compile on various platforms. Ryan C. Gordon 2016-04-12 18:11:36 -04:00
  • c61675dc5d threads: Move SDL's own thread creation to a new internal API. Ryan C. Gordon 2016-04-12 16:45:10 -04:00
  • 7ae2951fca threads: Handle SDL_HINT_THREAD_STACK_SIZE at top level, implement elsewhere. Ryan C. Gordon 2016-04-12 14:38:50 -04:00
  • 8b65d225e8 WinRT: bug hack-fix - gamepad detection was failing on Xbox One David Ludwig 2016-04-11 00:22:39 -04:00
  • 34f095e098 iOS: Fixed SDL_GL_CreateContext crashing instead of returning null when a GLES3 context is requested on iOS 6 and older. Alex Szpakowski 2016-04-10 22:07:10 -03:00
  • a581346fae alsa: Make device enumeration robust against weird results with NULL strings. Ryan C. Gordon 2016-04-04 22:49:13 -04:00
  • 6cfa71a10e iOS: Also do the Dictation crash workaround before executing the animation callback. Alex Szpakowski 2016-04-02 13:21:01 -03:00
  • 88372277b7 Add a new hint SDL_HINT_MAC_MOUSE_FOCUS_CLICKTHROUGH, which allows mouse click events to occur when clicking to focus a window in Mac OS X. Alex Szpakowski 2016-04-02 11:54:05 -03:00
  • 5520ed9cc2 iOS: Workaround for a crash after Dictation is used. Alex Szpakowski 2016-04-01 19:18:50 -03:00
  • f3ca4e4d50 iOS: Fixed compiling demos on C89 compilers. Philipp Wiesemann 2016-04-01 21:14:49 +02:00
  • 831597f714 PSP: Fixed returning success from unsupported SDL_RenderReadPixels(). Philipp Wiesemann 2016-04-01 21:13:58 +02:00
  • d1e4814120 PSP: Fixed returning success for unsupported SDL_SetTextureColorMod(). Philipp Wiesemann 2016-04-01 21:12:37 +02:00
  • 12c78c5ca5 PSP: Fixed missing error message for unsupported SDL_CreateWindowFrom(). Philipp Wiesemann 2016-04-01 21:11:31 +02:00
  • 3555e6e58e Updated info about required Ubuntu version for Mir support in README. Philipp Wiesemann 2016-04-01 21:10:43 +02:00
  • a9edc5137e Wayland: Fixed missing error message if creating a custom cursor failed. Philipp Wiesemann 2016-03-28 21:03:04 +02:00
  • 9011eb1c41 Removed not needed SDL_WINDOW_SHOWN from chessboard test program. Philipp Wiesemann 2016-03-28 21:02:30 +02:00
  • 62ebc527d0 iOS: Removed not needed SDL_WINDOW_SHOWN from rectangles demo. Philipp Wiesemann 2016-03-28 21:01:46 +02:00
  • bd60850b82 iOS: Fixed keyboard demo ignoring quit requests and window closing. Philipp Wiesemann 2016-03-28 21:01:26 +02:00
  • e9ca5b28a6 iOS: Replaced #import with #include in two demos. Philipp Wiesemann 2016-03-27 22:26:34 +02:00
  • 5fa0cbc4ba iOS: Restored older version of rectangles demo. Philipp Wiesemann 2016-03-27 22:25:13 +02:00
  • 16c479f332 iOS: Updated SDL version in demo README. Philipp Wiesemann 2016-03-27 22:24:10 +02:00
  • fd3dd4e515 Fixed comment in gesture source. Philipp Wiesemann 2016-03-27 22:22:13 +02:00
  • 08488e6d34 Mac: avoid calling CGSetLocalEventsSuppressionInterval, it was deprecated in OS X 10.6. Alex Szpakowski 2016-03-20 15:35:34 -03:00
  • 2c3bf6658a Windows CMake: don't try to link dxguid, it's unavailable when using Visual Studio's XP-compatible toolset. Alex Szpakowski 2016-03-18 22:15:53 -03:00
  • 35da130828 Wayland: Fixed crash if memory mapping failed while creating a custom cursor. Philipp Wiesemann 2016-03-16 22:09:39 +01:00
  • fa77df4e91 Wayland: Fixed storing a theme cursor which is never used in video data. Philipp Wiesemann 2016-03-16 22:09:23 +01:00
  • a29a925d7e Pick up new display mode information after a mode change (Windows only right now). Sam Lantinga 2016-03-11 08:33:47 -08:00
  • 5333deab1c Quick fix for qsort off-by-one error. Sam Lantinga 2016-03-11 08:30:18 -08:00
  • 19f18558ac Emscripten: Deactivated custom cursor support because it created system cursors. Philipp Wiesemann 2016-03-11 22:10:35 +01:00
  • 676041aa16 Wayland: Fixed drawing created cursors without transparency. Philipp Wiesemann 2016-03-11 22:10:15 +01:00
  • 167dd4a1fa Wayland: Fixed showing created cursors incorrectly before the first redraw. Philipp Wiesemann 2016-03-11 22:09:50 +01:00
  • 0c923fda0b WinRT: Removed dead code and fixed memory leak if allocation for driver failed. Philipp Wiesemann 2016-03-10 21:00:44 +01:00
  • b82f48bad3 Fixed compiling IME test program with HAVE_SDL_TTF on C89 compilers. Philipp Wiesemann 2016-03-10 21:00:27 +01:00
  • 43594e3f3d Removed unnecessary include statement in test program. Philipp Wiesemann 2016-03-10 21:00:13 +01:00
  • deb2acbcd9 A simple test program for SDL_qsort(). Ryan C. Gordon 2016-03-10 01:50:43 -05:00
  • 7e0261ec26 Another commit to test revision control. Ryan C. Gordon 2016-03-08 20:26:26 -05:00
  • 64d51a93f4 Minor tweak to a README to test Mercurial server. Ryan C. Gordon 2016-03-08 20:24:20 -05:00
  • 6303941ac1 Fixed infinite timeout in SDL_WaitEventTimeout() - thanks ?????????? ???????? Sam Lantinga 2016-03-08 13:55:50 -08:00
  • 2a754ca735 Allow mappings to be added before GameControllerInit Ethan Lee 2016-03-07 08:22:55 -05:00
  • 1e8df9cd60 alsa: Implemented basic device detection. Ryan C. Gordon 2016-03-05 23:25:23 -05:00
  • f647dfe874 x11: Fix a few more XMoveWindow() calls to adjust for border size. Ryan C. Gordon 2016-03-04 19:41:16 -05:00
  • 02f49fdb53 x11: Deal with window borders better. Ryan C. Gordon 2016-03-04 18:47:19 -05:00
  • 05b6ca3c35 Raspberry: Fixed crash if memory allocation for cursor failed. Philipp Wiesemann 2016-03-03 20:12:51 +01:00
  • 21d3297597 Fixed compile warnings about unused variables in IME test program. Philipp Wiesemann 2016-03-03 20:11:43 +01:00
  • be34036ed7 Wayland: Fixed fault in event handling which might have caused a crash someday. Philipp Wiesemann 2016-03-02 20:25:23 +01:00
  • ab8be04310 Wayland: Fixed crash if allocating memory for cursor failed. Philipp Wiesemann 2016-03-02 20:25:09 +01:00
  • e8b4368512 Replaced strlen() with SDL_strlen() in IME test program. Philipp Wiesemann 2016-03-02 20:24:43 +01:00
  • 3a22321d55 wayland: Add wl_proxy_marshal_constructor_versioned sym Jonas ?dahl 2016-02-17 15:14:20 +08:00
  • 90ef601d8c Mir: Do not use opengl to find the valid pixel format if we dont use opengl Brandon Schaefer 2016-02-25 10:06:33 -08:00
  • 966aa3721b Mir: Replaced memcpy() with SDL_memcpy(). Philipp Wiesemann 2016-02-24 21:07:19 +01:00
  • b4b36122a4 Mir: Fixed comment at conditional compilation macro. Philipp Wiesemann 2016-02-24 21:06:46 +01:00
  • 4011d991e7 Fixed doxygen warnings about markdown formatting. Philipp Wiesemann 2016-02-24 21:05:19 +01:00
  • 92209c260d Mir: Fixed crash if allocating memory for cursor failed. Philipp Wiesemann 2016-02-22 19:00:22 +01:00
  • 697984df20 Regenerated configure script with Mir changes. Ryan C. Gordon 2016-02-21 19:21:21 -05:00
  • 3607d3b756 Fix API/ABI breakage in Mir 0.13/0.14. bschaefer 2016-02-21 15:19:35 -08:00
  • 481a21b025 Windows: Just use WaitForSingleObjectEx() everywhere. Ryan C. Gordon 2016-02-21 17:21:29 -05:00
  • 9fd4d4dd39 Windows: let threads be named in the debugger. Ryan C. Gordon 2016-02-21 17:05:25 -05:00
  • 32c70cc546 stdlib: Restored previous qsort() implementation; the licensing is resolved. Ryan C. Gordon 2016-02-21 13:07:14 -05:00
  • 2436ca200d x11: better fix for the previous commit's fullscreen vs maximized issue. Ryan C. Gordon 2016-02-20 01:03:39 -05:00
  • a4627c5eda x11: Don't mess with fullscreen vs maximized window state on unmapped windows. Ryan C. Gordon 2016-02-20 00:44:42 -05:00
  • dddd6a5a9a Android: Restored Philipp's joystick change, lost in the previous merge. Ryan C. Gordon 2016-02-19 00:28:53 -05:00
  • 03f9711797 Merge Android C89 fixes from Eric Wing. Ryan C. Gordon 2016-02-19 00:24:00 -05:00
  • df4be2f200 x11/wayland/mir: Make the dynamic loading macro salsa a little less messy. Ryan C. Gordon 2016-02-18 23:27:58 -05:00
  • d6699d5541 Added support for the Mad Catz FightStick TE S+ PS3 Sam Lantinga 2016-02-17 14:15:37 -08:00
  • 5c59da2e8f Added support for the Mad Catz FightStick TE S+ PS4 Sam Lantinga 2016-02-16 13:51:24 -08:00
  • 0682857783 Added support for the Akishop Customs PS360+ v1.66 and MadCatz PC USB Wired Stick 8818 Sam Lantinga 2016-02-16 13:51:15 -08:00
  • a38d5b480d Added support for several Mad Catz arcade sticks Sam Lantinga 2016-02-16 13:48:46 -08:00
  • 1c2beb2180 Allow using the game controller API with arcade sticks and other XInput devices Sam Lantinga 2016-02-16 13:47:37 -08:00
  • 9cd9925cc9 Android: Changed an internal joystick function to return count instead of id. Philipp Wiesemann 2016-02-16 20:32:22 +01:00
  • 0e2badc144 x11: Patched to compile with DEBUG_XEVENTS on C89 compilers. Ryan C. Gordon 2016-02-12 00:27:21 -05:00
  • 45407d0eac x11: Removed an assert. Ryan C. Gordon 2016-02-15 21:49:09 -05:00
  • 09ae4df5bf Another attempt to fix Windows build. Ryan C. Gordon 2016-02-15 03:37:01 -05:00
  • 18f74c6e15 Patched to compile on Visual Studio. Ryan C. Gordon 2016-02-15 03:21:26 -05:00
  • 014956ac1d Replaced SDL_qsort with public domain code from PDCLib: http://pdclib.e43.eu/ Ryan C. Gordon 2016-02-15 03:16:46 -05:00
  • 33af421d7b Windows: make sure SDL_TicksInit has been called before calling Sleep(ms) in SDL_Delay. This ensures the Windows system timer resolution is properly set before Sleep is called. Alex Szpakowski 2016-02-14 21:17:25 -04:00
  • 37a5416784 PSP: Deactivated dynamic API. Philipp Wiesemann 2016-02-13 17:35:38 +01:00
  • 570215b9da PSP: Added missing object for generic TLS to Makefile. Philipp Wiesemann 2016-02-13 17:34:14 +01:00
  • 7da168db0a Fixed spaces in license comments. Philipp Wiesemann 2016-02-10 19:31:23 +01:00
  • 704298c0c2 Android: C89 cleanup to avoid warnings/errors since the default gcc mode on Android is still pre-C99. Eric Wing 2016-02-09 17:36:42 -08:00
  • 5ed63ae317 x11: Updated imKStoUCS.* to latest from x.org. Ryan C. Gordon 2016-02-08 01:08:21 -05:00
  • 8e7cd6b5da iOS: Implemented clipboard support. Alex Szpakowski 2016-02-03 20:32:55 -04:00