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
2014-06-19
allow later SDL_SetVideoMode calls to not mention GL, and add GL to the flags...
Alon Zakai
2014-06-19
fire resize listener from sdl consistently each time
Alon Zakai
2014-06-18
handle grayscale images in sdl image loading no-rawData path
Alon Zakai
2014-06-16
Merge branch 'incoming' into proxyGL
Alon Zakai
2014-06-13
fire resize listeners in SDL_SetVideoMode, in workers at least
Alon Zakai
2014-06-13
trigger postMainLoop in SDL_GL_SwapBuffers (=finishing rendering a frame)
Alon Zakai
2014-06-13
Make sure newly created SDL surfaces have the clip_rect struct members popula...
Soeren Balko
2014-06-10
Rename SDL_SetEventHandler from previous commit to emscripten_SDL_SetEventHan...
Jukka Jylänki
2014-06-10
Added an additional call: `SDL_SetEventHandler()` to SDL.
Michael Bishop
2014-06-09
Add a nicer quit message when pressing Ctrl-C to abort an operation in ffdb.
Jukka Jylänki
2014-05-27
fix crash in audio code in bananabread
Alon Zakai
2014-05-21
Add a hack to SDL audio backend that lets user code to control which audio fi...
Jukka Jylänki
2014-05-21
Don't allow exceptions in SDL audio backend with Web Audio to leak and abort ...
Jukka Jylänki
2014-05-20
Implement Web Audio API playback backend to SDL Mix_* interface. This fixes h...
Jukka Jylänki
2014-05-19
Adds support for SDL Window Events with event ids:
Michael J. Bishop
2014-05-12
Merge branch 'sdl_mouse_wheel' of github.com:jechter/emscripten into incoming
1.18.1
Alon Zakai
2014-05-09
Bring back old style SDL scroll events represented as mouse buttons; Support ...
jonas echterhoff
2014-05-08
ignore touch events that do not correspond to a tracked touch; fixes BananaBr...
Alon Zakai
2014-05-08
Make scroll wheel work with SDL
jonas echterhoff
2014-04-29
revert 2ad1070/#2297 due to errors, until we figure out the right solution; s...
Alon Zakai
2014-04-23
Merge branch 'fix-SDL_GetKeyboardState-not-based-on-scanCode-bug' of github.c...
Alon Zakai
2014-04-16
fix SDL_GetKeyboardState not based on scanCode bug
Usagi Ito
2014-04-13
Implement SDL2 touch event timestamps and add a digital 0/1 pressure if no pr...
Jukka Jylänki
2014-04-13
Apply kripken's code formatting review to michaeljbishop's SDL2 touch pull re...
Jukka Jylänki
2014-04-13
Added preliminary support for the SDL2 touch api. Missing items:
Michael Bishop
2014-03-28
fix SDL bug where freeing the surface screen did not work properly
Alon Zakai
2014-03-18
Merge pull request #2241 from Noxalus/incoming
Alon Zakai
2014-03-18
Complete the list of properly supported keys
Noxalus
2014-03-17
Merge pull request #2234 from Noxalus/incoming
Alon Zakai
2014-03-17
Fix numepad 0 key and add few other keys
Noxalus
2014-03-14
Fix SDL Web Audio to work on Safari 6.0.5. That browser does not implement th...
Jukka Jylänki
2014-03-05
Allow going fullscreen in response to mousedown events
jonas echterhoff
2014-02-26
make sdl canvas copy warning a one-time thing; fixes #2167
Alon Zakai
2014-02-13
Fix Mozilla Audio Data API usage after my previous commit that added the use ...
Jukka Jylänki
2014-02-11
initialize pixel buffer inside of makeSurface for SDL_SWSURFACE
Anthony Pesch
2014-02-12
Implement SDL audio buffer queueing to use Web Audio ScriptProcessorNode in t...
Jukka Jylänki
2014-02-11
Merge branch 'incoming' of github.com:mgerhardy/emscripten into incoming
Alon Zakai
2014-02-11
refactor mouse wheel handling code to be shared across SDL, glfw, glut
Alon Zakai
2014-02-09
move emscripten_GetProcAddress to a C library, so that it is less hackish and...
1.10.3
Alon Zakai
2014-02-06
Always preventDefault() on keydown if keypress is not needed.
Boris Gjenero
2014-02-04
Improve Web Audio buffering.
Boris Gjenero
2014-02-04
lazily initialize SDL surface buffer
Anthony Pesch
2014-01-22
fix some sdl typos that error on safe heap in asm mode, and add test coverage...
Alon Zakai
2014-01-17
add missing ;s
Alon Zakai
2014-01-03
optimize main loop in SDL_UnlockSurface to avoid a branch
Alon Zakai
2014-01-03
[SDL] Actually fix SDL_UnlockSurface in IE10/IE11.
John Vilk
2014-01-03
[SDL] Fixing SDL_UnlockSurface in IE10/IE11.
John Vilk
2013-12-27
Fix missing SDL_LockSurface reference
Richard Quirk
2013-12-14
simplifies with alias
Lu Wang
2013-12-03
[SDL Audio] Refactoring Mix_LoadWAV_RW to use new FS API.
John Vilk
[next]