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-06-08
optimize SDL_SetColors
Alon Zakai
2012-06-01
properly fix bug with holding mouse down while exiting canvas
Alon Zakai
2012-05-31
fix minus keybinding
Alon Zakai
2012-05-31
disable mouse unpressing on mouse exit, til we figure out the bugginess
Alon Zakai
2012-05-31
un-press all mouse buttons when the mouse leaves the canvas, prevents bug wit...
Alon Zakai
2012-05-30
Add sdl functions: 'SDL_UpdateRects', 'SDL_GetKeyState'
Aleksander Guryanov
2012-05-29
Add missing sdl functions (SDL_VideoModeOK SDL_VideoDriverName SDL_QuitSubSys...
Aleksander Guryanov
2012-05-22
Save the state of the mouse button as we're creating a C event for it
Ehsan Akhgari
2012-05-22
Fix the SDL mouse motion events
Ehsan Akhgari
2012-05-18
sdl backtick
Alon Zakai
2012-05-15
Fix IMG_Load to work with absolute paths
Ehsan Akhgari
2012-05-10
remove dupe
Alon Zakai
2012-05-05
fix movementX|Y workaround with closure
Alon Zakai
2012-05-05
make sdl event handling work in closure, and add testing
Alon Zakai
2012-05-05
refactor gl code for closure compiler, and add more testing
Alon Zakai
2012-05-05
rename Browser.getAsyncCall to Runtime.getFuncWrapper
Alon Zakai
2012-05-04
closure fix
Alon Zakai
2012-05-04
support for SDL channels and channelFinished
Alon Zakai
2012-05-03
more audio stubs
Alon Zakai
2012-05-03
stub for Mix_FadingChannel
Alon Zakai
2012-05-03
SDL_GetModState
Alon Zakai
2012-05-03
add period and comma to sdl keys
Alon Zakai
2012-05-01
correct mouse wheel directions
Alon Zakai
2012-04-30
show missing preloaded image/audio files only once
Alon Zakai
2012-04-29
support mouse wheel events
Alon Zakai
2012-04-29
add unicode output in sdl key events
Alon Zakai
2012-04-29
add slash to dom=>sdl bindings
Alon Zakai
2012-04-29
support for fullscreen and pointer lock, and prevent oom from sdl event queue...
Alon Zakai
2012-04-24
IMG_Init
Alon Zakai
2012-04-22
fix sdl key stuff and more more support
Alon Zakai
2012-04-22
more sdl keys
Alon Zakai
2012-04-21
support SDL_LoadBMP_RW
Alon Zakai
2012-04-19
disable bugger SDL_WarpMouse for now
Alon Zakai
2012-04-18
Mix_CloseAudio
Alon Zakai
2012-04-18
SDL_WarpMouse
Alon Zakai
2012-04-17
some support for SDL_PeepEvents
Alon Zakai
2012-04-17
do not abort on missing preloading audio and images, just warn
Alon Zakai
2012-04-17
add some SDL audio stubs
Alon Zakai
2012-04-14
copy to pixels in SDL_Blit as well, and warn
Alon Zakai
2012-04-14
take note of rgba masks when creating sdl surfaces
Alon Zakai
2012-04-14
retrieve pixel data from IMG_Load, for maximum compatibility
Alon Zakai
2012-04-13
sdl pageup/down
Alon Zakai
2012-04-13
optimize LockSurface
Alon Zakai
2012-04-13
return 0 in SDL_LockSurface
Alon Zakai
2012-04-13
Make SDL functions depend on
Ehsan Akhgari
2012-04-12
SDL_LoadBMP
Alon Zakai
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
[next]