aboutsummaryrefslogtreecommitdiff
path: root/src/library_sdl.js
AgeCommit message (Expand)Author
2013-09-11listen to blur on the window, not the document, so chrome worksAlon Zakai
2013-09-10remove no longer necessary preventDefaultAlon Zakai
2013-09-10fix preventDefault being called after event has been replacedAlon Zakai
2013-09-07when Module.screenIsReadOnly is set, do not constantly read the SDL screen pi...Alon Zakai
2013-09-07some sdl additionsAlon Zakai
2013-09-01misc in.h and SDL joystick stubsAnthony Pesch
2013-08-27Merge pull request #1564 from inolen/sdl_fullscreen_fixAlon Zakai
2013-08-27support SDL_WM_ToggleFullScreen when initiated by key inputAnthony Pesch
2013-08-26Merge pull request #1507 from ToadKing/sdl-alpha-keysAlon Zakai
2013-08-19Merge pull request #1524 from inolen/sdl_unicodeAlon Zakai
2013-08-16capture charCode field of keypress events to backfill keydown eventsAnthony Pesch
2013-08-16simplify and automate GetProcAddress logic, and move it out of GL emulationAlon Zakai
2013-08-14Merge pull request #1517 from inolen/sdl_surface_sizeAlon Zakai
2013-08-14fixed SDL_Surface struct sizeAnthony Pesch
2013-08-14added SDL_AudioDriverNameAnthony Pesch
2013-08-12fix alpha keycodes in handleEventToadKing
2013-08-12split out handling SDL events from making C events for them, to make SDL_Pump...Alon Zakai
2013-08-08converted Object.defineProperty calls to use Object.defineProperties in order...Anthony Pesch
2013-08-08Merge pull request #1470 from inolen/preload_path_fixesAlon Zakai
2013-08-07updated bad function formattingAnthony Pesch
2013-08-06store preloaded images by their absolute pathAnthony Pesch
2013-07-31support for stb-imageAlon Zakai
2013-07-26Merge pull request #1393 from fhd/sdl-surface-refcountAlon Zakai
2013-07-25Don't leak the last surface and improve SDL_surface refcount testFelix H. Dahlke
2013-07-24Merge pull request #1386 from michaeljbishop/sdl_rwopsAlon Zakai
2013-07-22Made getMimetype() a public method of the Browser module and used itMichael J. Bishop
2013-07-22Added mime type information to SDL_rwops in `SDL_RWFromFile` as a hintMichael J. Bishop
2013-07-19Formatting cleanup.Michael J. Bishop
2013-07-19handle out param in SDL_GetKeyboardState; fixes #1404Alon Zakai
2013-07-17Fix SDL_surface refcount test and initialise refcount to 1Felix H. Dahlke
2013-07-17Implement SDL_Surface refcountingFelix H. Dahlke
2013-07-15Made sure that `IMG_Load_RW` is also aware that it should receiveMichael J. Bishop
2013-07-15Updated with kripken's suggestions.Michael J. Bishop
2013-07-15Merge pull request #1385 from fhd/zoom-if-360Alon Zakai
2013-07-15Added support for loading .ogg audio files using a combination ofMichael J. Bishop
2013-07-16Just zoom the surface if the angle is divisible by 360Felix H. Dahlke
2013-07-16Implement TTF_FontHeightFelix H. Dahlke
2013-07-12only push proper canvases to canvas poolAlon Zakai
2013-07-11Merge pull request #1354 from fhd/fix-gc-pausesAlon Zakai
2013-07-11Add missing bracesFelix H. Dahlke
2013-07-11Document canvasPoolFelix H. Dahlke
2013-07-10Merge pull request #1363 from dtc/sdl-touchAlon Zakai
2013-07-11Update the AUTHORS file, and address some code style issues.Douglas T. Crosher
2013-07-10Add comment.Jez Ng
2013-07-10Cast signedness in library_SDL functions.Jez Ng
2013-07-10Wrap gfx helpers in a $SDL_gfx object.Jez Ng
2013-07-10Add (failing) test for gfx primitives.Jez Ng
2013-07-10Avoid noisy error logs.Jez Ng
2013-07-10Add workaround for FF.Jez Ng
2013-07-10Implement ellipse drawing and refactor rect code.Jez Ng