aboutsummaryrefslogtreecommitdiff
path: root/src/library_glfw.js
AgeCommit message (Expand)Author
2014-06-06Merge pull request #2403 from guillaumeblanc/incomingAlon Zakai
2014-06-04On calls to glfwSetWindowSizeCallback, calls the provided callback function, ...Guillaume Blanc
2014-06-04Fixes glfwGetProcAddress calls that were causing a ReferenceError exception, ...Guillaume Blanc
2014-04-24Merge pull request #2304 from usagi/fix-GLFW_glfwGetMouseWheel_is_reversed-bugAlon Zakai
2014-04-22Fixes glfwGetKey that always returns 0 if no callback is set with glfwSetKeyC...Guillaume Blanc
2014-04-19fix GLFW glfwGetMouseWheel is reversed bugUsagi Ito
2014-04-02- fix mouse button orderingprixeus
2014-03-08Fix GLFW ESC keyDaniele Di Proietto
2014-02-11refactor mouse wheel handling code to be shared across SDL, glfw, glutAlon Zakai
2013-12-17Fix for glfwSetCharCallback not being fired if glfwSetKeyCallback was also re...CliffyA
2013-10-24map depth and stencil buffers activation from GLFW to WebGLAntoine Lambert
2013-10-13Implemented antialiasing for GLFW contexts.Rémi Papillié
2013-05-13use Browser mouse calculations in glfwAlon Zakai
2013-04-05* Fixed GLFW mouse position bug.Éloi Rivard
2013-04-04fixAlon Zakai
2013-04-04* Spaces and indentation.Éloi Rivard
2013-04-04* Indentation and brackets.Éloi Rivard
2013-04-04* Added glfw headers and testcases.Éloi Rivard
2013-04-04* Header.Éloi Rivard
2013-04-04* Fixed mouse position.Éloi Rivard
2013-04-04* Disabled setMousePos in library_glfw.Éloi Rivard
2013-04-04* OpenGL extensions.Éloi Rivard
2013-04-04* Minor fix.Éloi Rivard
2013-04-04* Added a test.Éloi Rivard
2013-04-04* Misc functions.Éloi Rivard
2013-04-04* Edited tests so they use emscripten_main_loop.Éloi Rivard
2013-04-04* Added glfw headers and testcases.Éloi Rivard