Commit Graph

  • 5519af13e2 [ibus] Send an empty TextEditing event when the text is cleared by pressing backspace. Alex Baines 2015-02-01 21:08:54 +0000
  • e39a0cf8f8 Added some unknown keys from Japanese 106/109 keyboards (thanks, "ver0hiro"!). Ryan C. Gordon 2015-05-26 20:55:03 -0400
  • 6c6f48476d Mac: Send a window resize event when the window's backing scale factor changes. Alex Szpakowski 2015-05-26 21:51:47 -0300
  • da66b37896 Reset the keyboard state when launching a message box (thanks, Sean!). Ryan C. Gordon 2015-05-26 20:49:27 -0400
  • ef3cc11c79 Windows: Alt-F4 hotkey should be checked on keydown, not keyup (thanks, Matt!). Ryan C. Gordon 2015-05-26 20:40:00 -0400
  • 6919e9dd5d Android: Added basic drop file support (thanks, "noxalus"!). Ryan C. Gordon 2015-05-26 20:36:45 -0400
  • 69ecd32323 Pump IBus events after X events. Alex Baines 2015-05-26 20:22:14 -0400
  • 76f48e835c Fix a libtool issue with some mingw-w64 cross compilers (thanks, Ozkan!). Ryan C. Gordon 2015-05-26 19:54:06 -0400
  • 7ed2eac7e0 EGL: OpenGL ES 3.0 contexts can now be created without the EGL_KHR_create_context extension. Alex Szpakowski 2015-05-26 19:34:56 -0300
  • bd05a4911f Drop out of SDL_UpdateTexture() early if the rectangle is zero pixels. Ryan C. Gordon 2015-05-26 16:42:36 -0400
  • 9150c88e13 Some setups need _GNU_SOURCE to make LLONG_MAX available (thanks, Ozkan!). Ryan C. Gordon 2015-05-26 16:31:11 -0400
  • 90bdd7dbab Fix fallback define for DECLSPEC for non-Windows platforms. Ryan C. Gordon 2015-05-26 16:25:22 -0400
  • a588adcf96 Whoops, fix the static analysis fix. Ryan C. Gordon 2015-05-26 16:14:25 -0400
  • f4d0481e62 Mac: Fix compiler warning when building with a min target >= 10.6. Ryan C. Gordon 2015-05-26 12:52:28 -0400
  • a7b259c79e Darwin haptic: Fixed a static analysis warning if axes==0. Ryan C. Gordon 2015-05-26 12:47:03 -0400
  • 9ef8a3c538 Linux joystick: Look at entire axis namespace for controls (thanks, "spaz16"!). Ryan C. Gordon 2015-05-26 12:03:51 -0400
  • 15317defec Fixed bug 2869 - Controllers connected on launch are reported twice. Sam Lantinga 2015-05-26 08:52:02 -0700
  • 5f939bd894 Cocoa: Fixed relative mouse mode when app loses/regains focus (thanks, Eric!). Ryan C. Gordon 2015-05-26 11:38:04 -0400
  • c9524bf3a4 Make dot easier to see in testrelative. Ryan C. Gordon 2015-05-26 11:32:06 -0400
  • e6e1330f87 Updated configure script. Ryan C. Gordon 2015-05-26 11:13:51 -0400
  • c0c110a2a1 Removed -XCCLinker from MingW command line (thanks, Fredrik!). Ryan C. Gordon 2015-05-26 11:12:28 -0400
  • 35af22c2dc Windows: don't beep on Alt-* key combos (Thanks, historic_bruno!). Ryan C. Gordon 2015-05-26 11:08:30 -0400
  • 99db70e83e Cocoa: report SDL_WINDOWEVENT_EXPOSED events to the app (thanks, David!). Ryan C. Gordon 2015-05-26 11:01:19 -0400
  • b3cca0be95 Cocoa: don't fail outright if we see an unknown display format. Ryan C. Gordon 2015-05-26 09:55:41 -0400
  • 97429318b2 Don't look for (and fail without) glGetIntegerv() until we need to. Ryan C. Gordon 2015-05-26 10:25:15 -0400
  • ff1406b1e8 Fixed bug 1392 - Debian patch: do not propagate -lpthread Sam Lantinga 2015-05-26 06:32:19 -0700
  • 6f0347c458 Updated the copyright year to 2015 Sam Lantinga 2015-05-26 06:27:46 -0700
  • d306809b89 Script from Sylvain to automate updating the copyright year Sam Lantinga 2015-05-26 06:27:12 -0700
  • e38752600c Fixed bug 2989 - Memory loss in clipboard_testClipboardTextFunctions Sam Lantinga 2015-05-26 06:16:43 -0700
  • aa10be235c Wait for devices to finish initializing when inserted, before using them. Fixes hotplug issue with XBox 360 game controller. Sam Lantinga 2015-05-25 16:22:09 -0700
  • 3de97889b2 Added support for Razer Serval Bluetooth mode Sam Lantinga 2015-05-25 14:52:41 -0700
  • e21c1f69c6 Fix duplicate raw mouse events with XInput2 Victor Luchits 2015-05-14 14:40:56 +0300
  • 249e0078ff Sign any subframeworks - not needed for SDL proper, but included for consistency with other projects Sam Lantinga 2015-05-23 09:33:20 -0700
  • b7224b76d6 Android: Fixed touch pressure being out of range. Philipp Wiesemann 2015-05-22 22:34:08 +0200
  • c3c1ff56e6 Removed redundant NULL check in test program. Philipp Wiesemann 2015-05-21 21:27:53 +0200
  • fb3257e628 Changed clean-up order in test program. Philipp Wiesemann 2015-05-21 21:25:32 +0200
  • ecbb2007ea Fixed undefined key access in test program. Philipp Wiesemann 2015-05-21 21:25:14 +0200
  • a5b367cedc Added game controller support for the Razer Serval Sam Lantinga 2015-05-20 16:28:21 -0700
  • abf1fa9757 Added missing loop cancel for Emscripten in test programs. Philipp Wiesemann 2015-05-18 21:21:14 +0200
  • 32c010f12d Fixed compiling test program with Emscripten. Philipp Wiesemann 2015-05-18 21:17:13 +0200
  • 8584de4d91 Fixed handling only one event per frame in test program. Philipp Wiesemann 2015-05-18 21:12:16 +0200
  • e432e3c6a1 Code style cleanup in the GLES and GLES2 render backends. Alex Szpakowski 2015-05-16 17:35:36 -0300
  • 48987367f2 iOS: Added support for SDL_DisableScreenSaver and SDL_EnableScreenSaver. Alex Szpakowski 2015-05-16 16:55:56 -0300
  • 2070aa778c Android: Replaced logging tag strings with constant. Philipp Wiesemann 2015-05-16 21:15:59 +0200
  • c1755d4ba1 Emscripten: Fixed wrong source comment and updated web link. Philipp Wiesemann 2015-05-16 21:15:27 +0200
  • 99650ba26c Mac: Use CoreFoundation headers instead of Carbon headers, in GetPowerInfo code. Alex Szpakowski 2015-05-16 12:05:42 -0300
  • 9847813bb6 Added a userdata parameter to SDL_SetWindowsMessageHook() Sam Lantinga 2015-05-13 22:39:32 -0700
  • f2e4ea7120 Fixed Mac and Linux builds Sam Lantinga 2015-05-13 22:39:27 -0700
  • cb4cc5bbae Added SDL_SetWindowsMessageHook() to facilitate full IME support on Windows Sam Lantinga 2015-05-13 22:39:20 -0700
  • 177e544d19 Added generic xinput fallback for XBox compatible controllers on Linux Sam Lantinga 2015-05-13 22:37:26 -0700
  • 29c1e50cc3 Refactored SDL_EGL_CreateContext: It now supports context flags and OpenGL ES 3+ contexts, and its behavior more closely matches the GLX and WGL context creation code. Improved the code style consistency of SDL_egl.c. Alex Szpakowski 2015-05-11 21:03:36 -0300
  • 5294c08422 Android: Fixed empty parameter list in signatures of internal functions. Philipp Wiesemann 2015-05-09 22:42:23 +0200
  • 2c1a27bfd7 Fixed SDL_TouchFingerEvent documentation in header file. Philipp Wiesemann 2015-05-08 21:53:02 +0200
  • 296719adcc Android: Replaced spaces with tab in Android.mk file. Philipp Wiesemann 2015-05-06 21:11:06 +0200
  • 4cede91cf9 Emscripten: Fixed touch coordinates not being normalized. Philipp Wiesemann 2015-05-06 21:10:48 +0200
  • 816d6b57b2 Fixed implicit function declaration in test program. Philipp Wiesemann 2015-05-06 21:09:33 +0200
  • 72b7118ea3 Fixed SDL_GL_GetAttribute queries for framebuffer component sizes in Core Profile OpenGL contexts. Alex Szpakowski 2015-05-06 12:54:51 -0300
  • b392dda99f Fixed building the iOS Demo files in debug mode Alex Szpakowski 2015-05-06 12:42:14 -0300
  • 30bf968b92 Replaced all remaining uses of NSAutoreleasePool with @autoreleasepool blocks (bugzilla #2680.) Alex Szpakowski 2015-05-05 19:01:55 -0300
  • c7ba658ad8 Fixed a warning when SDL_syswm.h is included in code compiled for iOS with clang. Alex Szpakowski 2015-05-05 16:24:05 -0300
  • 9aeef35c15 Fixed the window offset on iOS when resuming an app with a borderless or fullscreen window that has the on-screen keyboard visible. Alex Szpakowski 2015-05-05 16:20:11 -0300
  • 9e6cfd27f3 Fixed a crash on iOS when none of the orientations in Info.plist match the SDL window's actual orientation. Alex Szpakowski 2015-05-05 16:16:10 -0300
  • a91935023e Fixed bug 2976 - Fix RGBA<->RGBA blit that was broken with the optimization from Bug 11 Sam Lantinga 2015-05-04 21:47:40 -0700
  • dd66af496b X11: send keypress events before textinput events. Ryan C. Gordon 2015-05-01 01:20:28 -0400
  • a9794cc9f4 checkkeys: report SDL_TEXTEDITING events. Ryan C. Gordon 2015-05-01 01:19:00 -0400
  • c9e98e33e4 checkkeys: Readded the KEYUP event test. Ryan C. Gordon 2015-05-01 01:12:48 -0400
  • aaf76b7a34 Android: Deactivated debug log messages on joystick device events. Philipp Wiesemann 2015-04-30 21:45:29 +0200
  • 667227df90 X11: Use our own cut-buffer for intermediate clipboard storage. Dimitris Zenios 2015-04-26 13:53:46 +0300
  • a123760fd0 Moved code signature step to after the framework build step is complete, and don't hardcode the codesign identity Sam Lantinga 2015-04-26 20:46:07 -0700
  • b98bf5cf2b Turn off code signing by default Code signature can be added after build with the following command line: codesign --force --sign 76BB5ACAC44CA5EFA5F879434D157B81DA842CFB SDL2.framework/Versions/A Sam Lantinga 2015-04-26 20:21:06 -0700
  • ecb27b0ae4 Updated project and added code signing for release builds Sam Lantinga 2015-04-26 15:47:40 -0700
  • e00cda53aa Only check for Linux-specific input APIs on Linux targets (thanks, Marcus!). Ryan C. Gordon 2015-04-25 20:49:26 -0400
  • e5e0259ad1 Remove trailing spaces in Android source code. Reto Schneider 2015-04-08 12:14:36 +0200
  • 77ccc412f5 CMake: Minor cleanup up on the new SDL_*_ENABLED_BY_DEFAULT vars. Ryan C. Gordon 2014-12-13 02:40:52 -0500
  • fe40a17224 Initial merge of Emscripten port! Ryan C. Gordon 2014-12-18 00:19:52 -0500
  • a228b67d88 CMake: Replace "else(condition)" with "else()", etc. Ryan C. Gordon 2014-12-13 02:33:52 -0500
  • 708a43f50e 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
  • b9707732e3 Removed unused includes and functions from test program. Philipp Wiesemann 2014-12-12 21:51:30 +0100
  • 269c2476b6 Replaced sqrt() with SDL_sqrt() in test program. Philipp Wiesemann 2014-12-12 21:02:46 +0100
  • 701c97074f Removed global variable from test program. Philipp Wiesemann 2014-12-12 21:00:25 +0100
  • e2a5c1d203 Removed extern declaration of not existing SDL_numhaptics from internal header. Philipp Wiesemann 2014-12-11 23:38:02 +0100
  • 0f87761bf3 Removed dependency to stdbool.h in implementation file for Android. Philipp Wiesemann 2014-12-10 21:20:41 +0100
  • d99911544f Fixed setting text to clipboard in controllermap program. Philipp Wiesemann 2014-12-10 21:13:43 +0100
  • 45fa5642ea Added comments in example program. Philipp Wiesemann 2014-12-10 21:10:55 +0100
  • fbbd593230 Fixed bug 2811 - [patch] Android core: Fix JNI 'nativeGetHint' symbol not being exported Philipp Wiesemann 2014-12-09 22:49:16 +0100
  • a830fbc70f Fixed warnings about possible loss of data in conversion. Philipp Wiesemann 2014-12-06 00:17:52 +0100
  • 4f26e7760a Replaced free() with SDL_free() because related allocation also uses wrapper. Philipp Wiesemann 2014-12-04 21:41:30 +0100
  • 8dc56f2b31 Corrected header file guard comment. Philipp Wiesemann 2014-12-04 21:33:59 +0100
  • ec6b9b27a6 Fixed some paths in the new buildbot windows zipper script. Ryan C. Gordon 2014-12-04 02:24:22 -0500
  • 5789cb4a3b Added a script to handle packing up Windows builds for the buildbot. Ryan C. Gordon 2014-12-04 02:09:07 -0500
  • 623b9d6d91 ugh.. stray character Edward Rudd 2014-12-03 12:47:39 -0500
  • 06d357fb17 fix SDL_PRIs64 on windows compilers.. (should end in d) Edward Rudd 2014-12-03 12:45:04 -0500
  • 73daadb74e switch to use SDL_PRI* macros for long long formatting everywhere. Edward Rudd 2014-12-03 12:23:17 -0500
  • 7810d19812 fix incorrect struct member name in test code for wheel direction Edward Rudd 2014-12-03 11:04:07 -0500
  • 1f636f4245 Adds support to control the scaling policy/mode of SDL_RenderSetLogicalSize for both letterbox (current behavior) and a new overscan mode (expand to fill the entire screen, even if some parts draw off the screen). Eric Wing 2014-12-03 04:41:26 -0800
  • 313881175d Adds support to control the scaling policy/mode of SDL_RenderSetLogicalSize for both letterbox (current behavior) and a new overscan mode (expand to fill the entire screen, even if some parts draw off the screen). Eric Wing 2014-12-03 04:41:26 -0800
  • 5fee84f24b 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
  • cc0631a095 Merged default into iOS-improvements Alex Szpakowski 2014-12-02 02:52:45 -0400
  • ba6392d79d Fixed SDL_GetRendererOutputSize on iOS when high-DPI mode is enabled on a Retina device. Alex Szpakowski 2014-12-01 07:31:22 -0400
  • 52760dcdf1 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