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
2014-06-16
share main loop iter logic with emscripten_*_loop and glut
Alon Zakai
2014-06-13
standardize glut idle timeout to minimum 4ms, so it is consistent in workers ...
Alon Zakai
2014-06-09
call preMainLoop/postMainLoop from glut
Alon Zakai
2014-03-05
throttle glut requestAnimationFrames; fixes #2183
Alon Zakai
2014-02-11
refactor mouse wheel handling code to be shared across SDL, glfw, glut
Alon Zakai
2014-01-08
fixing indentation
AlexPerrot
2014-01-07
Implementing keycodes for numpad numbered keys.
AlexPerrot
2014-01-06
Added support for Return and Backspace key to glut
floooh
2013-11-08
Merge pull request #1761 from prenaux/develop
Alon Zakai
2013-11-06
[library_glut.js]: Handle DELETE & BACKSPACE correctly ;
Pierre Renaux
2013-11-04
Give names to most manually assigned functions in the .js files, in form "var...
Jukka Jylänki
2013-10-24
map depth and stencil buffers activation from GLUT to WebGL
Antoine Lambert
2013-10-16
Merge branch 'antialiasing' of github.com:wsmind/emscripten into incoming
Alon Zakai
2013-10-13
Added multisampling support in GLUT
Remi Papillie
2013-09-30
add mouse wheel events support in GLUT library
Antoine Lambert
2013-08-19
Merge remote-tracking branch 'origin/incoming' into touch_handling
James Gregory
2013-08-08
If WebGL context creation fails, return 0 in glutCreateWindow and EGL_NO_CONT...
Jukka Jylänki
2013-08-08
Basic touch event support in GLUT for mobile browsers.
James Gregory
2013-06-24
IMPROVED: ensured proper indentation for entire document
manny/MADE
2013-06-19
IMPROVED: removed empty line and white-space at EOL
manny/MADE
2013-06-19
ADDED: GLUT_SCREEN_WIDTH + GLUT_SCREEN_HEIGHT in glutGet
manny/MADE
2013-06-19
IMPROVED: ADDED resizeListener that invokes the GLUT.reshapeFunc if specified
manny/MADE
2013-05-22
do not call code-running callbacks if ABORTing; fixes #1191
Alon Zakai
2013-05-13
use Browser mouse calculations in glut
Alon Zakai
2013-03-20
do not show the simulate-infinite-loop exception
Alon Zakai
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
[next]