Commit Graph

  • c1fb55ba9e PSP: Fixed a syntax error. Philipp Wiesemann 2015-08-24 22:31:36 +0200
  • 500615c91b Corrected documentation of the SDL_CreateTexture() functions in header file. Philipp Wiesemann 2015-08-21 23:50:59 +0200
  • ddad0e7268 Changed an error return value from 0 to NULL for consistency. Philipp Wiesemann 2015-08-21 23:50:37 +0200
  • 32f65f9bc0 Updated SDL_egl.h to have the latest EGL version and extension information. Alex Szpakowski 2015-08-21 00:19:36 -0300
  • 46a4a0031e Corrected documentation of SDL_AddTimer() in header file. Philipp Wiesemann 2015-08-19 22:29:37 +0200
  • 87072aea40 Removed not needed call to pthread_attr_getstacksize() for SDL_CreateThread(). Philipp Wiesemann 2015-08-15 21:21:29 +0200
  • b1ff852ce9 X11: Handle keyboard layout changing during app's run on Ubuntu 12.04 (etc). Ryan C. Gordon 2015-08-15 00:36:39 -0400
  • 05f1b9f45b Patched to compile. Ryan C. Gordon 2015-08-14 23:38:40 -0400
  • 97c2d3b9f3 Minor coding convention fix. Ryan C. Gordon 2015-08-14 23:30:46 -0400
  • dffa027074 Supply current group when translating X11 Keycodes to Keysyms. Jason Wyatt 2015-08-14 16:23:31 +0100
  • c8ad045488 Cocoa: Keep the window's screen position through SDL_SetWindowSize(). Ryan C. Gordon 2015-08-14 01:20:41 -0400
  • a7a328d649 X11: only send mouse button up events if not a mousewheel "button" Ryan C. Gordon 2015-08-13 21:40:32 -0400
  • c80afe4aa0 X11: Simplified mousewheel event handling. Ryan C. Gordon 2015-08-13 17:40:28 -0400
  • c3854241d3 X11: isConfigureNotify() isn't used at the moment, comment it out. Ryan C. Gordon 2015-08-13 17:37:09 -0400
  • 1e3fb89533 X11: don't block on a ConfigureNotify event during SDL_SetWindowBordered(). Ryan C. Gordon 2015-08-13 14:56:16 -0400
  • 7f47739582 Added missing SDL_Quit() in test program. Philipp Wiesemann 2015-08-09 20:01:01 +0200
  • b72169fb85 Emscripten: Changed return -1 after SDL_SetError() to return SDL_SetError(). Philipp Wiesemann 2015-08-09 20:00:51 +0200
  • 026aad4bc6 X11: Fixed XRandR display detection. Ryan C. Gordon 2015-08-07 01:02:35 -0400
  • a750035241 testdisplayinfo.c forgot to SDL_Quit() at the end. Ryan C. Gordon 2015-08-07 01:00:14 -0400
  • 5e08981ea2 X11: Fixed a memory leak when adding duplicate display modes. Ryan C. Gordon 2015-08-07 00:59:31 -0400
  • 46fe98faa9 Emscripten: Added missing error messages for audio and joystick init failures. Philipp Wiesemann 2015-08-05 21:04:10 +0200
  • bf0540ec5b Added more entries to WhatsNew.txt for 2.0.4. Philipp Wiesemann 2015-08-05 21:03:31 +0200
  • 7fb1e859ef 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
  • a49a1b41ed Fixed bug 3083 - Android JNIEXPORT and JNICALL missing Sam Lantinga 2015-08-01 22:03:50 -0700
  • 8da4b2d54c EGL: Added support for sRGB system framebuffers, when the required EGL extension is present. Alex Szpakowski 2015-08-01 15:16:57 -0300
  • 6fc796f2f5 Mac: Fixed check for SDL_HINT_MAC_BACKGROUND_APP. Philipp Wiesemann 2015-07-31 20:16:58 +0200
  • c6000425ee Fixed documentation of SDL_DropEvent in header file. Philipp Wiesemann 2015-07-31 20:16:18 +0200
  • 6b0560ca6c Added filesystem to list of paths in porting README. Philipp Wiesemann 2015-07-31 20:15:39 +0200
  • f0fc9e76c7 Android: Changed androidbuild.sh to use path from variable. Philipp Wiesemann 2015-07-31 20:15:02 +0200
  • 8d4bdab81d SDL - fix hint check, we want or not and Alfred Reynolds 2015-07-31 09:16:21 -0700
  • 68c3025048 Trivial integer truncation warning fixes. Sam Lantinga 2015-07-30 10:01:04 -0700
  • 1a3d2933ff 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
  • 4171b0be2b Fix up monitor enumeration for Windows 8.1 case. Alfred Reynolds 2015-07-29 17:19:13 -0700
  • 22867ba727 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
  • e779e9d435 Turn on debug info generation for release configs. Alfred Reynolds 2015-07-29 17:19:09 -0700
  • 0a89fe015d Move GetDisplayDPI to the end of the file. Alfred Reynolds 2015-07-29 17:19:06 -0700
  • e3175a56ef Fix build. Alfred Reynolds 2015-07-29 17:19:04 -0700
  • 6e01918e7c Add X11 implementation of SDL_GetDisplayDPI. Alfred Reynolds 2015-07-29 17:19:02 -0700
  • 60806dd05c Add SDL_GetDisplayDPI routine and implement for Windows. Alfred Reynolds 2015-07-29 17:18:56 -0700
  • f301319051 x11: Catch fatal X errors when calling glXMakeCurrent(). Ryan C. Gordon 2015-07-28 00:12:50 -0400
  • 584a78f363 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
  • 541da5eeb5 Added MSAA support for OpenGL ES contexts on iOS. Alex Szpakowski 2015-07-19 19:44:40 -0300
  • 2f9f4c11d0 Fixed dynapi for new SDL_WarpMouseGlobal() function signature. Ryan C. Gordon 2015-07-18 00:04:49 -0400
  • bb6183354d Patched to compile on Raspberry Pi. Ryan C. Gordon 2015-07-18 00:03:34 -0400
  • b672146abf SDL_WarpMouseGlobal() should return non-void. Ryan C. Gordon 2015-07-17 21:03:58 -0400
  • b247e5929e Fixed spaces in header file. Philipp Wiesemann 2015-07-16 21:48:35 +0200
  • 7044b633e3 Windows: Fixed wrong debugger output if logging empty string as info or warning. Philipp Wiesemann 2015-07-16 21:31:21 +0200
  • 52f1984ff6 Fixed typo in test header file comment. Philipp Wiesemann 2015-07-15 21:12:04 +0200
  • 9dac43c4f6 PSP: Fixed error handling in SDL_SemWaitTimeout(). Philipp Wiesemann 2015-07-15 21:11:24 +0200
  • 4246ca2853 Fixed comment in test program. Philipp Wiesemann 2015-07-15 21:10:38 +0200
  • 7cb0ceb808 X11: center parentless message boxes on the primary display if possible. Ryan C. Gordon 2015-07-14 23:46:35 -0400
  • 2086a4b858 Added test/testdisplayinfo.c Ryan C. Gordon 2015-07-14 21:28:26 -0400
  • 9d1c3f27fd x11: Patched to compile on systems without the Xutf8LookupString() function. Ryan C. Gordon 2015-07-11 00:59:56 -0400
  • 7901648e7d Fixed memory leak in test harness. Philipp Wiesemann 2015-07-06 21:02:20 +0200
  • a26a627e66 Better fix for bug 3048, don't crash if the window title is NULL Sam Lantinga 2015-07-05 15:45:48 -0700
  • 5a0a2ded8b Fixed bug 3048, "Crashes in Cocoa_SetWindowTitle" David Ludwig 2015-07-04 21:04:49 -0400
  • 6aa9ef158f Cocoa: support drag-and-drop of multiple objects. Ryan C. Gordon 2015-07-04 14:09:09 -0400
  • bbeb0fa9f9 Fixed style Sam Lantinga 2015-07-03 09:18:14 -0700
  • d000e814c0 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
  • b7f1a379c9 Added missing file to the release archive. Philipp Wiesemann 2015-07-02 20:11:40 +0200
  • 0a0648ca4b Removed redundant variable check when processing gestures. Philipp Wiesemann 2015-07-01 21:10:54 +0200
  • 645ef07a46 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
  • 48bd796781 X11: Added a test for a weird X11 error we get with Xinerama, rarely. Ryan C. Gordon 2015-06-30 15:00:48 -0400
  • 3501d277ab X11: Call XRefreshKeyboardMapping() when we get various MappingNotify events. Ryan C. Gordon 2015-06-30 14:41:17 -0400
  • 5c9b8d8586 X11: Don't ignore keyboard mapping changes. Ryan C. Gordon 2015-06-30 14:39:39 -0400
  • 4018e7ee59 Fixed assertion failure in diskaudio target caused by new hotplugging support. Ryan C. Gordon 2015-06-30 13:46:06 -0400
  • 199f2c51f9 Fixed bug 2464 - Configure a sdl2-config.cmake.in together with sdl2.pc.in Sam Lantinga 2015-06-29 22:24:00 -0700
  • 0f2e26adcf Fixed compiling if SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM is not defined Sam Lantinga 2015-06-25 07:17:08 -0700
  • 373b75eef4 Mac OS X: Fixed typo in build script comment. Philipp Wiesemann 2015-06-26 20:12:10 +0200
  • f6b2ceead4 Emscripten: Corrected build instructions in documentation. Philipp Wiesemann 2015-06-26 20:11:41 +0200
  • 9bc23bae49 Fixed bug 2834 - Patch to support dead keys on Windows Sam Lantinga 2015-06-25 11:49:48 -0700
  • 74b02e9e7c Fixed whitespace in SDL_evdev.c Sam Lantinga 2015-06-24 17:55:38 -0700
  • 24400a8054 Fixed an issue with mouse/keyboard removal Sam Lantinga 2015-06-24 17:54:39 -0700
  • 6d87edb4ea 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
  • 85aaa81d26 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
  • 6cefca6f8d Fixed bug 3030 - SDL_RecreateWindow fails to restore title, icon, etc. Sam Lantinga 2015-06-22 23:36:06 -0700
  • 795c456e85 Fixed compiler warning about shadowed local variables. Ryan C. Gordon 2015-06-23 01:44:44 -0400
  • 114eb60ce5 Updated Mac OS X documentation for fatbuilt.sh -> gcc-fat.sh transition. Ryan C. Gordon 2015-06-22 21:30:08 -0400
  • d710edb0b5 Windows: Fixed crash if initialization of EGL failed but was tried again later. Philipp Wiesemann 2015-06-21 19:37:37 +0200
  • 0ccc5719ce Backed out changeset 4ad56dbf4a6f Philipp Wiesemann 2015-06-21 19:36:35 +0200
  • bde9f44ba5 Fixed crash if initialization of EGL failed but was tried again later. Philipp Wiesemann 2015-06-21 17:33:46 +0200
  • dbfeb2d009 Added missing file and folder to the release archive. Philipp Wiesemann 2015-06-20 11:15:37 +0200
  • 563ed0759c Added the docs directory to the release archive Sam Lantinga 2015-06-20 00:25:28 -0700
  • 1b59513e31 GCC is warning about global functions with the same name as variables in the code, when using -Wshadow. This is a little ridiculous because we have no idea what functions a given platform will provide, so we'll disable -Wshadow for now. Sam Lantinga 2015-06-19 23:53:33 -0700
  • 12cb42ab98 Use CLOCK_MONOTONIC_RAW, if available, which is not subject to adjustment by NTP Sam Lantinga 2015-06-19 23:49:00 -0700
  • 70b5fb832f Android has clock_gettime() - thanks Michael Labbe! Sam Lantinga 2015-06-19 23:40:23 -0700
  • 6d35dee2c1 Cleaned up Xcode rules a little more Sam Lantinga 2015-06-19 23:32:37 -0700
  • 4f5deefa99 Simplified Mercurial ignore rules for Xcode build products Sam Lantinga 2015-06-19 23:27:35 -0700
  • c17aa625ae Fixed bug 2538 - SDL_SetTextureAlphaMod does not work with SDL_FlipMode or rotation in the software renderer Sam Lantinga 2015-06-19 23:22:53 -0700
  • 5b533eb53d Fixed bug 1550 - SDL_RenderCopy/CopyEx in software should optionally render 8bit alpha Sam Lantinga 2015-06-19 23:20:43 -0700
  • a6cbb034f9 Fixed bug 3023 - setting a white and then non-white texture color mod breaks the texture with software renderer Sam Lantinga 2015-06-19 23:12:13 -0700
  • 8380dbab8e [mq]: 3027_rleperf.diff Sam Lantinga 2015-06-19 22:12:47 -0700
  • 5d0d1370c6 Added more entries and brackets to WhatsNew.txt for 2.0.4. Philipp Wiesemann 2015-06-19 21:17:00 +0200
  • 93567f5824 CMake fixes for MingW (thanks, Ozkan!). Ryan C. Gordon 2015-06-18 22:34:39 -0400
  • 05e2323c73 Updated WhatsNew.txt's 2.0.4 list to include a more detailed set of changes for iOS, and added a couple missing items to the OS X and Windows sections. Alex Szpakowski 2015-06-18 12:20:46 -0300
  • 197ba62fcc Moving some whitespace around to test something on the Mercurial server. Ryan C. Gordon 2015-06-18 00:44:57 -0400
  • eabcc63e82 Android: Fixed two warnings. Philipp Wiesemann 2015-06-17 21:05:25 +0200
  • 7bc0066019 Whitespace fix. Ryan C. Gordon 2015-06-17 13:02:41 -0400
  • b0c704a451 Removed Edgar's name from SDL_haptic.h at his request. Ryan C. Gordon 2015-06-17 12:59:12 -0400
  • 8acf3e2d27 Partial fix for bug 2758 - Android issues with NDK r10c and API-21 Sam Lantinga 2015-06-17 00:07:45 -0700