aboutsummaryrefslogtreecommitdiff
path: root/src/library_glut.js
AgeCommit message (Expand)Author
2013-08-19Merge remote-tracking branch 'origin/incoming' into touch_handlingJames Gregory
2013-08-08If WebGL context creation fails, return 0 in glutCreateWindow and EGL_NO_CONT...Jukka Jylänki
2013-08-08Basic touch event support in GLUT for mobile browsers.James Gregory
2013-06-24IMPROVED: ensured proper indentation for entire documentmanny/MADE
2013-06-19IMPROVED: removed empty line and white-space at EOLmanny/MADE
2013-06-19ADDED: GLUT_SCREEN_WIDTH + GLUT_SCREEN_HEIGHT in glutGetmanny/MADE
2013-06-19IMPROVED: ADDED resizeListener that invokes the GLUT.reshapeFunc if specifiedmanny/MADE
2013-05-22do not call code-running callbacks if ABORTing; fixes #1191Alon Zakai
2013-05-13use Browser mouse calculations in glutAlon Zakai
2013-03-20do not show the simulate-infinite-loop exceptionAlon Zakai
2013-02-19Added some symbol compatibility for OpenGL1.1.Michael Bishop
2013-01-03fix glut mouseFunc callAlon Zakai
2013-01-03fix glut typoAlon Zakai
2012-12-14fix glut display funcAlon Zakai
2012-12-07dynCallAlon Zakai
2012-12-07only use typed function tables in asm_js modeAlon Zakai
2012-10-21listen to glut events on glutInit, so it works even without main loopAlon Zakai
2012-09-26Implemented Browser.setCanvasSize to have a central point for resizing <canvas>LCID Fire
2012-07-07make glut set the global context properly so webgl extensions are initializedAlon Zakai
2012-05-01use requestAnimationFrameAlon Zakai
2012-04-19[src/library_glut.js]: Fullscreen mode fix, quoted variables that were rename...Pierre Renaux
2012-04-13Implement glutInitWindowPositionEhsan Akhgari
2012-04-09share context creation code between sdl and glut in browserAlon Zakai
2012-04-06Merge pull request #357 from behdad/outgoingAlon Zakai
2012-04-06remove some unneeded closure string quotingAlon Zakai
2012-04-06Merge pull request #349 from prenaux/developAlon Zakai
2012-04-06[src/library_glut.js]: Call motion callbacks only if motion position changed ;Pierre Renaux
2012-04-06SimplifyBehdad Esfahbod
2012-04-06Make 'exit fullscreen' restore window sizeBehdad Esfahbod
2012-04-06[src/library_gl.js]: GLUT.getSpecialKey handles GLUT_KEY_SHIFT/CONTROL/ALT_R/L ;Pierre Renaux
2012-04-05improve GL debuggingAlon Zakai
2012-04-05clearer glut mainloop messageAlon Zakai
2012-04-05Merge pull request #356 from behdad/outgoingAlon Zakai
2012-04-05Add missing depBehdad Esfahbod
2012-04-05Merge pull request #354 from behdad/fix-keyboardAlon Zakai
2012-04-05Resize canvas to 1x1 when GLUT app exitsBehdad Esfahbod
2012-04-05Use screen["width"] instead of screen.widthBehdad Esfahbod
2012-04-05s/Module.canvas/Module["canvas"]/gBehdad Esfahbod
2012-04-05Fix canvas resize in glutFullScreen()Behdad Esfahbod
2012-04-05Request frame if window size/position changesBehdad Esfahbod
2012-04-05Don't rely on _atexit() accepting JS functionsBehdad Esfahbod
2012-04-05MinorBehdad Esfahbod
2012-04-05Fix glutIdleFunc()Behdad Esfahbod
2012-04-04Implement glutFullScreen()Behdad Esfahbod
2012-04-04More GLUT loveBehdad Esfahbod
2012-04-04add another glbook passing testcaseAlon Zakai
2012-04-04Shut GLUT down upon exit()Behdad Esfahbod
2012-04-04Fix GLUT mouse func. Clicks and drags must be initiated in the canvasBehdad Esfahbod
2012-04-04Don't send key to GLUT if alt/ctrl/meta is pressedBehdad Esfahbod
2012-04-04Fix GLUT mouse events position to be relative to canvasBehdad Esfahbod