aboutsummaryrefslogtreecommitdiff
path: root/src/library_glut.js
AgeCommit message (Expand)Author
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
2012-04-04Add TODO itemsBehdad Esfahbod
2012-04-04Flesh out GLUT keyboard funcsBehdad Esfahbod
2012-04-04Minor refactoring keyboardFunc and keyboardUpFuncBehdad Esfahbod
2012-04-03throw an exception in glutMainLoop, to prevent atexits from runningAlon Zakai
2012-04-03merge fixesAlon Zakai
2012-04-03auto-add deps in gl and glutAlon Zakai
2012-04-03refactor library_gl into separate filesAlon Zakai