Commit Graph

  • 212e99633b PSP: Replaced use of SDLKey with SDL_Keycode. Philipp Wiesemann 2015-08-24 22:35:01 +0200
  • 991feafa09 PSP: Fixed a syntax error. Philipp Wiesemann 2015-08-24 22:31:36 +0200
  • 83e94e257b Corrected documentation of the SDL_CreateTexture() functions in header file. Philipp Wiesemann 2015-08-21 23:50:59 +0200
  • 0856a7ef34 Changed an error return value from 0 to NULL for consistency. Philipp Wiesemann 2015-08-21 23:50:37 +0200
  • 2d63af8eb1 Updated SDL_egl.h to have the latest EGL version and extension information. Alex Szpakowski 2015-08-21 00:19:36 -0300
  • 2fa0394855 Corrected documentation of SDL_AddTimer() in header file. Philipp Wiesemann 2015-08-19 22:29:37 +0200
  • 98986f39e9 Removed not needed call to pthread_attr_getstacksize() for SDL_CreateThread(). Philipp Wiesemann 2015-08-15 21:21:29 +0200
  • 8145760314 X11: Handle keyboard layout changing during app's run on Ubuntu 12.04 (etc). Ryan C. Gordon 2015-08-15 00:36:39 -0400
  • 0d8c3a0b76 Patched to compile. Ryan C. Gordon 2015-08-14 23:38:40 -0400
  • 0cf81fbdf9 Minor coding convention fix. Ryan C. Gordon 2015-08-14 23:30:46 -0400
  • fb37956d9b Supply current group when translating X11 Keycodes to Keysyms. Jason Wyatt 2015-08-14 16:23:31 +0100
  • 9e2b90e2a4 Cocoa: Keep the window's screen position through SDL_SetWindowSize(). Ryan C. Gordon 2015-08-14 01:20:41 -0400
  • f2f8e6f5ef X11: only send mouse button up events if not a mousewheel "button" Ryan C. Gordon 2015-08-13 21:40:32 -0400
  • 874bf86504 X11: Simplified mousewheel event handling. Ryan C. Gordon 2015-08-13 17:40:28 -0400
  • da6f2221e3 X11: isConfigureNotify() isn't used at the moment, comment it out. Ryan C. Gordon 2015-08-13 17:37:09 -0400
  • 8a1fd98261 X11: don't block on a ConfigureNotify event during SDL_SetWindowBordered(). Ryan C. Gordon 2015-08-13 14:56:16 -0400
  • eb57d75242 Added missing SDL_Quit() in test program. Philipp Wiesemann 2015-08-09 20:01:01 +0200
  • 3362c9f196 Emscripten: Changed return -1 after SDL_SetError() to return SDL_SetError(). Philipp Wiesemann 2015-08-09 20:00:51 +0200
  • c67213f331 X11: Fixed XRandR display detection. Ryan C. Gordon 2015-08-07 01:02:35 -0400
  • 344fbe61b3 testdisplayinfo.c forgot to SDL_Quit() at the end. Ryan C. Gordon 2015-08-07 01:00:14 -0400
  • ca46804210 X11: Fixed a memory leak when adding duplicate display modes. Ryan C. Gordon 2015-08-07 00:59:31 -0400
  • fcc5940935 Emscripten: Added missing error messages for audio and joystick init failures. Philipp Wiesemann 2015-08-05 21:04:10 +0200
  • 2d8c49fdbd Added more entries to WhatsNew.txt for 2.0.4. Philipp Wiesemann 2015-08-05 21:03:31 +0200
  • a702c338f0 Add SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4 to SDL so that Reborn can keep running through Alt+F4. andrewb 2015-08-03 11:37:03 -0700
  • 270f38db08 Fixed bug 3083 - Android JNIEXPORT and JNICALL missing Sam Lantinga 2015-08-01 22:03:50 -0700
  • 5a3cc7f580 EGL: Added support for sRGB system framebuffers, when the required EGL extension is present. Alex Szpakowski 2015-08-01 15:16:57 -0300
  • c57f409fe8 Mac: Fixed check for SDL_HINT_MAC_BACKGROUND_APP. Philipp Wiesemann 2015-07-31 20:16:58 +0200
  • c509e798d7 Fixed documentation of SDL_DropEvent in header file. Philipp Wiesemann 2015-07-31 20:16:18 +0200
  • d79bfa0d18 Added filesystem to list of paths in porting README. Philipp Wiesemann 2015-07-31 20:15:39 +0200
  • 682604b2f3 Android: Changed androidbuild.sh to use path from variable. Philipp Wiesemann 2015-07-31 20:15:02 +0200
  • 0aa2a6df2c SDL - fix hint check, we want or not and Alfred Reynolds 2015-07-31 09:16:21 -0700
  • e93f90ae90 Trivial integer truncation warning fixes. Sam Lantinga 2015-07-30 10:01:04 -0700
  • 628d8edb95 SDL - add a new SDL_HINT_MAC_BACKGROUND_APP hint, when set or set to 1 don't force the app to be foreground Alfred Reynolds 2015-07-29 17:19:15 -0700
  • 5aaf81c84e Fix up monitor enumeration for Windows 8.1 case. Alfred Reynolds 2015-07-29 17:19:13 -0700
  • e09d95c36a Fix SDL_GetWindowPosition to be properly monitor-aware and return the monitor x,y when fullscreened. Alfred Reynolds 2015-07-29 17:19:11 -0700
  • 6ebbf7ddd0 Turn on debug info generation for release configs. Alfred Reynolds 2015-07-29 17:19:09 -0700
  • b0e145b3e1 Move GetDisplayDPI to the end of the file. Alfred Reynolds 2015-07-29 17:19:06 -0700
  • dc2e9ba13b Fix build. Alfred Reynolds 2015-07-29 17:19:04 -0700
  • 51c72e10f7 Add X11 implementation of SDL_GetDisplayDPI. Alfred Reynolds 2015-07-29 17:19:02 -0700
  • 61c7415071 Add SDL_GetDisplayDPI routine and implement for Windows. Alfred Reynolds 2015-07-29 17:18:56 -0700
  • f5cf86769a x11: Catch fatal X errors when calling glXMakeCurrent(). Ryan C. Gordon 2015-07-28 00:12:50 -0400
  • c344b734f4 iOS: Avoid generating an OpenGL error (but still fail to create the context) if the specified MSAA sample count is unsupported. Alex Szpakowski 2015-07-19 19:56:16 -0300
  • 6ea942dae3 Added MSAA support for OpenGL ES contexts on iOS. Alex Szpakowski 2015-07-19 19:44:40 -0300
  • b24586309c Fixed dynapi for new SDL_WarpMouseGlobal() function signature. Ryan C. Gordon 2015-07-18 00:04:49 -0400
  • 9d3d643742 Patched to compile on Raspberry Pi. Ryan C. Gordon 2015-07-18 00:03:34 -0400
  • e346f14277 SDL_WarpMouseGlobal() should return non-void. Ryan C. Gordon 2015-07-17 21:03:58 -0400
  • a955bec49a Fixed spaces in header file. Philipp Wiesemann 2015-07-16 21:48:35 +0200
  • 16e18817e9 Windows: Fixed wrong debugger output if logging empty string as info or warning. Philipp Wiesemann 2015-07-16 21:31:21 +0200
  • cad94bd502 Fixed typo in test header file comment. Philipp Wiesemann 2015-07-15 21:12:04 +0200
  • 2919905620 PSP: Fixed error handling in SDL_SemWaitTimeout(). Philipp Wiesemann 2015-07-15 21:11:24 +0200
  • 8bbded2583 Fixed comment in test program. Philipp Wiesemann 2015-07-15 21:10:38 +0200
  • 27055ea0ad X11: center parentless message boxes on the primary display if possible. Ryan C. Gordon 2015-07-14 23:46:35 -0400
  • b7ecc67009 Added test/testdisplayinfo.c Ryan C. Gordon 2015-07-14 21:28:26 -0400
  • 0c19501eeb x11: Patched to compile on systems without the Xutf8LookupString() function. Ryan C. Gordon 2015-07-11 00:59:56 -0400
  • 4679195dbf Fixed memory leak in test harness. Philipp Wiesemann 2015-07-06 21:02:20 +0200
  • 396b3b8992 Better fix for bug 3048, don't crash if the window title is NULL Sam Lantinga 2015-07-05 15:45:48 -0700
  • d0ba0c1d8a Fixed bug 3048, "Crashes in Cocoa_SetWindowTitle" David Ludwig 2015-07-04 21:04:49 -0400
  • 65a1a3e7e9 Cocoa: support drag-and-drop of multiple objects. Ryan C. Gordon 2015-07-04 14:09:09 -0400
  • b5c43a88b4 Fixed style Sam Lantinga 2015-07-03 09:18:14 -0700
  • 35c4468f9d commit a7d7af2a419b453188ffe87386455fc26c1306fa Author: Benoit Pierre <benoit.pierre@gmail.com> Date: Fri Jul 3 02:17:10 2015 +0200 Sam Lantinga 2015-07-03 09:17:24 -0700
  • f9d8c59a6f Added missing file to the release archive. Philipp Wiesemann 2015-07-02 20:11:40 +0200
  • 26ecab9010 Removed redundant variable check when processing gestures. Philipp Wiesemann 2015-07-01 21:10:54 +0200
  • e8954d5d8c Hack to fix missing window decorations after toggling fullscreen mode in Mac OS X 10.10 Sam Lantinga 2015-06-30 19:30:02 -0700
  • 1e3c28ac64 X11: Added a test for a weird X11 error we get with Xinerama, rarely. Ryan C. Gordon 2015-06-30 15:00:48 -0400
  • 20ec137763 X11: Call XRefreshKeyboardMapping() when we get various MappingNotify events. Ryan C. Gordon 2015-06-30 14:41:17 -0400
  • acdb494ffd X11: Don't ignore keyboard mapping changes. Ryan C. Gordon 2015-06-30 14:39:39 -0400
  • 4986563d2f Fixed assertion failure in diskaudio target caused by new hotplugging support. Ryan C. Gordon 2015-06-30 13:46:06 -0400
  • bf9bd59c01 Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in Sam Lantinga 2015-06-29 22:24:00 -0700
  • f1b7a8434f Fixed compiling if SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM is not defined Sam Lantinga 2015-06-25 07:17:08 -0700
  • c5857ab498 Mac OS X: Fixed typo in build script comment. Philipp Wiesemann 2015-06-26 20:12:10 +0200
  • 9b6f159c3d Emscripten: Corrected build instructions in documentation. Philipp Wiesemann 2015-06-26 20:11:41 +0200
  • 3a08b46336 Fixed bug 2834 - Patch to support dead keys on Windows Sam Lantinga 2015-06-25 11:49:48 -0700
  • 82eec4b630 Fixed whitespace in SDL_evdev.c Sam Lantinga 2015-06-24 17:55:38 -0700
  • 9f50d63dd5 Fixed an issue with mouse/keyboard removal Sam Lantinga 2015-06-24 17:54:39 -0700
  • cbbdd27ad3 SDL - disable compiling in XAudio2 support. We both need the DX SDK to make this code plus we need to work out the runtime dependency problem this code bring in on windows (needing the DX runtime installed). Alfred Reynolds 2015-06-24 10:56:51 -0700
  • e4e4e1b82a SDL - do the scancode to keyboard code lookup for the grave key, so that we can show users the correct keyface for the key, rather than forcing it to "`". Note that if a game is using SDLK_* for its KB mapping then after this change on some keyboards the top left key will no longer be mapped correctly with the old data. Alfred Reynolds 2015-06-24 10:56:37 -0700
  • b7aa856c8f Fixed bug 3030 - SDL_RecreateWindow fails to restore title, icon, etc. Sam Lantinga 2015-06-22 23:36:06 -0700
  • ded3a16e72 Fixed compiler warning about shadowed local variables. Ryan C. Gordon 2015-06-23 01:44:44 -0400
  • 437a6d9da9 Updated Mac OS X documentation for fatbuilt.sh -> gcc-fat.sh transition. Ryan C. Gordon 2015-06-22 21:30:08 -0400
  • 8cea1b986e Windows: Fixed crash if initialization of EGL failed but was tried again later. Philipp Wiesemann 2015-06-21 19:37:37 +0200
  • 72590685c0 Backed out changeset 4ad56dbf4a6f Philipp Wiesemann 2015-06-21 19:36:35 +0200
  • 0e45984fa0 Fixed crash if initialization of EGL failed but was tried again later. Philipp Wiesemann 2015-06-21 17:33:46 +0200
  • 9907943546 resync'd overscan patch with SDL mainline. Eric Wing 2015-04-17 21:25:19 -0700
  • 7d5147bad3 resync'd overscan patch with SDL mainline. Eric Wing 2015-04-17 21:25:19 -0700
  • 5a578a0783 Fixed return value of SDL_SaveBMP_RW() depending on set errors after NULL input. Philipp Wiesemann 2015-04-16 22:04:35 +0200
  • db878a4336 Linux: Removed not needed platform info from two entries of controller database. Philipp Wiesemann 2015-04-16 22:02:03 +0200
  • 3e1d36299a Fixed typo in internal joystick documentation comments. Philipp Wiesemann 2015-04-15 21:29:55 +0200
  • e6b7b38c6c Emscripten: Simplified implementation of joystick update function. Philipp Wiesemann 2015-04-15 21:27:10 +0200
  • 86fb92a7da Emscripten: Fixed memory leak if SDL_GetPrefPath() failed. Philipp Wiesemann 2015-04-15 21:25:15 +0200
  • e97fc56209 Android: Fixed lint warning about order of elements in AndroidManifest.xml. Philipp Wiesemann 2015-04-13 20:52:38 +0200
  • 0fbd3372d4 WinRT: Fixed format string for error message. Philipp Wiesemann 2015-04-13 20:52:18 +0200
  • 3a0270593e Patched to compile on C89 compilers. Ryan C. Gordon 2015-04-12 21:02:21 -0400
  • c539b3f9e9 Make X11 and Wayland ProcessHitTest() code less verbose. Ryan C. Gordon 2015-04-12 20:59:48 -0400
  • d10201be08 Implemented SetWindowHitTest() for Wayland (thanks, x414e54!). Ryan C. Gordon 2015-04-12 20:40:06 -0400
  • c6538cb977 Merged. Ryan C. Gordon 2015-04-12 20:28:28 -0400
  • a27fad1e24 Fixed orientation issues in the iOS extended launch screen. Alex Szpakowski 2015-04-12 01:50:28 -0300
  • cf6b9752f9 Ignore some more test binaries. Rohit Nirmal 2015-04-10 22:31:52 -0500
  • 26b4898ac2 Windows: Fixed format string for error message. Philipp Wiesemann 2015-04-11 20:43:11 +0200
  • 56c82bc828 Mac: Fixed typo in two error messages. Philipp Wiesemann 2015-04-11 20:41:49 +0200
  • 1a73b4eba2 Some Raspberry Pi build fixes (including Raspberry Pi 2 support). Ryan C. Gordon 2015-04-11 05:58:37 +0000