Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-06 | Merge pull request #2403 from guillaumeblanc/incoming | Alon Zakai | |
Fixes glfwGetProcAddress calls that were causing a ReferenceError except... | |||
2014-06-04 | On calls to glfwSetWindowSizeCallback, calls the provided callback function, ↵ | Guillaume Blanc | |
as described by glfw documentation: When a callback function is set, it will be called with the current window size before this function returns. | |||
2014-06-04 | Fixes glfwGetProcAddress calls that were causing a ReferenceError exception, ↵ | Guillaume Blanc | |
trying to call unexisting function _getProcAddress. | |||
2014-04-24 | Merge pull request #2304 from usagi/fix-GLFW_glfwGetMouseWheel_is_reversed-bug | Alon Zakai | |
fix GLFW glfwGetMouseWheel is reversed bug | |||
2014-04-22 | Fixes glfwGetKey that always returns 0 if no callback is set with ↵ | Guillaume Blanc | |
glfwSetKeyCallback; fixes #1320 | |||
2014-04-19 | fix GLFW glfwGetMouseWheel is reversed bug | Usagi Ito | |
2014-04-02 | - fix mouse button ordering | prixeus | |
- added/fixed some glfw button codes - added myself to AUTHORS - unified the comments and else statements | |||
2014-03-08 | Fix GLFW ESC key | Daniele Di Proietto | |
GLFW_KEY_ESC is defined to GLFW_KEY_SPECIAL+1 (257) in system/include/GL/glfw.h. | |||
2014-02-11 | refactor mouse wheel handling code to be shared across SDL, glfw, glut | Alon Zakai | |
2013-12-17 | Fix for glfwSetCharCallback not being fired if glfwSetKeyCallback was also ↵ | CliffyA | |
registered | |||
2013-10-24 | map depth and stencil buffers activation from GLFW to WebGL | Antoine Lambert | |
2013-10-13 | Implemented antialiasing for GLFW contexts. | Rémi Papillié | |
The WebGL context is created with antialiasing if GLFW_FSAA_SAMPLES is bigger than 1. | |||
2013-05-13 | use Browser mouse calculations in glfw | Alon Zakai | |
2013-04-05 | * Fixed GLFW mouse position bug. | Éloi Rivard | |
2013-04-04 | fix | Alon 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 | |
* Mouse events are ok. * Keyboard events work partially. | |||
2013-04-04 | * Misc functions. | Éloi Rivard | |
2013-04-04 | * Edited tests so they use emscripten_main_loop. | Éloi Rivard | |
* Got triangle test about to work. * Implemented misc functions. | |||
2013-04-04 | * Added glfw headers and testcases. | Éloi Rivard | |