index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
library_glut.js
Age
Commit message (
Expand
)
Author
2013-02-19
Added some symbol compatibility for OpenGL1.1.
Michael Bishop
2013-01-03
fix glut mouseFunc call
Alon Zakai
2013-01-03
fix glut typo
Alon Zakai
2012-12-14
fix glut display func
Alon Zakai
2012-12-07
dynCall
Alon Zakai
2012-12-07
only use typed function tables in asm_js mode
Alon Zakai
2012-10-21
listen to glut events on glutInit, so it works even without main loop
Alon Zakai
2012-09-26
Implemented Browser.setCanvasSize to have a central point for resizing <canvas>
LCID Fire
2012-07-07
make glut set the global context properly so webgl extensions are initialized
Alon Zakai
2012-05-01
use requestAnimationFrame
Alon Zakai
2012-04-19
[src/library_glut.js]: Fullscreen mode fix, quoted variables that were rename...
Pierre Renaux
2012-04-13
Implement glutInitWindowPosition
Ehsan Akhgari
2012-04-09
share context creation code between sdl and glut in browser
Alon Zakai
2012-04-06
Merge pull request #357 from behdad/outgoing
Alon Zakai
2012-04-06
remove some unneeded closure string quoting
Alon Zakai
2012-04-06
Merge pull request #349 from prenaux/develop
Alon Zakai
2012-04-06
[src/library_glut.js]: Call motion callbacks only if motion position changed ;
Pierre Renaux
2012-04-06
Simplify
Behdad Esfahbod
2012-04-06
Make 'exit fullscreen' restore window size
Behdad Esfahbod
2012-04-06
[src/library_gl.js]: GLUT.getSpecialKey handles GLUT_KEY_SHIFT/CONTROL/ALT_R/L ;
Pierre Renaux
2012-04-05
improve GL debugging
Alon Zakai
2012-04-05
clearer glut mainloop message
Alon Zakai
2012-04-05
Merge pull request #356 from behdad/outgoing
Alon Zakai
2012-04-05
Add missing dep
Behdad Esfahbod
2012-04-05
Merge pull request #354 from behdad/fix-keyboard
Alon Zakai
2012-04-05
Resize canvas to 1x1 when GLUT app exits
Behdad Esfahbod
2012-04-05
Use screen["width"] instead of screen.width
Behdad Esfahbod
2012-04-05
s/Module.canvas/Module["canvas"]/g
Behdad Esfahbod
2012-04-05
Fix canvas resize in glutFullScreen()
Behdad Esfahbod
2012-04-05
Request frame if window size/position changes
Behdad Esfahbod
2012-04-05
Don't rely on _atexit() accepting JS functions
Behdad Esfahbod
2012-04-05
Minor
Behdad Esfahbod
2012-04-05
Fix glutIdleFunc()
Behdad Esfahbod
2012-04-04
Implement glutFullScreen()
Behdad Esfahbod
2012-04-04
More GLUT love
Behdad Esfahbod
2012-04-04
add another glbook passing testcase
Alon Zakai
2012-04-04
Shut GLUT down upon exit()
Behdad Esfahbod
2012-04-04
Fix GLUT mouse func. Clicks and drags must be initiated in the canvas
Behdad Esfahbod
2012-04-04
Don't send key to GLUT if alt/ctrl/meta is pressed
Behdad Esfahbod
2012-04-04
Fix GLUT mouse events position to be relative to canvas
Behdad Esfahbod
2012-04-04
Add TODO items
Behdad Esfahbod
2012-04-04
Flesh out GLUT keyboard funcs
Behdad Esfahbod
2012-04-04
Minor refactoring keyboardFunc and keyboardUpFunc
Behdad Esfahbod
2012-04-03
throw an exception in glutMainLoop, to prevent atexits from running
Alon Zakai
2012-04-03
merge fixes
Alon Zakai
2012-04-03
auto-add deps in gl and glut
Alon Zakai
2012-04-03
refactor library_gl into separate files
Alon Zakai