index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
library_sdl.js
Age
Commit message (
Expand
)
Author
2013-03-12
make sure SDL.channelMinimumNumber is initialized; fixes SDL audio tests
Alon Zakai
2013-03-08
Added test and fixed bugs exposed by the test.
Michael Bishop
2013-03-08
Add support for `Mix_ReserveChannels`
Michael Bishop
2013-03-06
Further improvement of the full screen support:
Michael Riss
2013-03-06
- fixed formatting issues
Michael Riss
2013-03-06
Improved fullscreen functionality.
Michael Riss
2013-03-05
fix coding convention stuff
Alon Zakai
2013-03-05
Merge branch 'sd-audio' of github.com:michaeljbishop/emscripten into michaelj...
Alon Zakai
2013-02-28
simplify audio fix from last commit
Alon Zakai
2013-02-28
Make Mix_QuickLoad_RAW work again
Ehsan Akhgari
2013-02-27
Implement SDL_TEXTINPUT
Ehsan Akhgari
2013-02-26
return 0 in Mix_Init if no flags are provided; this allows |while(Mix_Init(0)...
Alon Zakai
2013-02-26
Mix_Quit
Alon Zakai
2013-02-22
Changed formatting and fixed a bug in response to Kripken's
Michael J. Bishop
2013-02-22
Added some SDL_Mixer calls:
Michael J. Bishop
2013-02-20
Mix_Init
Alon Zakai
2013-02-19
Use the copy composite operation when calling drawImage
Ehsan Akhgari
2013-02-06
option to not capture keyboard in SDL
Alon Zakai
2013-01-29
fix Mix_PlayChannel error return codes; fixes #805
Alon Zakai
2013-01-24
fix SDL_GetMouseState ; fixes #795
Alon Zakai
2013-01-23
sdl and gl error stubs
Alon Zakai
2013-01-03
fix sdl shutdown crash
Alon Zakai
2013-01-02
SDL mutex stubs
Alon Zakai
2012-12-21
merge incoming
Alon Zakai
2012-12-20
modify sdl error text
Alon Zakai
2012-12-20
SDL_SetGamma
Alon Zakai
2012-12-14
add some browser/sdl function signatures
Alon Zakai
2012-12-07
dynCall
Alon Zakai
2012-12-07
TTF_CloseFont
Alon Zakai
2012-12-07
only use typed function tables in asm_js mode
Alon Zakai
2012-11-12
zoomSurface support; fixes #673
Alon Zakai
2012-10-31
warn in SDL_CreateThread about the problem with SDL threads
Alon Zakai
2012-10-29
fix bug with locking an sdl surface not reading the canvas pixel data properl...
Alon Zakai
2012-10-29
only fire sdl unload event if there is a main loop
Alon Zakai
2012-10-17
support for SDL resize event
Alon Zakai
2012-10-04
stub for IMG_Load_RW
Alon Zakai
2012-09-26
Implemented Browser.setCanvasSize to have a central point for resizing <canvas>
LCID Fire
2012-09-06
fix mousemove workaround
Alon Zakai
2012-08-30
Use expando properties except for data- attributes
Ehsan Akhgari
2012-08-30
Fix the loop count limit
Ehsan Akhgari
2012-08-30
Work around firefox bug 782777
Ehsan Akhgari
2012-08-30
Disable the Web Audio code for now
Ehsan Akhgari
2012-08-30
Two workarounds for Firefox bugs
Ehsan Akhgari
2012-08-30
Current WebAudio experiments
Ehsan Akhgari
2012-08-30
Use the Mozilla Audio API in Mix_PlayChannel only if available
Ehsan Akhgari
2012-08-30
Iterate over the active channels instead of the audios when quitting
Ehsan Akhgari
2012-08-30
Pause the SDL music when quitting too
Ehsan Akhgari
2012-08-30
Set the dependencies of SDL_CloseAudio
Ehsan Akhgari
2012-08-30
Document the audio code in SDL
Ehsan Akhgari
2012-08-30
Pass in the channel and frequency information right before use
Ehsan Akhgari
[next]