Commit History

Author SHA1 Message Date
  Sylvain 859230ec82 Android: add AAudio entry in CMake SDL_config 3 years ago
  Sylvain d4e96e1153 Android: enable audio driver OpenSLES when building with CMake 3 years ago
  Sylvain b4f89c56c6 AAudio: add aaudio pause/resume function to android events loop 3 years ago
  Sylvain 02b1ebc9e0 Android: add openslES and AAudio compilation to CMakeLists 3 years ago
  Sylvain 146656cfe6 AAudio: add compilation to Android.mk, but not activated in SDL_config_android.h 3 years ago
  Sylvain f1fab24e35 AAudio: add bootstrap in SDL_audio.c 3 years ago
  Sylvain 04b2f5f6ec Android: add AAudio back-end, with playback and capture (see #3710) 3 years ago
  Sylvain 4118fe62fe Android: OpenSLES, explicitly initialise the global variable 'bqPlayerPlay', 3 years ago
  Ozkan Sezer babd79b8ef bump minimum required autoconf version and revise autogen.sh 3 years ago
  Ozkan Sezer 69203851dc rename PKG_CONFIG_LIBS_PRIV to PKGCONFIG_LIBS_PRIV 3 years ago
  Ozkan Sezer 197cfcaf71 ran configure.ac through autoupdate-2.69 3 years ago
  Sam Lantinga 499d31e9cd Cleanup Linux joystick code 3 years ago
  Luis Cáceres 5c78df9c23 Support key composing (i.e. dead keys) in Wayland driver (#4296) 3 years ago
  Sam Lantinga b04136e75e Fixed Xbox controller when using the default Linux gamepad mapping 3 years ago
  Sam Lantinga 1aaafc2bd8 Show the real name of the Xbox controller when using the generic mapping on Linux 3 years ago
  Paul Cercueil 1542300a89 joystick: linux: Avoid checking for gamepad mapping each frame 3 years ago
  okuoku 401f485490 cmake: Weak link with CoreHaptics 3 years ago
  Kyle Schaefer dbedaeceb3 Adding checks to see if any ASAN flags are set, if so then we set(HAVE_ASAN ON) so the infomartion output will properly list ASAN as on. 3 years ago
  Kyle Schaefer 70bd205bb1 Adding messages to output CMAKE_C_FLAGS_DEBUG and CMAKE_CXX_FLAGS_DEBUG, this way when using Debug builds you can see which debug flags are set 3 years ago
  Kyle Schaefer 320666044e Moving ASAN macros and calls to macros above the information output section so we can display ASAN information properly. 3 years ago
  Ethan Lee f88d91d596 wayland: Minor whitespace fix 3 years ago
  Ethan Lee d785dab5fd wayland: Add unscaled resolutions to the display mode list 3 years ago
  Cacodemon345 b0178fe518 KMSDRM: Report correct window position to the application 3 years ago
  Ethan Lee dfcd5fbcad wayland: Set the keymap in keyboard_handle_modifiers 3 years ago
  Sylvain e87c7940f5 Fixed bug 3829 - Don't FOURCC format for target textures 3 years ago
  Sam Lantinga 9ef0b97c6d Changes to macOS event handler to better interact with the running app 3 years ago
  Sam Lantinga 2a20cc0f1d SDL: let through a SetLED command every 5sec to deall with situations where the controller loses power when a computer is suspended 3 years ago
  Ethan Lee c59d4dcd38 wayland: Dramatically lower the timeout when reading/writing pipes 3 years ago
  Ethan Lee cf12496311 wayland: Fall back to clipboard source data if offer came up empty 3 years ago
  Ethan Lee 282c052479 wayland: Another strlen->SDL_strlen 3 years ago