Commit History

Author SHA1 Message Date
  Alex Szpakowski fb071a4cd9 Mac: Fix the menu bar not always working for non-.app-bundled apps. Fixes bug #3051. 7 years ago
  Sam Lantinga c44e741bd9 Fixed bug 3842 - fix SDL_thread.h for emx 7 years ago
  Sam Lantinga 14ed0d24c8 Fixed bug 3843 - Android missing some code in SDLHapticHandler 7 years ago
  Ryan C. Gordon 099ae43e81 audio: Fixed compiler warning on Visual Studio. 7 years ago
  Sam Lantinga 58d1c54d06 Fixed spacing 7 years ago
  Sam Lantinga 0fea9164eb Added an example for SDL_SetWindowHitTest() when you create a borderless resizable window. 7 years ago
  Sam Lantinga e763dac6dd Good bye, Visual Studio 2008 7 years ago
  Sam Lantinga 260db92cbb Added stub Steam Controller sources to Android and iOS command line builds 7 years ago
  Sam Lantinga 2fd5235145 Added stubs for simple Steam Controller support 7 years ago
  Sam Lantinga 82557750b0 Separated out SDL Android java code so audio, controller, and filesystem APIs can be used independently of the SDL activity, in Qt apps for example. 7 years ago
  Sam Lantinga 4187b3d760 Removed non-existent files 7 years ago
  Sam Lantinga 2079ec992a Removed non-existent files 7 years ago
  Sam Lantinga d828647944 Added stubs for simple Steam Controller support 7 years ago
  Sam Lantinga 53b2c91d26 Separated out SDL Android java code so audio, controller, and filesystem APIs can be used independently of the SDL activity, in Qt apps for example. 7 years ago
  Sam Lantinga ad86eff1a8 Guarded EGL code with SDL_VIDEO_OPENGL_EGL 7 years ago
  Sam Lantinga 499f928c33 borderless windows will have WM_NCCALCSIZE return 0 for the non-client area. When this happens, it looks like windows will send a resize message expanding the window client area to the previous window + chrome size, so shouldn't need to adjust the window size for the set styles. 7 years ago
  Sam Lantinga 3176a7f5e9 sdl 7 years ago
  Sam Lantinga cc023b6b81 Fixed bug 3837 - Change project settings for Xcode 9? 7 years ago
  Sam Lantinga f0111b6ac9 Added tag release-2.0.6 for changeset 8e2bab21d23b 7 years ago
  Sam Lantinga fe6b8f1c31 Fixed Mac OS X build 7 years ago
  Sam Lantinga 28602b1235 The volume was too high, clamp to SDL_MIX_MAXVOLUME 7 years ago
  Sam Lantinga 407e1693ae Fixed audio being silent on older iOS devices 7 years ago
  Sam Lantinga 12efabcbf0 Added instructions for deploying to older iOS devices (thanks Sylvain!) 7 years ago
  Sam Lantinga 5ab5c9b767 Avoid duplicate joystick axis events 7 years ago
  Sam Lantinga d74c00e67d Fixed memory leak when HAVE_ALLOCA isn't defined 7 years ago
  Mark Callow 59d17bdee0 Avoid hitting ERR_MAX_STRLEN limit. 7 years ago
  Ryan C. Gordon 6d206a7b28 audio: Stream resampling now saves some samples from previous run for padding. 7 years ago
  Brandon Schaefer 466ba57d42 [egl/mir] Need eglGetProc to find gl 4.5 core profile extensions 7 years ago
  Alex Szpakowski e5cfb58f4a iOS MoltenVK code style cleanup. 7 years ago
  Alex Szpakowski 80f9e2f199 iOS: Fix compiling using the iOS 7 SDK, partially broken since MoltenVK support was added. 7 years ago