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-07-31
support for stb-image
Alon Zakai
2013-07-26
Merge pull request #1393 from fhd/sdl-surface-refcount
Alon Zakai
2013-07-25
Don't leak the last surface and improve SDL_surface refcount test
Felix H. Dahlke
2013-07-24
Merge pull request #1386 from michaeljbishop/sdl_rwops
Alon Zakai
2013-07-22
Made getMimetype() a public method of the Browser module and used it
Michael J. Bishop
2013-07-22
Added mime type information to SDL_rwops in `SDL_RWFromFile` as a hint
Michael J. Bishop
2013-07-19
Formatting cleanup.
Michael J. Bishop
2013-07-19
handle out param in SDL_GetKeyboardState; fixes #1404
Alon Zakai
2013-07-17
Fix SDL_surface refcount test and initialise refcount to 1
Felix H. Dahlke
2013-07-17
Implement SDL_Surface refcounting
Felix H. Dahlke
2013-07-15
Made sure that `IMG_Load_RW` is also aware that it should receive
Michael J. Bishop
2013-07-15
Updated with kripken's suggestions.
Michael J. Bishop
2013-07-15
Merge pull request #1385 from fhd/zoom-if-360
Alon Zakai
2013-07-15
Added support for loading .ogg audio files using a combination of
Michael J. Bishop
2013-07-16
Just zoom the surface if the angle is divisible by 360
Felix H. Dahlke
2013-07-16
Implement TTF_FontHeight
Felix H. Dahlke
2013-07-12
only push proper canvases to canvas pool
Alon Zakai
2013-07-11
Merge pull request #1354 from fhd/fix-gc-pauses
Alon Zakai
2013-07-11
Add missing braces
Felix H. Dahlke
2013-07-11
Document canvasPool
Felix H. Dahlke
2013-07-10
Merge pull request #1363 from dtc/sdl-touch
Alon Zakai
2013-07-11
Update the AUTHORS file, and address some code style issues.
Douglas T. Crosher
2013-07-10
Add comment.
Jez Ng
2013-07-10
Cast signedness in library_SDL functions.
Jez Ng
2013-07-10
Wrap gfx helpers in a $SDL_gfx object.
Jez Ng
2013-07-10
Add (failing) test for gfx primitives.
Jez Ng
2013-07-10
Avoid noisy error logs.
Jez Ng
2013-07-10
Add workaround for FF.
Jez Ng
2013-07-10
Implement ellipse drawing and refactor rect code.
Jez Ng
2013-07-10
Fix negative surface zooming.
Jez Ng
2013-07-10
Add basic touch support that translates to mouse events.
Douglas T. Crosher
2013-07-09
Bunch of changes to support Syobon Action.
Jez Ng
2013-07-08
Fix GC pauses by reusing canvas elements
Felix H. Dahlke
2013-06-24
Removed unnecessary "audio.paused = " statements.
Michael J. Bishop
2013-06-19
Fixed error where SDL_Mixer would run out of channels because sound
Michael J. Bishop
2013-06-17
Fix SDL color encoding.
Jez Ng
2013-06-17
Merge pull request #1283 from juj/SDL_CreateRGBSurfaceFrom
Alon Zakai
2013-06-16
Merge pull request #1282 from juj/sdl_addtimer
Alon Zakai
2013-06-13
Add no-op SDL_WM_SetIcon.
Jukka Jylänki
2013-06-13
Don't throw when SDL_CreateRGBSurfaceFrom is called, but at least give an uni...
Jukka Jylänki
2013-06-13
Fix 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 events
Anthony Pesch
2013-06-07
better erroring in SDL_Delay; issue #1255
Alon Zakai
2013-06-05
sdl fixes; fixes #1251
Alon Zakai
2013-06-05
return the best we can from SDL_OpenAudio, fixes #1253
Alon Zakai
2013-05-29
Free old surface before creating new one
Anthony Pesch
2013-05-22
do not call code-running callbacks if ABORTing; fixes #1191
Alon Zakai
2013-05-20
Make looping behavior on effects match background music.
James Gregory
2013-05-20
According to http://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.pdf, 0 i...
James Gregory
2013-05-16
fix test_sdl_alloctext
Alon Zakai
[next]