aboutsummaryrefslogtreecommitdiff
path: root/src/library_sdl.js
AgeCommit message (Expand)Author
2013-03-12make sure SDL.channelMinimumNumber is initialized; fixes SDL audio testsAlon Zakai
2013-03-08Added test and fixed bugs exposed by the test.Michael Bishop
2013-03-08Add support for `Mix_ReserveChannels`Michael Bishop
2013-03-06Further improvement of the full screen support:Michael Riss
2013-03-06- fixed formatting issuesMichael Riss
2013-03-06Improved fullscreen functionality.Michael Riss
2013-03-05fix coding convention stuffAlon Zakai
2013-03-05Merge branch 'sd-audio' of github.com:michaeljbishop/emscripten into michaelj...Alon Zakai
2013-02-28simplify audio fix from last commitAlon Zakai
2013-02-28Make Mix_QuickLoad_RAW work againEhsan Akhgari
2013-02-27Implement SDL_TEXTINPUTEhsan Akhgari
2013-02-26return 0 in Mix_Init if no flags are provided; this allows |while(Mix_Init(0)...Alon Zakai
2013-02-26Mix_QuitAlon Zakai
2013-02-22Changed formatting and fixed a bug in response to Kripken'sMichael J. Bishop
2013-02-22Added some SDL_Mixer calls:Michael J. Bishop
2013-02-20Mix_InitAlon Zakai
2013-02-19Use the copy composite operation when calling drawImageEhsan Akhgari
2013-02-06option to not capture keyboard in SDLAlon Zakai
2013-01-29fix Mix_PlayChannel error return codes; fixes #805Alon Zakai
2013-01-24fix SDL_GetMouseState ; fixes #795Alon Zakai
2013-01-23sdl and gl error stubsAlon Zakai
2013-01-03fix sdl shutdown crashAlon Zakai
2013-01-02SDL mutex stubsAlon Zakai
2012-12-21merge incomingAlon Zakai
2012-12-20modify sdl error textAlon Zakai
2012-12-20SDL_SetGammaAlon Zakai
2012-12-14add some browser/sdl function signaturesAlon Zakai
2012-12-07dynCallAlon Zakai
2012-12-07TTF_CloseFontAlon Zakai
2012-12-07only use typed function tables in asm_js modeAlon Zakai
2012-11-12zoomSurface support; fixes #673Alon Zakai
2012-10-31warn in SDL_CreateThread about the problem with SDL threadsAlon Zakai
2012-10-29fix bug with locking an sdl surface not reading the canvas pixel data properl...Alon Zakai
2012-10-29only fire sdl unload event if there is a main loopAlon Zakai
2012-10-17support for SDL resize eventAlon Zakai
2012-10-04stub for IMG_Load_RWAlon Zakai
2012-09-26Implemented Browser.setCanvasSize to have a central point for resizing <canvas>LCID Fire
2012-09-06fix mousemove workaroundAlon Zakai
2012-08-30Use expando properties except for data- attributesEhsan Akhgari
2012-08-30Fix the loop count limitEhsan Akhgari
2012-08-30Work around firefox bug 782777Ehsan Akhgari
2012-08-30Disable the Web Audio code for nowEhsan Akhgari
2012-08-30Two workarounds for Firefox bugsEhsan Akhgari
2012-08-30Current WebAudio experimentsEhsan Akhgari
2012-08-30Use the Mozilla Audio API in Mix_PlayChannel only if availableEhsan Akhgari
2012-08-30Iterate over the active channels instead of the audios when quittingEhsan Akhgari
2012-08-30Pause the SDL music when quitting tooEhsan Akhgari
2012-08-30Set the dependencies of SDL_CloseAudioEhsan Akhgari
2012-08-30Document the audio code in SDLEhsan Akhgari
2012-08-30Pass in the channel and frequency information right before useEhsan Akhgari