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-11-04
Give names to most manually assigned functions in the .js files, in form "var...
Jukka Jylänki
2013-10-30
add some more sdl scancodes
Alon Zakai
2013-10-31
Fix handling of backspace SDL scancode.
Bruce Mitchener
2013-10-24
map depth and stencil buffers activation from SDL to WebGL
Antoine Lambert
2013-10-23
Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size th...
Jukka Jylänki
2013-10-16
Merge branch 'antialiasing' of github.com:wsmind/emscripten into incoming
Alon Zakai
2013-10-14
Minor fixes and improvements
Remi Papillie
2013-10-14
Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incoming
Alon Zakai
2013-10-13
Implemented MSAA for SDL.
Remi Papillie
2013-10-13
Implemented SDL_GL_SetAttribute and SDL_GL_GetAttribute.
Remi Papillie
2013-10-03
Make SDL_rotozoomSurface rotate into the correct direction
Felix H. Dahlke
2013-10-01
fix C_STRUCT usage in sdl
Alon Zakai
2013-09-30
Merge branch 'incoming' of github.com:ngld/emscripten into incoming
1.6.4
Alon Zakai
2013-09-25
Replace references to QUANTUM_SIZE with C_STRUCTS equivalents.
ngld
2013-09-24
Fix entire surface alpha blending with SDL_SetAlpha
Richard Quirk
2013-09-24
Hide logging in Web Audio intended mostly for debugging.
Jukka Jylänki
2013-09-24
Fix bug where resuming SDL audio multiple times could cause multiple audio ev...
Jukka Jylänki
2013-09-24
Document Mozilla Audio Data API is used as a workaround.
Jukka Jylänki
2013-09-24
Adjust SDL Web Audio API backend to make it work on Firefox nightly. Note tha...
Jukka Jylänki
2013-09-24
Explicitly disconnect generated audio buffers with Web Audio API to guarantee...
Jukka Jylänki
2013-09-24
Fix audio callback overflow problems by avoiding using Browser.safeSetTimeout...
Jukka Jylänki
2013-09-24
Improve the Web Audio callback buffer scheduling logic to stay ahead of buffe...
Jukka Jylänki
2013-09-24
Fix reporting of silence parameter in SDL audio api.
Jukka Jylänki
2013-09-24
Fix closure issues with Web Audio support in SDL.
Jukka Jylänki
2013-09-24
Improve SDL_OpenAudio support to work with the newest Web Audio API spec, add...
Jukka Jylänki
2013-09-24
Switched to single quotes for consistency.
ILOVEPIE
2013-09-24
Fixed some stuff I forgot to change.
ILOVEPIE
2013-09-24
Rewritten with audioBuffers
ILOVEPIE
2013-09-24
Made the WebAudioAPI support slightly more efficient by removing some unneces...
ILOVEPIE
2013-09-24
Added WebAudioAPI output to mixer code
ILOVEPIE
2013-09-17
Updated library_sdl.js
ngld
2013-09-13
tolerate SDL_Delay in workers
Alon Zakai
2013-09-11
listen to blur on the window, not the document, so chrome works
Alon Zakai
2013-09-10
remove no longer necessary preventDefault
Alon Zakai
2013-09-10
fix preventDefault being called after event has been replaced
Alon Zakai
2013-09-07
when Module.screenIsReadOnly is set, do not constantly read the SDL screen pi...
Alon Zakai
2013-09-07
some sdl additions
Alon Zakai
2013-09-01
misc in.h and SDL joystick stubs
Anthony Pesch
2013-08-27
Merge pull request #1564 from inolen/sdl_fullscreen_fix
Alon Zakai
2013-08-27
support SDL_WM_ToggleFullScreen when initiated by key input
Anthony Pesch
2013-08-26
Merge pull request #1507 from ToadKing/sdl-alpha-keys
Alon Zakai
2013-08-19
Merge pull request #1524 from inolen/sdl_unicode
Alon Zakai
2013-08-16
capture charCode field of keypress events to backfill keydown events
Anthony Pesch
2013-08-16
simplify and automate GetProcAddress logic, and move it out of GL emulation
Alon Zakai
2013-08-14
Merge pull request #1517 from inolen/sdl_surface_size
Alon Zakai
2013-08-14
fixed SDL_Surface struct size
Anthony Pesch
2013-08-14
added SDL_AudioDriverName
Anthony Pesch
2013-08-12
fix alpha keycodes in handleEvent
ToadKing
2013-08-12
split out handling SDL events from making C events for them, to make SDL_Pump...
Alon Zakai
2013-08-08
converted Object.defineProperty calls to use Object.defineProperties in order...
Anthony Pesch
[next]