Commit graph

  • 66fbf00e7d Temporarily ignore gl_config.driver_loaded check in Cocoa_GLES_SetupWindow. Hanseul Jun 2021-12-09 10:40:18 -0800
  • cb8fa5f9c3 wayland: fix keycodes of swapped xkb modifier keys Valentin Hăloiu 2021-12-04 03:50:12 +0000
  • 615f7b4453 more updates to os2 makefile for libiconv Ozkan Sezer 2021-12-08 23:51:56 +0300
  • b6d40b29a9 minor update to os2 makefile. Ozkan Sezer 2021-12-08 21:15:24 +0300
  • 8d14e6ea44 replaced use of _MAX_PATH with CCHMAXPATH in os/2 code, Ozkan Sezer 2021-12-08 14:01:02 +0300
  • 1940d289bf
    SW Renderer: fix invalid read if VSYNC hint is initially set with an empty value (eg "") because: - GeHint return a value pointer. - SetHint free internally the pointer - The -now invalid- pointer is re-read Sylvain 2021-12-08 09:41:33 +0100
  • 9409642e08 fix some warnings from vita builds (missing includes) Ozkan Sezer 2021-12-07 21:24:24 +0300
  • 21d46b7e0c PSP renderer fixed stdgregwar 2020-12-26 12:46:07 +0100
  • 6f6382f8d0 Fix SDL_GameController API for PSP (#3) Sergio Padrino 2020-05-15 20:45:30 +0200
  • da0f76de6d cocoa: Don't round scroll deltas from trackpads Cameron Gutman 2021-12-07 00:38:46 -0600
  • 8cee50eea5 removed stdlib.h from SDL_psp_main.c now that exit() is gone. Ozkan Sezer 2021-12-07 19:32:56 +0300
  • 4facca0bff made Makefile.psp to build libSDL2main.a Ozkan Sezer 2021-12-07 19:32:56 +0300
  • 00014dc2ac fix some warnings from psp builds (missing includes.) Ozkan Sezer 2021-12-07 18:47:10 +0300
  • da5dbb4763
    Fix SDL2main on PSP (#5076) Wouter Wijsman 2021-12-07 16:43:50 +0100
  • 2d673e5b56 evdev: Add support for REL_WHEEL_HI_RES and REL_HWHEEL_HI_RES Cameron Gutman 2021-12-06 22:07:33 -0600
  • 493d45f00f minor tidy-up in cmake script. Ozkan Sezer 2021-12-07 14:24:32 +0300
  • f266d92286 psp/SDL_sysjoystick.c: fix -Wshadow warnings. Ozkan Sezer 2021-12-07 14:04:32 +0300
  • 801dcbc5ef SDL_render_sw.c: fix -Wshadow warnings. Ozkan Sezer 2021-12-07 14:04:10 +0300
  • e17a3154ed Fix build issue Wouter Wijsman 2021-12-07 10:56:48 +0100
  • 7266cf66c7 Clean up PSP render code to fit C standard used better Wouter Wijsman 2021-12-07 10:54:30 +0100
  • 07608bf45f Fix ISO C90 violations in psp render code Wouter Wijsman 2021-12-07 10:36:19 +0100
  • 897c7cfa8b Make sure SDL_VIDEO_RENDER_PSP is set Wouter Wijsman 2021-12-07 10:24:46 +0100
  • bfbdf8969e Add automated build for PSP Wouter Wijsman 2021-12-07 10:00:01 +0100
  • a79b642638 Make SDL2 able to build or PSP with cmake Wouter Wijsman 2021-11-29 20:05:53 +0100
  • 21fd0047e3 Initial for building PSP version with CMake Wouter Wijsman 2021-11-29 18:42:13 +0100
  • d09f80ef18
    SDL_DrawPointsF: fix error message typo Sylvain 2021-12-07 11:31:57 +0100
  • 6dafc85017
    SDL_DrawLines: minor simpification: - scale is 1.0f, don't need to multiply - typo in error message - remap SDL_DrawLines to SDL_DrawLinesF Sylvain 2021-12-07 10:44:12 +0100
  • a0818a63e3
    Fixed bug #5071 - Float conversion warnings in SDL_render.c (see also #5003) Sylvain 2021-12-07 10:07:15 +0100
  • 9ae56cb353 events: Add logging for SDL_MOUSEWHEEL preciseX/Y fields Cameron Gutman 2021-12-06 21:18:23 -0600
  • 03019c912a autotools, cmake: tighten Xfixes check && explicitly test BarrierEventID Ozkan Sezer 2021-12-06 20:37:52 +0300
  • a709b5b602 video: wayland: Handle 0x0 xdg_toplevel_configure in fullscreen David Gow 2021-12-04 14:14:47 +0800
  • 2f0edc2906 IAudioClient::SetEventHandle Parameter eventHandle Should not be NULL ALittleDruid 2021-12-04 09:23:19 +0800
  • b7a0200aab Update 2.0.18 release notes with CMake prefix change Cameron Gutman 2021-12-03 17:02:30 +0300
  • a887b8e28b SDL_test_common.c: replaced all printf() calls with SDL_Log() Ozkan Sezer 2021-12-03 20:03:10 +0300
  • 5056b29b0f Fix the wrong int size for fcitx capability. Weng Xuetian 2021-12-02 17:14:58 -0800
  • d68b429cfb [ios] Fix failing to link iconv when build using CMake Anders Jenbo 2021-12-02 23:57:00 +0100
  • 514f5858e4 autotools: disable static builds on os/2 Ozkan Sezer 2021-12-02 20:11:40 +0300
  • e14d10263c Change viewport and cliprect to float version: from SDL_Rect to SDL_FRect Sylvain 2021-11-26 13:12:22 +0100
  • 7828362da9 SDL_Renderer software, D3D11: don't use "renderer->viewport" in back-ends, but use the one from SETVIEWPORT cmd Sylvain 2021-11-24 16:45:06 +0100
  • a2b13e585c SDL_iconv_string: avoid memory leak if realloc() fails. Ozkan Sezer 2021-12-02 02:28:24 +0300
  • f14a8bfa4e fix whitespace. Ozkan Sezer 2021-12-01 21:33:02 +0300
  • b71bfdaafb SDL_iconv.c (encodings): mark "WCHAR_T" as ENCODING_UTF16LE for OS/2 too Ozkan Sezer 2021-12-01 20:50:40 +0300
  • cbe97cbf7f Added a step necessary for running on a real device Sam Lantinga 2021-11-30 21:25:40 -0800
  • 66b0a6ee15 workaround for libmali gbm_device_get_fd() Davis Mosenkovs 2021-12-01 01:33:57 +0200
  • 0c7c4bfcf9 docs: Don't let Doxygen expand HOME environment variable Simon McVittie 2021-11-30 23:15:03 +0000
  • 339f0d4097 configure.ac: adjust os2 section for system iconv() use. Ozkan Sezer 2021-12-01 02:32:10 +0300
  • 563ef2aeb2 regenerated configure scripts. Ozkan Sezer 2021-12-01 01:56:50 +0300
  • efa1aa9a8f initial attempt at adding os2 support to autotools Ozkan Sezer 2021-12-01 01:55:56 +0300
  • 3355464079 libtool upgrade to 2.4.6 - 18/n: SDL customizations Ozkan Sezer 2021-12-01 01:55:40 +0300
  • 5ae2f0fd19 libtool upgrade to 2.4.6 - 17/n: SDL customizations Ozkan Sezer 2021-12-01 01:55:32 +0300
  • 6a5aeaf948 libtool upgrade to 2.4.6 - 16/n: Fedora ABI-specific directories patch: Ozkan Sezer 2021-12-01 01:51:24 +0300
  • 792d7c9f6d libtool upgrade to 2.4.6 - 15/n: -Xassembler and -Wa,* support : Ozkan Sezer 2021-12-01 01:50:10 +0300
  • 8c44e0e0f8 libtool upgrade to 2.4.6 - 14/n: support for MidnightBSD Ozkan Sezer 2021-12-01 01:50:10 +0300
  • a6df1f7be1 libtool upgrade to 2.4.6 - 13/n: add mingw to systems not needing libm. Ozkan Sezer 2021-12-01 01:50:10 +0300
  • 897efe1837 libtool upgrade to 2.4.6 - 12/n: fix preloading symbols on Solaris 11.3 Ozkan Sezer 2021-12-01 01:50:10 +0300
  • b5dc1eedb8 libtool upgrade to 2.4.6 - 11/n: FreeBSD elftoolchain strip support Ozkan Sezer 2021-12-01 01:50:10 +0300
  • 3cbd561690 libtool upgrade to 2.4.6 - 10/n: export AIX TLS symbols fix Ozkan Sezer 2021-12-01 01:50:10 +0300
  • 27666089b9 libtool upgrade to 2.4.6 - 9/n: fix func_fatal_error function name typo Ozkan Sezer 2021-12-01 01:50:10 +0300
  • 4be6ab2692 libtool upgrade to 2.4.6 - 8/n: set file_list_spec to '@' on OS/2 Ozkan Sezer 2021-12-01 01:50:10 +0300
  • 83a22d059c libtool upgrade to 2.4.6 - 7/n: fix an os/2 typo Ozkan Sezer 2021-12-01 01:50:10 +0300
  • e8881b0d3e libtool upgrade to 2.4.6 - 6/n: fix typo introduced in libtool-2.4.3 Ozkan Sezer 2021-12-01 01:50:10 +0300
  • 8b13673c19 libtool upgrade to 2.4.6 - 5/n: fix linker error for powerpc64le Ozkan Sezer 2021-12-01 01:50:10 +0300
  • 8e62063811 libtool upgrade to 2.4.6 - 4/n: fix m4 quoting bug Ozkan Sezer 2021-12-01 01:50:10 +0300
  • df40268254 libtool upgrade to 2.4.6 - 3/n: fixes for gcc/clang linkage Ozkan Sezer 2021-12-01 01:50:10 +0300
  • 647514a5d0 libtool upgrade to 2.4.6 - 2/n: support macOS 11 Ozkan Sezer 2021-12-01 01:50:10 +0300
  • c8ddccdef4 libtool upgrade to 2.4.6 - 1/n Ozkan Sezer 2021-12-01 01:50:02 +0300
  • 662ea5abe4 minor correction after previous patch and minor tidy-up. Ozkan Sezer 2021-12-01 01:40:24 +0300
  • 70c5e91d0f os/2 optionally builds against libiconv. Ozkan Sezer 2021-12-01 01:20:10 +0300
  • b20484e803 minor os/2 reorganization for iconv Ozkan Sezer 2021-12-01 01:20:02 +0300
  • 8c91cf7dba Always create a full 256-entry map in case color values are out of range Sam Lantinga 2021-11-30 12:36:46 -0800
  • 056c09942d Updated iOS build instructions Sam Lantinga 2021-11-30 12:19:26 -0800
  • a4c04ad230 Fixed building with iOS SDK prior to 13.0 Sam Lantinga 2021-11-30 10:32:21 -0800
  • 8589134f16 Fixed potential buffer overflow in YUV conversion Sam Lantinga 2021-11-30 10:23:21 -0800
  • 09465a9083 hidapi, windows: replace a strncpy() with plain memcpy() Ozkan Sezer 2021-11-30 21:10:10 +0300
  • 5fc901d4f3 Updated to version 2.0.19 for development Sam Lantinga 2021-11-30 09:58:21 -0800
  • 2e9821423a Aded a patch note for relative mouse mode over RDP release-2.0.18 Sam Lantinga 2021-11-29 20:20:07 -0800
  • 715d481271 windows: Fix GUI key state when grabbing the keyboard Cameron Gutman 2021-11-29 22:43:25 +0300
  • b6bc3a6b0e Added a mapping for the PS4 touchpad button on Windows Sam Lantinga 2021-11-29 09:00:54 -0800
  • 4b571c624c Added an option to map the touchpad button for Sony controllers Sam Lantinga 2021-11-29 09:00:26 -0800
  • f6fdbc1e37 video: x11: Fix an invalid SDL_LogError() call David Gow 2021-11-29 21:16:15 +0800
  • 3ba9276aff Don't fail the sensor init if we couldn't create a sensor manager (i.e. we're running on Wine) Sam Lantinga 2021-11-28 21:14:02 -0800
  • 6872cb12e6 null-terminate the message buffer if FormatMessage() fails Sam Lantinga 2021-11-28 21:10:46 -0800
  • b5d47aa297 Fix comment style for old compilers (///**/) Fredrick Brennan 2021-11-28 23:15:31 -0500
  • 367684b0c2 Add patches suggested by @slouken in round 1 review Fredrick Brennan 2021-11-28 22:56:24 -0500
  • 9c03d25543 Add back X11 legacy WM_NAME encodings Fredrick Brennan 2021-11-28 16:18:39 -0500
  • 72e53e4b87 wayland: Clear driverdata before calling ResetDisplayModes Ethan Lee 2021-11-28 19:25:22 -0500
  • ede73b4cfc testnativeos2.c: make its code style to match SDL2. Ozkan Sezer 2021-11-28 23:02:02 +0300
  • 942973dd86 Use mouse ID 0 for raw mouse events Sam Lantinga 2021-11-28 09:27:28 -0800
  • f1c15aa324 Tests cover the latest SDL features Sam Lantinga 2021-11-28 08:56:25 -0800
  • 976328bb0f Fixed ABI break in SDL test header Sam Lantinga 2021-11-28 08:54:18 -0800
  • dd2f91118e Fixed warnings with Windows SDK 10.0.19041 Sam Lantinga 2021-11-27 20:18:29 -0800
  • c2904c8ce7 Fixed compile warnings and errors Sam Lantinga 2021-11-27 11:16:15 -0800
  • 8f17af5e21 hidapi: mark libusb function pointers with LIBUSB_CALL. Ozkan Sezer 2021-11-27 20:56:56 +0300
  • 6c25aed419
    added hint for joysticks to stablize sixaxis & dualshock controllers (#5007) Nate River 2021-11-27 14:01:18 -0500
  • a6cbe0ab87 Controllers are always centered at zero using XInput and WGI Sam Lantinga 2021-11-27 10:58:12 -0800
  • aa1d76e829 Added a patch note about WinRT/UWP WGI support Sam Lantinga 2021-11-27 10:55:54 -0800
  • 09b7ca27d6 Get the current WGI controller list at startup Sam Lantinga 2021-11-27 10:53:20 -0800
  • 12895eca1a Fixed WGI initialization on Win32 Sam Lantinga 2021-11-27 10:52:58 -0800
  • 110e4e1334 Use WGI instead of XInput for Windows 10 UWP apps Sam Lantinga 2021-11-27 10:24:32 -0800
  • e04a0221e3 Fixed crash running SDL test programs on UWP Sam Lantinga 2021-11-27 09:36:44 -0800