- 23 Aug, 2011 2 commits
-
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
This is a pointer on Mac OS X, so it risked losing data in 64-bit builds.
-
- 17 Aug, 2011 1 commit
-
-
Kees Bakker authored
--HG-- extra : rebase_source : 9f436d0751280968fb49307fb522b0d6c72d4409
-
- 23 Aug, 2011 1 commit
-
-
Ryan C. Gordon authored
-
- 22 Aug, 2011 7 commits
-
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
It was being set to (mask|value) instead of (value). Thanks to li zhuo for the bug report!
-
Ryan C. Gordon authored
Revision 6 of the GLX_EXT_swap_control spec has a typo; the function signature they list is void, but the docs talk about a return value, and the glxext.h headers list "int".
-
- 21 Aug, 2011 4 commits
-
-
Ryan C. Gordon authored
Fixes Bugzilla #1282.
-
Ryan C. Gordon authored
Fixes Bugzilla #1254. Thanks to Thilo Schulz for the patch!
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
--HG-- extra : rebase_source : a461903e0d9d4334a29cb0c9848a36f268d8f0e6
-
- 18 Aug, 2011 1 commit
-
-
Kees Bakker authored
-
- 15 Aug, 2011 2 commits
-
-
Ryan C. Gordon authored
-
Sam Lantinga authored
This is a memory leak, but we don't have a good place to free the icon surface a the moment.
-
- 14 Aug, 2011 2 commits
-
-
Sam Lantinga authored
-
Sam Lantinga authored
-
- 06 Aug, 2011 2 commits
-
-
Ryan C. Gordon authored
-
Sam Lantinga authored
-
- 05 Aug, 2011 3 commits
-
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
(Grumble grumble, should have tested better after all the history editing...)
-
- 04 Aug, 2011 2 commits
-
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
-
- 03 Aug, 2011 1 commit
-
-
Ryan C. Gordon authored
-
- 04 Aug, 2011 1 commit
-
-
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
-
- 26 Jul, 2011 2 commits
-
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
-
- 04 Aug, 2011 2 commits
-
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
-
- 03 Aug, 2011 1 commit
-
-
Ryan C. Gordon authored
-
- 04 Aug, 2011 1 commit
-
-
Ryan C. Gordon authored
-
- 22 Jul, 2011 1 commit
-
-
Ryan C. Gordon authored
-
- 04 Aug, 2011 2 commits
-
-
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
-
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
-
- 24 Jul, 2011 1 commit
-
-
Ryan C. Gordon authored
-
- 23 Jul, 2011 1 commit
-
-
Ryan C. Gordon authored
-