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
2012-04-10
fix sdl pitch bug
Alon Zakai
2012-04-09
share context creation code between sdl and glut in browser
Alon Zakai
2012-04-08
getProcAddress starting to work
Alon Zakai
2012-04-08
beginning of SDL_GL_GetProcAddress
Alon Zakai
2012-04-08
only modify Module.ctx for the page canvas
Alon Zakai
2012-04-08
fix sdl pixelformat
Alon Zakai
2012-04-08
support for sdl scancodes
Alon Zakai
2012-03-31
Implement SDL_Linked_Version
David Benjamin
2012-03-30
Merge pull request #328 from ehsan/ogre_upstream
Alon Zakai
2012-03-28
Implement SDL_WasInit
Ehsan Akhgari
2012-03-27
revert red-blue flip, it fixed some stuff but broke others, need to investigate
Alon Zakai
2012-03-27
sdl music fixes
Alon Zakai
2012-03-27
SDL music stuff
Alon Zakai
2012-03-27
fix two bugs with rendering pixel data to SDL: flip R and B to match native b...
Alon Zakai
2012-03-27
audio comment
Alon Zakai
2012-03-27
set audio src to src for faster replays
Alon Zakai
2012-03-27
make sounds restart
Alon Zakai
2012-03-27
support wav and mp3 audio suffixes too
Alon Zakai
2012-03-27
support for playing audio chunks through SDL mix
Alon Zakai
2012-03-26
Merge pull request #321 from ehsan/sdlevents
Alon Zakai
2012-03-26
Merge pull request #320 from ehsan/playchannel
Alon Zakai
2012-03-26
Merge pull request #319 from ehsan/measuretext
Alon Zakai
2012-03-26
Only prevent the default action for events which could result in scrolling
Ehsan Akhgari
2012-03-26
Prevent SDL events from having their default behavior
Ehsan Akhgari
2012-03-26
Merge remote-tracking branch 'upstream/incoming' into playchannel
Ehsan Akhgari
2012-03-26
Use the correct id in Mix_PlayChannel/Mix_FreeChunk
Ehsan Akhgari
2012-03-26
Make sure that the estimated text width is an integer
Ehsan Akhgari
2012-03-26
fix SDL_BlitSurface
Alon Zakai
2012-03-25
disable some not yet ready SDL mix stuff
Alon Zakai
2012-03-25
disable alpha in font rendering
Alon Zakai
2012-03-25
fix sdl alpha
Alon Zakai
2012-03-24
handle emptry strings to TTF_Render
Alon Zakai
2012-03-24
support for rgba in sdl
Alon Zakai
2012-03-24
some sdl audio stuff
Alon Zakai
2012-03-24
misc sdl stuff
Alon Zakai
2012-03-24
properly match SDL mousebuttons to DOM buttons
Alon Zakai
2012-03-24
make mouse events relative to canvas, and at right frequency
Alon Zakai
2012-03-24
SDL mouse support and emscripten_set_main_loop
Alon Zakai
2012-03-24
fix SDL gfx rectangles
Alon Zakai
2012-03-24
sdl font and gfx additions
Alon Zakai
2012-03-23
SDL_SizeText and some refactoring
Alon Zakai
2012-03-23
optimize SDL_FillRect
Alon Zakai
2012-03-23
alter SDL scancode mask, to help older SDL apps work
Alon Zakai
2012-03-23
fix sdl keyboard input and add a test
Alon Zakai
2012-03-23
minimal support for SDL text rendering
Alon Zakai
2012-03-22
misc sdl fixes
Alon Zakai
2012-03-22
add filename and usePageCanvas to SDL surface data
Alon Zakai
2012-03-22
make SDL_Delay quit by default
Alon Zakai
2012-03-22
missing return in SDL TTF render code
Alon Zakai
2012-03-22
beginnings of rects in SDL blitting
Alon Zakai
[next]