1. 03 Aug, 2011 1 commit
  2. 04 Aug, 2011 1 commit
    • Ryan C. Gordon's avatar
      Merged Mac OS X and iOS audio targets. · b2540abd
      Ryan C. Gordon authored
      --HG--
      rename : src/audio/macosx/SDL_coreaudio.c => src/audio/coreaudio/SDL_coreaudio.c
      rename : src/audio/macosx/SDL_coreaudio.h => src/audio/coreaudio/SDL_coreaudio.h
      b2540abd
  3. 26 Jul, 2011 2 commits
  4. 04 Aug, 2011 2 commits
  5. 03 Aug, 2011 1 commit
  6. 04 Aug, 2011 1 commit
  7. 22 Jul, 2011 1 commit
  8. 04 Aug, 2011 2 commits
    • Ryan C. Gordon's avatar
      Reworked Windows waveOut code. · 6bd5c1b0
      Ryan C. Gordon authored
      Implemented multi-device support, changed name to "winmm".
      
      --HG--
      rename : src/audio/windib/SDL_dibaudio.h => src/audio/winmm/SDL_winmm.h
      6bd5c1b0
    • Ryan C. Gordon's avatar
      Reworked Windows DirectSound code. · ac93bd6e
      Ryan C. Gordon authored
      Now supports multiple devices, and uses DirectSound 8 instead of 5. Changed
      name to "directsound" and renamed source directory.
      
      --HG--
      rename : src/audio/windx5/SDL_dx5audio.c => src/audio/directsound/SDL_directsound.c
      rename : src/audio/windx5/SDL_dx5audio.h => src/audio/directsound/SDL_directsound.h
      rename : src/audio/windx5/directx.h => src/audio/directsound/directx.h
      ac93bd6e
  9. 24 Jul, 2011 1 commit
  10. 23 Jul, 2011 1 commit
  11. 26 Jul, 2011 1 commit
  12. 04 Aug, 2011 1 commit
  13. 29 Jul, 2011 1 commit
  14. 27 Jul, 2011 1 commit
  15. 25 Jul, 2011 1 commit
  16. 22 Jul, 2011 2 commits
  17. 20 Jul, 2011 1 commit
  18. 18 Jul, 2011 4 commits
  19. 10 Jun, 2011 1 commit
  20. 16 Jul, 2011 3 commits
  21. 14 Jul, 2011 1 commit
  22. 06 Jul, 2011 1 commit
  23. 22 Jun, 2011 1 commit
  24. 15 Jun, 2011 1 commit
  25. 10 Jun, 2011 2 commits
  26. 12 Jun, 2011 1 commit
  27. 06 Jun, 2011 1 commit
  28. 04 Jun, 2011 1 commit
  29. 03 Jun, 2011 1 commit
  30. 22 Apr, 2011 1 commit
    • Sam Lantinga's avatar
      Clarified SDL_GetWindowSurface() documentation · b6227343
      Sam Lantinga authored
      Matthew Orlando to Sam
      
      Someone asked in IRC whether they should free the surface from SDL_GetWindowSurface. The doc comment is a bit vague so i checked the code and revised the comment.
      b6227343