Commit Graph

  • 4eadd147cd audio: pipewire: Fix outdated comment Frank Praznik 2021-02-25 14:00:23 -05:00
  • cd56f1b346 audio: pipewire: Use "rear" designation for rear channels Frank Praznik 2021-02-24 14:36:58 -05:00
  • adc0a931dd audio: Move Pipewire bootstrap after Jack Frank Praznik 2021-02-24 14:08:08 -05:00
  • 21adec93b9 audio: pipewire: Make enumeration structure and function names more descriptive Frank Praznik 2021-02-24 12:02:54 -05:00
  • a07f543436 audio: pipewire: Report default devices first Frank Praznik 2021-02-21 13:24:20 -05:00
  • 9afd7570d6 audio: pipewire: Always buffer source audio Frank Praznik 2021-02-20 13:33:12 -05:00
  • 106dc009ac audio: pipewire: Pass proper parameter to user audio callback Frank Praznik 2021-02-19 17:18:36 -05:00
  • f3ebbc06d3 audio: pipewire: Retrieve the channel count and default sample rate for sinks/sources Frank Praznik 2021-02-19 16:02:20 -05:00
  • 2f0b99a774 audio: Add Pipewire playback/capture sink Frank Praznik 2021-02-13 11:56:05 -05:00
  • 57a927e8d7 wayland: Explicitly set min/max size for xdg-shell Ethan Lee 2021-02-12 14:27:58 -05:00
  • 33598563b3 Fix coding style Cacodemon345 2021-02-26 23:21:25 +06:00
  • 69a600b00e Implement requested changes Cacodemon345 2021-02-26 22:24:48 +06:00
  • 0e35f0be1f Fix KMSDRM-related warnings Cacodemon345 2021-02-26 21:43:36 +06:00
  • dfa64eadd3 KMSDRM: Add hint to enable the backend without DRM master Cameron Gutman 2021-02-25 19:22:31 -06:00
  • 8c5b7af2d2 Wayland: Fix mouse pointer hiding on Plasma Wayland Cameron Gutman 2021-02-25 19:30:47 -06:00
  • d2d834b990 KMSDRM: Add gamma support Cacodemon345 2021-02-25 15:21:59 +06:00
  • 72f7a10cef disable pixman ARM blitters for __aarch64__ | _M_ARM64 Ozkan Sezer 2021-02-25 19:40:28 +03:00
  • 2f4e9294aa Update the Linux build instructions Cameron Cawley 2021-02-25 14:09:07 +00:00
  • e561ce3a75 SDL_cpuinfo.c: replaced gcc i386 checks with __i386__ . Ozkan Sezer 2021-02-25 01:40:02 +03:00
  • 55a385a333 removed a useless restriction from Watcom version of SDL_Swap32() Ozkan Sezer 2021-02-24 20:03:50 +03:00
  • b8d2185277 added Watcom i386 inline asm for SDL_Swap64() Ozkan Sezer 2021-02-23 17:37:20 +03:00
  • c287087fcc Only change joystick->nbuttons for Joy-Cons, since they're the only ones that have these "paddles" JibbSmart 2021-02-23 09:26:03 +08:00
  • ee52624f95 Switch Joy-Con SL and SR buttons are now mapped to matching paddle positions so that all buttons can be accessed when using SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS JibbSmart 2021-02-22 17:23:13 +08:00
  • 7a2b6f331b Guard Inotify stuff with macro Mathieu Eyraud 2021-02-22 13:32:42 +01:00
  • 8481229ff7 Fix error handling in KMSDRM_AddDisplay Mathieu Eyraud 2021-02-22 15:00:52 +01:00
  • 2df9c15e96 Fix memory leak in KMSDRM_Vulkan_CreateSurface Mathieu Eyraud 2021-02-22 14:51:42 +01:00
  • b3498a5dc2 make SDL_syswm.h work with apple's older gcc versions Ozkan Sezer 2021-02-22 15:50:02 +03:00
  • bb76edf3d7 fix permissions of a few files Ozkan Sezer 2021-02-22 15:44:32 +03:00
  • 844d5e3ed3 Fix memory leak in ConnectSensor Mathieu Eyraud 2021-02-21 11:54:50 +01:00
  • 557aa140e8 CI: fixed branch name Martin Gerhardy 2021-02-21 14:18:09 +01:00
  • f63e827efa DOCS: group the markdown Martin Gerhardy 2021-02-21 14:16:49 +01:00
  • 306e808da1 CI: added github pages build job Martin Gerhardy 2021-02-21 14:02:30 +01:00
  • 5d266e9bba CI: added github actions Martin Gerhardy 2021-02-21 13:57:38 +01:00
  • 11cb53d2a5 [KMSDRM] Add missing break and modify comments. Vanfanel 2021-02-21 23:28:49 +01:00
  • 9172e413ad [KMSDRM] Fix intermitent bug in Vulkan initialization on Raspberry Pi 4. Vanfanel 2021-02-21 22:57:22 +01:00
  • 1a17ab30e1 Added mappings for popular controllers on Chromebooks Sam Lantinga 2021-02-21 11:03:26 -08:00
  • f5e9c5b7e0 Chromebooks support relative mouse motion now Sam Lantinga 2021-02-21 11:03:25 -08:00
  • db58166e9b joystick: hidapi: Properly include <unistd.h> when inotify not available David Gow 2021-02-21 17:28:08 +08:00
  • 360740ac76 correct dynapi Amir 2021-02-19 18:07:53 +03:00
  • 5696582e1d add SDL_AndroidShowToast for https://developer.android.com/reference/android/widget/Toast Amir 2021-02-19 14:22:31 +03:00
  • 1a924bc0bb add SDL_AndroidShowToast for https://developer.android.com/reference/android/widget/Toast Amir 2021-02-19 12:54:57 +03:00
  • 8d43f45a7b Don't use udev for joystick enumeration if running in a container Ludovico de Nittis 2021-02-16 14:13:30 +01:00
  • 2c3269152a Use inotify for HIDAPI joystick enumeration if not using udev Ludovico de Nittis 2021-02-16 12:39:48 +01:00
  • b17242bf98 Allow libudev for HIDAPI joystick to be disabled at runtime Ludovico de Nittis 2021-02-16 11:50:20 +01:00
  • 0052339b66 Move handleURLEvent setEventHandler to init Jay 2021-02-20 19:53:44 +00:00
  • 42607909a0 Remove devices from the list after they've been disconnected due to read errors. Sam Lantinga 2021-02-20 22:51:57 -08:00
  • 08547adb52 pulseaudio: Add "zerocopy" playback path Oschowa 2021-02-20 09:28:03 +01:00
  • a29fe29296 configury: replace host checks against *-*-mingw32* with *-*-mingw* Ozkan Sezer 2021-02-18 20:10:50 +03:00
  • c4b7e485af docs: README.md points to Discourse instead of the mailing list now. Ryan C. Gordon 2021-02-18 11:09:52 -05:00
  • abe2c0f1b1 license: Fixed references to COPYING.txt that are now LICENSE.txt. Ryan C. Gordon 2021-02-18 11:06:44 -05:00
  • ef85ed9352 pulseaudio: Initialize fragsize to fix mic recording Romain Roffé 2021-02-17 20:53:35 +01:00
  • 0a58010c0d Fix README-kmsbsd.md Markdown display Cacodemon345 2021-02-16 10:41:33 +06:00
  • ffce58a30c license: Fixing the license file to be correctly scooped up by Github automation Erik Yuzwa 2021-02-17 11:08:13 -07:00
  • e4a81a98a0 [KMSDRM] Correct indentation. Vanfanel 2021-02-17 12:06:29 +01:00
  • d79bc0015e Update the .gitignore file Cameron Cawley 2021-02-16 22:36:07 +00:00
  • 9323cd51f0 Check for ARM SIMD in testplatform Cameron Cawley 2021-02-16 18:14:13 +00:00
  • 98bf79cff1 Minor improvements for CPU detection on ARM Cameron Cawley 2021-02-16 18:13:15 +00:00
  • 4aa2e74844 Add Xbox Controller S entry to gamecontrollerdb Matt Borgerson 2021-02-16 10:20:29 -07:00
  • 350e0ae1fd Add documentation for KMSDRM on *BSDs Cacodemon345 2021-02-15 23:49:57 +06:00
  • f2a2d0c696 SDL_render_d3d.c: fix build with SDL_LEAN_AND_MEAN Ozkan Sezer 2021-02-15 22:56:20 +03:00
  • bd4277ee39 fixed make dist (VisualC.html went bye bye..) Ozkan Sezer 2021-02-15 20:10:50 +03:00
  • 09231c42ea Fix flags check in test code Alex Szpakowski 2021-02-15 11:51:00 -04:00
  • 9b9d0d484d mac/iOS: allow Metal in windows created without an explicit backend Alex Szpakowski 2021-02-15 11:49:09 -04:00
  • 9c1871c144 update path to visualc README erik yuzwa 2021-02-14 19:17:58 -07:00
  • 92506462e2 update some copy erik yuzwa 2021-02-14 17:12:39 -07:00
  • be17004e67 updated some notes around using a newer IDE erik yuzwa 2021-02-14 17:03:14 -07:00
  • 7f1b833373 initial work erik yuzwa 2021-02-14 16:48:29 -07:00
  • a2fbc452ca replace i386 checks with __i386__ Ozkan Sezer 2021-02-15 03:02:32 +03:00
  • cf15faae68 Change "memset" to "SDL_zero" Cacodemon345 2021-02-14 14:24:38 +06:00
  • c5f9e061b5 Disable FreeBSD console mouse when initializing evdev input Enable it again after quitting evdev input. Cacodemon345 2021-02-14 13:13:34 +06:00
  • d4d32833f4 macOS: Fix Xcode project when deployment target is > 10.7 Alex Szpakowski 2021-02-14 11:30:22 -04:00
  • b34d92bf37 further .gitignore updates Ozkan Sezer 2021-02-14 11:56:40 +03:00
  • 0d92507d71 regenerated configure Ozkan Sezer 2021-02-14 11:55:50 +03:00
  • 2faa478325 further .gitignore updates Ozkan Sezer 2021-02-14 11:55:24 +03:00
  • a6388cf2ca Add the usual "vi" comment to the end of pre-push-hook. Ryan C. Gordon 2021-02-13 23:02:26 -05:00
  • 3da58b47f6 Fix errors with fallback impls of SDL_isxdigit() and SDL_ispunct() Misa 2021-02-13 15:11:40 -08:00
  • fe6f62e6ce Add ALIAS targets to all installed SDL2 targets This provides a linking interface that matches the one available when find_package() is used, by aliasing all of SDL's public targets into the SDL2:: namespace. Thus, dependees link to the same-named targets regardless of how SDL was acquired. This approach permits the use of wrappers around CMake's FetchContent API such as https://github.com/cpm-cmake/CPM.cmake Joshua Saxby 2021-02-10 15:17:02 +00:00
  • dfe219ec71 Add all missing "is characteristic" stdlib functions Misa 2021-02-13 11:21:19 -08:00
  • 88f1c2c1b0 Replace "echo -en" with "printf" in autoconf script Cacodemon345 2021-02-14 00:42:37 +06:00
  • 67a9d6ba98 updates to .gitignore Ozkan Sezer 2021-02-13 20:50:24 +03:00
  • 3937eefcfb a draft for a pull_request template erik yuzwa 2021-02-12 19:43:32 -07:00
  • 1a48ca666f emscripten: Create directory recursively in GetPrefPath Charlie Birks 2021-02-04 16:20:54 +00:00
  • fa367cdd5c emscripten: Fix alt key being a nav key Stephan Vedder 2020-11-24 10:56:50 +01:00
  • 20be1d634b emscripten: Automatically resume audio contexts Alon Zakai 2020-07-15 09:13:03 -07:00
  • edaf3f9c9c emscripten: Extend the "nav key" blacklist Charlie Birks 2020-04-21 15:02:06 +01:00
  • 82a96afa70 Update wiki.libsdl.org urls to libsdl-org/SDL/wiki (#4069) Erik Yuzwa 2021-02-13 09:49:31 -07:00
  • 5cbe62eac0 ignore vs2019 meta folder erik yuzwa 2021-02-12 19:28:57 -07:00
  • 9f71a809e9 Rename .hgignore to .gitignore Cameron Cawley 2021-02-12 22:01:29 +00:00
  • a99eec7751 wayland: Minor whitespace fix Ethan Lee 2021-02-12 14:31:43 -05:00
  • 0e9fd0f8bb Added a script that can be used to show commit URLs during a git push. Ryan C. Gordon 2021-02-12 17:12:56 -05:00
  • 65fbf36c9e Cleaned up a few more Bugzilla mentions. Ryan C. Gordon 2021-02-12 14:46:49 -05:00
  • 60a99b0b59 BUGS.txt now points to GitHub Issues instead of bugzilla.libsdl.org. Ryan C. Gordon 2021-02-12 14:41:11 -05:00
  • 4ff51d29c3 Deprecate SDL_GetRevisionNumber and update things for git instead of hg. Ryan C. Gordon 2021-02-12 14:15:29 -05:00
  • ee25a1e6e2 The revision defaults to the empty string Sam Lantinga 2021-02-12 08:54:08 -08:00
  • 9deffcd325 Updated the revision header with git revision Sam Lantinga 2021-02-12 08:50:16 -08:00
  • 39153f81b9 add Linux mapping for Ipega PG-9087S, closes #3783 soredake 2021-02-11 09:37:58 +02:00
  • f443a6fc7a Fix format string warnings for width-based integers Jay Petacat 2021-02-11 02:05:02 -05:00
  • 5427f4861b Added support for trigger rumble for all Microsoft Xbox One controllers Sam Lantinga 2021-02-11 17:28:07 -08:00
  • 1f7ec3fa4e Added support for the PowerA Xbox One Series X Wired Controller Sam Lantinga 2021-02-11 17:27:22 -08:00
  • f9046b4cab We're in Git now! Updated docs. Ryan C. Gordon 2021-02-11 17:35:42 -05:00