Commit Graph

  • 649f06e1f1 Fixed bug 2755 - SDL2 fails to build on Solaris 10 u3 Sam Lantinga 2017-08-13 21:55:42 -0700
  • ae404521db Fixed bug 2764 - Timer is not rescheduled with the returned interval Sam Lantinga 2017-08-13 21:48:40 -0700
  • e5e2182bb6 Fixed bug 3743 - make testautomation_sdltest.c to compile Sam Lantinga 2017-08-13 21:18:59 -0700
  • d9758867dd Fixed bug 3742 - minor warning fixes Sam Lantinga 2017-08-13 21:16:58 -0700
  • 6bf644ee24 Fixed bug 3741 - more compatible initializers for arrays Sam Lantinga 2017-08-13 21:15:44 -0700
  • b542a17dc5 Fixed bug 3605 - Software renderer no longer renders after Android screen orientation change Sam Lantinga 2017-08-13 21:12:14 -0700
  • c9dc716d52 Fixed bug 3746 - remove SDLCALL attribute from SDL_BlitFunc() funcptr Sam Lantinga 2017-08-13 21:09:00 -0700
  • 84ece470bd Fixed bug 3744 - missing SDLCALL in several functions Sam Lantinga 2017-08-13 21:06:52 -0700
  • 8758d132db Provide the correct state of the on-screen keyboard to the API (patch from Sylvain) Sam Lantinga 2017-08-13 21:05:15 -0700
  • 327a6eb9ee Fixed bug 3235 - Make the Android window creation similar to iOS' window creation Sam Lantinga 2017-08-13 20:55:59 -0700
  • 92d94af495 Fixed bug 3751 - DirectFB linux_input disabled by default Sam Lantinga 2017-08-13 20:51:08 -0700
  • 378e8a688a Fixed bug 3299 - DirectInput: Incorrect joystick mapping when attaching new joysticks Sam Lantinga 2017-08-13 20:42:41 -0700
  • 70317de69f Added check for XBOX in addition to Xbox and X-Box Sam Lantinga 2017-08-13 20:39:00 -0700
  • 21c199c6f5 Fixed compiler warning Sam Lantinga 2017-08-13 20:38:06 -0700
  • 844fee485d Added SDL_wcscmp() Sam Lantinga 2017-08-13 20:37:49 -0700
  • 75ebe19901 Fixed copy-paste error, thanks Alen! Sam Lantinga 2017-08-13 20:13:11 -0700
  • c23b8bf206 Fixed bug 2812 - Make libSDL2main.a usable on Android via a dummy symbol Sam Lantinga 2017-08-13 18:12:06 -0700
  • 489780a67c Fixed bug 2839 - No way to create pre-built libraries for Android Sam Lantinga 2017-08-13 17:59:59 -0700
  • 057b514c13 Fixed bug 2841 - Hint to set resource id for window icon Sam Lantinga 2017-08-13 14:15:52 -0700
  • f8fb32244d x11: Patched to compile. Ryan C. Gordon 2017-08-13 01:00:01 -0400
  • cec4856fb0 x11: Fix message box titles with Unicode chars on some window managers. Ryan C. Gordon 2017-08-13 00:58:23 -0400
  • 6e6c2eab46 Fixed bug 2931 - Large relative mouse motion jumps when using touch input Sam Lantinga 2017-08-12 20:25:49 -0700
  • 253b595c42 Added test debug logs for additional event types Sam Lantinga 2017-08-12 20:21:34 -0700
  • 41e176de9b iOS: Fix app orientation when creating a landscape fullscreen window with the device currently in portrait orientation. Alex Szpakowski 2017-08-12 22:16:04 -0300
  • fe09402920 Fixed bug 2950 - wrong axes values are set on joystick initialization Sam Lantinga 2017-08-12 17:41:59 -0700
  • dab941ca53 Fixed Windows build Sam Lantinga 2017-08-12 17:01:14 -0700
  • 1d6191c87d Fixed bug 2979 - SDL_ConvertSurface does not convert color keys consistently Sam Lantinga 2017-08-12 16:59:00 -0700
  • b75e6ab8ca Workaround for bug 3049 - SDL_Init(SDL_INIT_VIDEO) - XDM authorization key matches an existing client! Sam Lantinga 2017-08-12 16:48:46 -0700
  • 60573add0c Fixed bug 3058 - Slight mistake in GetWindowStyle in SDL_windowswindow.c Sam Lantinga 2017-08-12 16:44:00 -0700
  • f47cd4566f Fixed bug 3158 - SDL display window scrambled over VNC Sam Lantinga 2017-08-12 16:02:33 -0700
  • d4643c840b Fixed bug 3173 - SDL_GL_GetAttribute overwrites error code from SDL_GL_GetProcAddress Sam Lantinga 2017-08-12 15:55:54 -0700
  • d31d51652a Added a note about number key keycodes always being SDLK_0...SDLK_9 even on AZERTY layouts See bug 3188 for more discussion Sam Lantinga 2017-08-12 15:45:46 -0700
  • 4e104fd760 Fixed bug 3188 - AZERTY keyboard support broken and inconsistent Sam Lantinga 2017-08-12 15:41:03 -0700
  • cdd46d7de3 Fixed bug 3309 - SDL_ConvertSurface adds AlphaMod when input surface has ColorKey Sam Lantinga 2017-08-12 15:21:26 -0700
  • 713265cda2 Fixed bug 3208 - Minor improvements to the configure script Sam Lantinga 2017-08-12 15:00:33 -0700
  • c935bfe2c5 Note that texture contents are undefined when the texture is created. Sam Lantinga 2017-08-12 13:05:26 -0700
  • e0cfc9b1d5 Fixed bug 3243 - SDL_SetRenderDrawColor() behaves wrong with RGBA=0 Sam Lantinga 2017-08-12 12:59:22 -0700
  • 6561c2aae2 Cleaned up WindowsScanCodeToSDLScanCode() so VKeytoScancode() always takes precedence for the keys it handles and the rest of the logic is easier to read. Sam Lantinga 2017-08-12 12:56:28 -0700
  • c54f4a0b06 prefer virtual keycodes over scancodes for extended keys ouned 2017-06-03 09:13:08 +0200
  • aa9af84b80 Fixed bug 3249 - keysym.mod is incorrect when mod keys are pressed for SDL_KEYDOWN events Sam Lantinga 2017-08-12 12:34:09 -0700
  • e481103ca0 Fixed bug 3128 - Removing all the static variables from android SDLActivity and accompanying JNI calls. Sam Lantinga 2017-08-12 12:24:59 -0700
  • 2f002a9c92 Fixed bug 3191 - haptic system on android? Sam Lantinga 2017-08-12 08:15:09 -0700
  • a58523af55 Fixed part of bug 3227 - patch for multiple buttons at the same time not working Sam Lantinga 2017-08-12 08:06:16 -0700
  • 8f6def6414 Fixed compiler warnings on Visual Studio 2013 Sam Lantinga 2017-08-12 00:04:46 -0700
  • 82085fd4a2 More fixes for the SDL_scanf code Sam Lantinga 2017-08-12 00:01:24 -0700
  • b8a713a2b5 Fixed Android build Sam Lantinga 2017-08-11 23:54:06 -0700
  • 4ed311ed26 Fixed bug 3258 - SDL_TryLockMutex blocks for pthreads with FAKE_RECURSIVE_MUTEX Sam Lantinga 2017-08-11 21:47:31 -0700
  • 5b05a2518a Fixed bug 3284 - minor correction for SDL_setenv on _WIN32__ platform Sam Lantinga 2017-08-11 21:30:06 -0700
  • a2c3279dd8 Forgot to add function check for fopen64 to CMake build Sam Lantinga 2017-08-11 21:17:10 -0700
  • 9b14baa876 Fixed bug 3292 - SDL_rwops and 64-bit file I/O Sam Lantinga 2017-08-11 21:16:33 -0700
  • ec043c254f Fixed bug 3297 - Horizontal and Vertical flip swapped on PSP Sam Lantinga 2017-08-11 20:54:06 -0700
  • dd47fea68f Fixed bug 3334 - SDL_ShowMessageBox uses wrong index and accesses un-allocated memory Sam Lantinga 2017-08-11 19:42:39 -0700
  • 81d47dfc98 Fixed bug 3341 - SDL_sscanf() problem Sam Lantinga 2017-08-11 19:36:12 -0700
  • 0491aa7486 Fixed crash in bug 3367 - RGBA_FROM_PIXEL macro can't handle SDL_PIXELFORMAT_ARGB2101010 Sam Lantinga 2017-08-11 18:56:41 -0700
  • e4031055b2 Fixed bug 3464 - Fix for Android hint SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH Sam Lantinga 2017-08-11 13:37:40 -0700
  • 9d033c1c26 Fixed bug 3492 - SDL_RenderCopyEx angle direction not documented Sam Lantinga 2017-08-11 13:24:18 -0700
  • 2e17f65ae3 Fixed bug 3324 - SDL_RenderReadPixels: Wrong rect coordinates with software renderer Sam Lantinga 2017-08-11 11:54:24 -0700
  • 8ee19304bd Fixed bug 3639 - SDL_GetPrefPath returns a path with two consecutive slashes on Unix if org is omitted Sam Lantinga 2017-08-11 11:32:00 -0700
  • eff4f90ea8 Fixed bug 3646 - SDL_test_common.c: Add key bindings for testing SDL_SetWindowPosition Sam Lantinga 2017-08-11 10:42:26 -0700
  • 63c9886241 Fixed bug 3682 - Toggle text input in checkkeys when the mouse is clicked Sam Lantinga 2017-08-11 10:32:47 -0700
  • f3f4f515b4 Fixed bug 3702 - Clear error messages of SDL_LoadObject for optional libraries Sam Lantinga 2017-08-11 10:21:19 -0700
  • da108573a5 Fixed bug 3714 - Windows: SDL_WINDOW_FULLSCREEN_DESKTOP broken on 3 monitor setup w/ DPI scaling Sam Lantinga 2017-08-11 10:18:45 -0700
  • c39acd6641 Fixed bug 3723 - Possible double free in kmsdrm init code on certain errors Sam Lantinga 2017-08-11 10:05:45 -0700
  • 6db3b363a2 Fixed bug 3681 - SDL_UpateTexture documentation not specific enough about format requirement Sam Lantinga 2017-08-10 11:57:19 -0700
  • 4b3a2e7c32 Fixed bug 3701 - WM_TOUCH message may cause calls to null if touch functions are not properly loaded Sam Lantinga 2017-08-09 20:26:16 -0700
  • 3d607f5c38 Fixed bug 3728 - [Android] crash when shared libraries are no loaded Sam Lantinga 2017-08-09 20:23:48 -0700
  • 39d9e1a31d Fixed bug 3672 - Add joystick to controllerdb Sam Lantinga 2017-08-09 20:20:35 -0700
  • 8bcd534a89 cmake: Pacify warning about Policy CMP0042 not being set. Ryan C. Gordon 2017-08-09 22:43:16 -0400
  • 378408f360 cmake: whoops, Sam and I both fixed this bug at the same time. :) Ryan C. Gordon 2017-08-09 22:34:45 -0400
  • ed4e5f3124 Fixed bug 3651 - CMake build does not install CMake package configuration Sam Lantinga 2017-08-09 19:03:10 -0700
  • 0f5adcac34 Fixed bug 3590 - CMAKE: typos in CheckMir Sam Lantinga 2017-08-09 18:47:33 -0700
  • 167c932a4c cmake: Don't link directly against a libpthread on Android (thanks, Anthony!). Ryan C. Gordon 2017-08-09 19:50:18 -0400
  • 900cec7186 Android build fixes -Enabling checking for GCC_ATOMICS also on clang by default. This way all Android ABIs build successfully -Android cmake: Threading was not enabled correctly -Android cmake: Timers and dynamic lib loading were not included in the sources Olli Kallioinen 2017-06-08 22:07:55 +0300
  • 097ba1fd74 Fixed bug 3733 - Makefile sleeps for 3 seconds if configure is out of date Sam Lantinga 2017-08-09 16:20:04 -0700
  • 95d0403947 haiku: non-x86 spins use a normal libstdc++ filename. Handle the differences. Ryan C. Gordon 2017-08-09 18:41:59 -0400
  • 8b8b9d8459 haiku: Fixed compiler warning. Ryan C. Gordon 2017-08-09 18:30:48 -0400
  • f64af45d4b Added a private hint for Steam to bypass the controller filtering for the Steam virtual gamepad Sam Lantinga 2017-08-09 12:38:20 -0700
  • 5527dc42a5 Fixed Linux build Sam Lantinga 2017-08-09 12:11:59 -0700
  • 2aeb96a8c8 Added SDL hints to filter the set of game controllers reported by SDL Sam Lantinga 2017-08-09 11:59:29 -0700
  • b8a1b02fce Added an API SDL_LoadFile_RW() to load all the data from an SDL data stream, and a convenience macro SDL_LoadFile() to load all the data from a file. Sam Lantinga 2017-08-09 11:58:38 -0700
  • c3708ae8cd haiku: Patched SDL_bopengl.cc to compile on x86-64 Haiku. Ryan C. Gordon 2017-08-09 01:01:41 -0400
  • 6bc9cd0af6 Fixed up some compile warnings and errors on x86-64 Haiku. Ryan C. Gordon 2017-08-09 00:56:05 -0400
  • a19e1b0bb5 Added a FIXME for 2.1 about an API change. Ryan C. Gordon 2017-08-09 00:55:27 -0400
  • 407b070900 Re-added missing entry for the Steam Virtual Gamepad (was Valve Streaming Gamepad) Sam Lantinga 2017-08-08 20:38:23 -0700
  • e727cd84fa Fixed building on various versions of GCC - YUV MMX code is disabled for now Sam Lantinga 2017-08-07 10:28:59 -0700
  • f9bfbddf97 README-linux.md: added libsndio-dev to the package list. Ryan C. Gordon 2017-08-07 00:36:45 -0400
  • ea46a3cbe0 sndio: Fix for some platforms (Linux, for example) that don't define INFTIM. Ryan C. Gordon 2017-08-07 00:25:18 -0400
  • 5a9f9d3969 emscripten: Fixed compiler warnings about integer to pointer conversions. Philipp Wiesemann 2017-08-05 22:10:55 +0200
  • de8eeb00fb emscripten: Fixed compiling without OpenGL support. Philipp Wiesemann 2017-08-05 22:10:48 +0200
  • 57e7e7960f kmsdrm: Fixed crashes if allocating memory failed. Philipp Wiesemann 2017-08-05 22:10:36 +0200
  • d608616c74 nacl: Fixed freeing static memory on video quit. Philipp Wiesemann 2017-08-05 22:10:25 +0200
  • e82fe09e36 mir: Removed unnecessary function declaration. Philipp Wiesemann 2017-08-05 22:10:15 +0200
  • 15163515c3 Updated generated configure script. Philipp Wiesemann 2017-08-04 23:01:01 +0200
  • 6b2ca14f5d kmsdrm: Fixed compiling without OpenGL support. Philipp Wiesemann 2017-08-04 23:00:47 +0200
  • 5d00b149bd Fixed compiler warnings about type conversions. Philipp Wiesemann 2017-08-04 23:00:30 +0200
  • 4d5d959b37 psp: Force audio channels to stereo if > 2 channels requested (thanks, Solra!). Ryan C. Gordon 2017-08-04 16:18:34 -0400
  • 92e93fcf44 Temporary hack to fix bug 3725 - Call made to glGetString before context creation This breaks bugs 2570, 3145 Sam Lantinga 2017-08-04 13:06:56 -0700
  • 43f445f73b Added a hint SDL_HINT_TOUCH_MOUSE_EVENTS to control whether touch events generate synthetic mouse events. Sam Lantinga 2017-08-03 09:48:44 -0700
  • 38b7eb558c kmsdrm: Fix tearing in neverputt/ball Brandon Schaefer 2017-08-02 17:45:15 -0700
  • 0ac00055f0 Add support for Saitek P990 Dual Analog Pad Patrice Mandin 2017-08-02 23:42:08 +0200