Commit Graph

  • 94efb05866 Fix typos in header file documentation comments. Philipp Wiesemann 2015-01-30 23:20:15 +0100
  • 2f4e6ac91a Changed static variable to local variable in implementation for Android. Philipp Wiesemann 2015-01-30 23:18:14 +0100
  • a436734f0d Fixed game controller hotplug support for some embedded Linux devices When guessing the device class, it ends up being 0 for devices that have been removed (because the device node no longer exists) Sam Lantinga 2015-01-29 13:33:53 -0800
  • 341c758315 Add binding layout for Xbone pad. Sam Lantinga 2015-01-29 13:33:20 -0800
  • 57a37a47ef X11: Don't delay delivery of focus events unless we just changed vidmodes. Ryan C. Gordon 2015-01-26 17:46:39 -0500
  • 19b451d47e Fixed recently broken configure script for FreeBSD. Philipp Wiesemann 2015-01-26 22:27:27 +0100
  • f8df962b0b Fixed memory leak in video quit implementation for Android. Philipp Wiesemann 2015-01-26 22:12:38 +0100
  • d0f7cc7dc8 Updated a README. Philipp Wiesemann 2015-01-26 22:02:53 +0100
  • de2c9d7724 Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation Philipp Wiesemann 2015-01-26 22:00:29 +0100
  • d30fcff51a Fixed bug 2816 - [patch] Android: Expose screen refresh rate Philipp Wiesemann 2015-01-23 20:29:08 +0100
  • 377009a164 CMake: Removed unused variable (thanks, Felix!). Ryan C. Gordon 2015-01-18 02:50:14 -0500
  • 79e408d436 Fixed bug 2807 - Not using CoreAudio on OS X when built via CMake Felix H. Dahlke 2015-01-17 04:36:15 +0100
  • f7cc83f06e Fixed wrong documentation in joystick implementation source. Philipp Wiesemann 2015-01-16 23:07:10 +0100
  • a532a50d25 Fixed two warnings about initialized but unused local variables in tests. Philipp Wiesemann 2015-01-16 23:03:14 +0100
  • 72246384ac Added and fixed doxygen markup in header file. Philipp Wiesemann 2015-01-12 23:20:52 +0100
  • ebb94db137 Replaced include of SDL_types.h with SDL_stdinc.h in internal header file. Philipp Wiesemann 2015-01-08 21:45:46 +0100
  • 3864bef017 Clang static analysis builds should use C runtime directly. Ryan C. Gordon 2015-01-05 01:41:42 -0500
  • 4ce22fb08d Dynamic API: don't leak if a library loaded but didn't have the entry point. Ryan C. Gordon 2015-01-05 01:07:36 -0500
  • e24d35e70f Removed unused enumeration and constant from internal header file. Philipp Wiesemann 2014-12-31 21:00:32 +0100
  • 0cff4bbd85 Fixed copyright date. Philipp Wiesemann 2014-12-28 22:10:24 +0100
  • e000fb3478 Linked README-emscripten.md in README.md and added markdown formatting. Philipp Wiesemann 2014-12-28 22:02:17 +0100
  • e6f3df7d76 Renamed README-emscripten.txt to README-emscripten.md. Philipp Wiesemann 2014-12-28 22:00:24 +0100
  • 786deaf7c7 Cleaned up some compiler warnings. Ryan C. Gordon 2014-12-26 23:16:54 -0500
  • d8eef81da2 GLES2: Only use VBOs for Emscripten (for now). Ryan C. Gordon 2014-12-26 22:30:19 -0500
  • 59f84f8525 Added three missing checks for return values of SDL_calloc(). Philipp Wiesemann 2014-12-26 20:11:28 +0100
  • 8cd2dcdb2d WinRT: hiding SDL_WinRTRunApp's XAML functionality, until it's ready for use David Ludwig 2014-12-24 11:33:42 -0500
  • 05abb41ddd Removed missing test program from Makefile. Philipp Wiesemann 2014-12-25 22:47:04 +0100
  • 922df75a9b Changed Emscripten entry in gamecontroller database to allow sorting by script. Philipp Wiesemann 2014-12-25 22:43:17 +0100
  • 52ba7e4697 Removed unnecessary call to SDL_free(). Philipp Wiesemann 2014-12-25 22:08:48 +0100
  • 80e2bf0acb Fixed typos in a README. Philipp Wiesemann 2014-12-25 22:07:15 +0100
  • 03727c3390 Fixed typo in header file documentation comment. Philipp Wiesemann 2014-12-25 22:05:48 +0100
  • 0b857b3a73 Fixed compile warnings about unused variables. Philipp Wiesemann 2014-12-25 22:03:07 +0100
  • 961ddb836f Fixed compile errors in example programs. Philipp Wiesemann 2014-12-25 21:42:56 +0100
  • 3fbf669b2d Maybe actually patched to compile this time? Ryan C. Gordon 2014-12-24 22:22:35 -0500
  • db406c1f92 Actually fix Unix scripts this time. :) Ryan C. Gordon 2014-12-24 13:23:48 -0500
  • 9ea8c11e17 Really patched to compile this time? Ryan C. Gordon 2014-12-24 13:21:28 -0500
  • e99bfac11e Patched to compile. Ryan C. Gordon 2014-12-24 13:16:27 -0500
  • 54390585af I don't know if Unix scripts are useful at all on Emscripten, but fix them up. Ryan C. Gordon 2014-12-24 13:13:19 -0500
  • c78b47cbfd A little more work on the Emscripten buildbot script. Ryan C. Gordon 2014-12-24 13:03:20 -0500
  • 06cb991090 Added buildbot script for Emscripten port. Ryan C. Gordon 2014-12-24 12:49:35 -0500
  • 83a75dae9f Maybe patched to compile on Windows for real now? Ryan C. Gordon 2014-12-24 02:12:16 -0500
  • 91f0a8fd85 Patched to compile on Windows. Ryan C. Gordon 2014-12-24 02:06:38 -0500
  • 1631f27644 Patched to compile on non-Emscripten targets. Ryan C. Gordon 2014-12-24 02:01:12 -0500
  • ba180b1c04 CMake: Minor cleanup up on the new SDL_*_ENABLED_BY_DEFAULT vars. Ryan C. Gordon 2014-12-13 02:40:52 -0500
  • fc4d480fb0 Initial merge of Emscripten port! Ryan C. Gordon 2014-12-18 00:19:52 -0500
  • 0f906ab33b CMake: Replace "else(condition)" with "else()", etc. Ryan C. Gordon 2014-12-13 02:33:52 -0500
  • 2b9d7062b5 Treat any key device as a keyboard This matches commit d325f1bbbab4 for when udev is not running Sam Lantinga 2014-12-13 13:20:19 -0800
  • 0c38b76bf4 Removed unused includes and functions from test program. Philipp Wiesemann 2014-12-12 21:51:30 +0100
  • 93e7fd9ee8 Replaced sqrt() with SDL_sqrt() in test program. Philipp Wiesemann 2014-12-12 21:02:46 +0100
  • bc0638db65 Removed global variable from test program. Philipp Wiesemann 2014-12-12 21:00:25 +0100
  • 9f18b5dda9 Removed extern declaration of not existing SDL_numhaptics from internal header. Philipp Wiesemann 2014-12-11 23:38:02 +0100
  • 9ed6a4bf18 Removed dependency to stdbool.h in implementation file for Android. Philipp Wiesemann 2014-12-10 21:20:41 +0100
  • 0e0004d59f Fixed setting text to clipboard in controllermap program. Philipp Wiesemann 2014-12-10 21:13:43 +0100
  • 5deb4ae77f Added comments in example program. Philipp Wiesemann 2014-12-10 21:10:55 +0100
  • cea1662d56 Fixed bug 2811 - [patch] Android core: Fix JNI 'nativeGetHint' symbol not being exported Philipp Wiesemann 2014-12-09 22:49:16 +0100
  • 8a46ce870b Fixed warnings about possible loss of data in conversion. Philipp Wiesemann 2014-12-06 00:17:52 +0100
  • 1333ebcbcd Replaced free() with SDL_free() because related allocation also uses wrapper. Philipp Wiesemann 2014-12-04 21:41:30 +0100
  • 7dffee3c59 Corrected header file guard comment. Philipp Wiesemann 2014-12-04 21:33:59 +0100
  • 537c3f34db Fixed some paths in the new buildbot windows zipper script. Ryan C. Gordon 2014-12-04 02:24:22 -0500
  • 21cbe499c5 Added a script to handle packing up Windows builds for the buildbot. Ryan C. Gordon 2014-12-04 02:09:07 -0500
  • 7ef5fb609c ugh.. stray character Edward Rudd 2014-12-03 12:47:39 -0500
  • 4a1610cb45 fix SDL_PRIs64 on windows compilers.. (should end in d) Edward Rudd 2014-12-03 12:45:04 -0500
  • f293d75208 switch to use SDL_PRI* macros for long long formatting everywhere. Edward Rudd 2014-12-03 12:23:17 -0500
  • 8e39f182b5 fix incorrect struct member name in test code for wheel direction Edward Rudd 2014-12-03 11:04:07 -0500
  • 70c8a17236 Merged default into iOS-improvements Alex Szpakowski 2014-12-02 02:52:45 -0400
  • f89633d52d Fixed SDL_GetRendererOutputSize on iOS when high-DPI mode is enabled on a Retina device. Alex Szpakowski 2014-12-01 07:31:22 -0400
  • eee9d8c5bd Minor Objective-C code tweaks. Alex Szpakowski 2014-11-27 20:25:54 -0400
  • 432ef9a69e Removed an ugly hack to make windows rotate properly on iOS 8+. Recent commits apparently resolved the issue that made the hack necessary. Alex Szpakowski 2014-11-23 23:29:24 -0400
  • 4b6f6a0494 Cleaned up the iOS text input code, fixed the orientation of the view offset when the onscreen keyboard is shown in iOS 8+, and changed UIKit_SetTextInputRect to update the view offset if the keyboard is currently visible. Alex Szpakowski 2014-11-23 23:23:47 -0400
  • 8e1de09c2b update logging of events in test core Edward Rudd 2014-11-23 21:10:55 -0500
  • 3a422a9512 add in support for passing down the "natural" (or flipped) scrolling direction in the MouseWheelEvent event Edward Rudd 2014-11-23 21:09:54 -0500
  • 60dc3542fd WinRT: fixed bug whereby SDL would override an app's default orientation David Ludwig 2014-12-03 10:55:23 -0500
  • 1a970f4daa WinRT: removed SDL_HINT_WINRT_PREF_PATH_ROOT (introduced post-2.0.3 & pre-2.0.4) David Ludwig 2014-12-02 21:18:50 -0500
  • 82e2fbc5d3 Fix assert format strings/parameters in testautomation modules; improve output of SDL_CompareSurfaces to aid debugging; update platform_testSetErrorInvalidInput for SDL changes Andreas Schiffler 2014-11-30 20:55:27 -0800
  • e30bb52d50 Removed generated doxygen output of visual test suite. Philipp Wiesemann 2014-11-30 22:17:12 +0100
  • 671558ff24 Fixed bug 2795 - SDL library detection selects the wrong lib Sam Lantinga 2014-11-29 14:41:18 -0800
  • 3867ea8b6e Fixed bug 2766 - Haptic coding bugs and fixes for Linux FF: periodic.phase handled as time instead of angle; + direction clarification Sam Lantinga 2014-11-29 11:51:13 -0800
  • 14551604a2 Fixed bug 2766 - Haptic coding bugs and fixes for Linux FF: periodic.phase handled as time instead of angle; + direction clarification Sam Lantinga 2014-11-29 11:49:58 -0800
  • 2ac8189963 Fixed bug 2766 - Haptic coding bugs and fixes for Linux FF: periodic.phase handled as time instead of angle; + direction clarification Sam Lantinga 2014-11-29 11:48:43 -0800
  • fe7943db63 Improved the pitch variable description Sam Lantinga 2014-11-29 11:18:49 -0800
  • 0583dc727b WinRT: bug and data-integrity fixes for SDL_GetPrefPath() David Ludwig 2014-11-29 10:09:30 -0500
  • 6e6fd81103 Fixed bug 2786 - "UCS-2-INTERNAL" iconv encoding is not supported everywhere, use UTF-16LE instead Sam Lantinga 2014-11-28 04:51:33 -0800
  • 7869dc684b Fixed bug 2676 - xdnd_version check issue in case ClientMessage Sam Lantinga 2014-11-28 04:42:46 -0800
  • a9765e67e7 Fixed bug 2411 - Even if built with --enable-clock_gettime, SDL2 still calls gettimeofday() Sam Lantinga 2014-11-28 04:37:50 -0800
  • be73fbd353 The iOS OpenGL ES context's color Renderbuffer Object is no longer completely destroyed and recreated in layoutSubviews. Its storage is now only reallocated when the actual size of the layer changes. The framebuffer object and renderbuffer object binding states are no longer clobbered by the storage reallocation code in layoutSubviews. Alex Szpakowski 2014-11-21 10:03:02 -0400
  • 9588387cb5 Added debug labels for the OpenGL ES objects created with SDL_GL_CreateContext on iOS. More misc. code cleanup. Alex Szpakowski 2014-11-21 03:29:57 -0400
  • 0ea8c63aa8 Minor objective-c code style improvements Alex Szpakowski 2014-11-20 18:45:04 -0400
  • fedae144e9 Fixed mismatching orientations for the window width and height on iOS when the window is created or the app is brought to the foreground, when SDL_HINT_ORIENTATIONS or SDL_WINDOW_FULLSCREEN is used. Alex Szpakowski 2014-11-20 17:19:26 -0400
  • 8e49c44bea Merged default into iOS-improvements Alex Szpakowski 2014-11-15 22:59:16 -0400
  • ecabf7666d iOS: Added support for iOS 8 LaunchScreen NIBs. Eric Wing 2014-11-02 20:55:13 -0800
  • 5fe0955c86 WinRT: added SDL_HINT_WINRT_PREF_PATH_ROOT David Ludwig 2014-11-27 09:55:34 -0500
  • 7591029b46 WinRT: removed a completed TODO item from an inline comment David Ludwig 2014-11-27 08:50:11 -0500
  • 5e1473fa63 WinRT: added initial SDL_TEXTINPUT support David Ludwig 2014-11-26 21:34:15 -0500
  • 209539e840 Corrected header file guard comments. Philipp Wiesemann 2014-11-25 22:37:12 +0100
  • 5c50ec4648 Fixed limitation for number of custom main() arguments on Android. Philipp Wiesemann 2014-11-25 22:31:14 +0100
  • 372f086107 Mac: Add drag & drop support. J?rgen P. Tjern? 2014-11-24 11:46:20 -0800
  • 1e6679ca8b Cocoa: add in handling of "lost" touches on OS X. [bug #2635] Edward Rudd 2014-11-23 15:48:52 -0500
  • 15a6fe547f add "i" shortcut to testgesture tool to log # of fingers down on the touch devices. Edward Rudd 2014-11-23 15:39:28 -0500
  • 11e42acd61 add controllermap program to SDLTest xcode project Edward Rudd 2014-11-23 15:21:49 -0500
  • 5ead6b3b60 Fixed doxygen tags in header file documentation comments. Philipp Wiesemann 2014-11-23 20:46:34 +0100