aboutsummaryrefslogtreecommitdiff
path: root/src/library_sdl.js
AgeCommit message (Expand)Author
2013-06-17Fix SDL color encoding.Jez Ng
2013-06-17Merge pull request #1283 from juj/SDL_CreateRGBSurfaceFromAlon Zakai
2013-06-16Merge pull request #1282 from juj/sdl_addtimerAlon Zakai
2013-06-13Add no-op SDL_WM_SetIcon.Jukka Jylänki
2013-06-13Don't throw when SDL_CreateRGBSurfaceFrom is called, but at least give an uni...Jukka Jylänki
2013-06-13Fix SDL_AddTimer dyncall signature. The timer callback is of form 'typedef Ui...Jukka Jylänki
2013-06-08 - Fix for mod property of SDL key eventsAnthony Pesch
2013-06-07better erroring in SDL_Delay; issue #1255Alon Zakai
2013-06-05sdl fixes; fixes #1251Alon Zakai
2013-06-05return the best we can from SDL_OpenAudio, fixes #1253Alon Zakai
2013-05-29Free old surface before creating new oneAnthony Pesch
2013-05-22do not call code-running callbacks if ABORTing; fixes #1191Alon Zakai
2013-05-20Make looping behavior on effects match background music.James Gregory
2013-05-20According to http://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.pdf, 0 i...James Gregory
2013-05-16fix test_sdl_alloctextAlon Zakai
2013-05-14* Switch to using offscren canvas for TTF size estimation in SDLJames Gregory
2013-05-13use Browser mouse calculations in glutAlon Zakai
2013-05-13refactor mouse movement handling from SDL into BrowserAlon Zakai
2013-05-09misc sdl fixes to pull #1146Alon Zakai
2013-05-07* SDL_GL_ExtensionSupported: fixed integer valueMartin Gerhardy
2013-05-07* more SDL2 stuffMartin Gerhardy
2013-05-07* some SDL2 stuffMartin Gerhardy
2013-05-02fix SDL.keyboardState size to add safe buffer zoneAlon Zakai
2013-05-01unpress keys when losing focusAlon Zakai
2013-05-01preparation for key releasing when losing focus in SDLAlon Zakai
2013-03-30Support rotozoomSurfaceFelix H. Dahlke
2013-03-20fix indentationAlon Zakai
2013-03-19Make SDL handle the case where canvas backbuffer and canvas CSS element are n...Vladimir Vukicevic
2013-03-17optimize SDL.offsetsAlon Zakai
2013-03-17Fix offsets for canvasAleksander Guryanov
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