aboutsummaryrefslogtreecommitdiff
path: root/src/library_glut.js
AgeCommit message (Expand)Author
2014-06-16share main loop iter logic with emscripten_*_loop and glutAlon Zakai
2014-06-13standardize glut idle timeout to minimum 4ms, so it is consistent in workers ...Alon Zakai
2014-06-09call preMainLoop/postMainLoop from glutAlon Zakai
2014-03-05throttle glut requestAnimationFrames; fixes #2183Alon Zakai
2014-02-11refactor mouse wheel handling code to be shared across SDL, glfw, glutAlon Zakai
2014-01-08fixing indentationAlexPerrot
2014-01-07Implementing keycodes for numpad numbered keys.AlexPerrot
2014-01-06Added support for Return and Backspace key to glutfloooh
2013-11-08Merge pull request #1761 from prenaux/developAlon Zakai
2013-11-06[library_glut.js]: Handle DELETE & BACKSPACE correctly ;Pierre Renaux
2013-11-04Give names to most manually assigned functions in the .js files, in form "var...Jukka Jylänki
2013-10-24map depth and stencil buffers activation from GLUT to WebGLAntoine Lambert
2013-10-16Merge branch 'antialiasing' of github.com:wsmind/emscripten into incomingAlon Zakai
2013-10-13Added multisampling support in GLUTRemi Papillie
2013-09-30add mouse wheel events support in GLUT libraryAntoine Lambert
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