Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Fix GC pauses by reusing canvas elements | |||
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 | |
Add basic touch support that translates to mouse events. | |||
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 | |
instances weren't removed when they were finished playing. | |||
2013-06-17 | Fix SDL color encoding. | Jez Ng | |
Little-endian + RGBA means that red is located at the lowest-order bits, not the highest. The hello_world_sdl test is now portable, because we no longer write to individual bytes. We also add a test for a completely blank screen, which should be black, not red. Closes #1287, #761, #765. | |||
2013-06-17 | Merge pull request #1283 from juj/SDL_CreateRGBSurfaceFrom | Alon Zakai | |
Don't throw when SDL_CreateRGBSurfaceFrom is called, but at least give a... | |||
2013-06-16 | Merge pull request #1282 from juj/sdl_addtimer | Alon Zakai | |
Fix SDL_AddTimer dyncall signature. The timer callback is of form 'typed... | |||
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 ↵ | Jukka Jylänki | |
uninitialized surface. | |||
2013-06-13 | Fix SDL_AddTimer dyncall signature. The timer callback is of form 'typedef ↵ | Jukka Jylänki | |
Uint32 (SDLCALL * SDL_TimerCallback) (Uint32 interval, void *param);'. | |||
2013-06-08 | - Fix for mod property of SDL key events | Anthony Pesch | |
- Added misc SDL functions (SDL_GetKeyName, SDL_GetAppState, SDL_SetGammaRamp) - Added modifiers to test_sdl_key | |||
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 ↵ | James Gregory | |
is the only value for the loop argument that does not cause looping on Mix_PlayMusic. Update Emscripten's implementation to respect this. | |||
2013-05-16 | fix test_sdl_alloctext | Alon Zakai | |
2013-05-14 | * Switch to using offscren canvas for TTF size estimation in SDL | James Gregory | |
* use the actual font the user asked for. | |||
2013-05-13 | use Browser mouse calculations in glut | Alon Zakai | |
2013-05-13 | refactor mouse movement handling from SDL into Browser | Alon Zakai | |
2013-05-09 | misc sdl fixes to pull #1146 | Alon Zakai | |
2013-05-07 | * SDL_GL_ExtensionSupported: fixed integer value | Martin Gerhardy | |
* added myself to the AUTHORS file | |||
2013-05-07 | * more SDL2 stuff | Martin Gerhardy | |
2013-05-07 | * some SDL2 stuff | Martin Gerhardy | |
2013-05-02 | fix SDL.keyboardState size to add safe buffer zone | Alon Zakai | |
2013-05-01 | unpress keys when losing focus | Alon Zakai | |
2013-05-01 | preparation for key releasing when losing focus in SDL | Alon Zakai | |
2013-03-30 | Support rotozoomSurface | Felix H. Dahlke | |
2013-03-20 | fix indentation | Alon Zakai | |
2013-03-19 | Make SDL handle the case where canvas backbuffer and canvas CSS element are ↵ | Vladimir Vukicevic | |
not the same size | |||
2013-03-17 | optimize SDL.offsets | Alon Zakai | |
2013-03-17 | Fix offsets for canvas | Aleksander Guryanov | |
2013-03-12 | make sure SDL.channelMinimumNumber is initialized; fixes SDL audio tests | Alon Zakai | |