tag | 3e3e40e7b292cd30357ed238840f5bcf6006d955 | |
---|---|---|
tagger | Camilla Berglund <elmindreda@elmindreda.org> | Thu Mar 19 21:30:00 2015 +0100 |
object | 29b40112c234c3021648ea42a5e74cc122ba08b4 |
Tagged 3.1.1 release.
commit | 29b40112c234c3021648ea42a5e74cc122ba08b4 | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Thu Mar 19 16:20:03 2015 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Thu Mar 19 16:21:52 2015 +0100 |
tree | 060f30c816a8e498e719c7bcb5b20cc856c73018 | |
parent | 1d7898b5ea8c0e0bcb542b8d24930537783a28b2 [diff] |
Fixed sleeping monitors being excluded from list. Closes #430.
GLFW is a free, Open Source, multi-platform library for OpenGL and OpenGL ES application development. It provides a simple, platform-independent API for creating windows and contexts, reading input, handling events, etc.
Version 3.1.1 adds fixes for a number of bugs that together affect all supported platforms, most notably workarounds for bugs in some popular window managers.
If you are new to GLFW, you may find the introductory tutorial for GLFW 3 useful. If you have used GLFW 2 in the past, there is a transition guide for moving to the GLFW 3 API.
Note that a number of source files have been added or renamed in 3.1, which may require you to update any custom build files you have.
See the Compiling GLFW guide in the GLFW documentation.
See the Building programs that use GLFW guide in the GLFW documentation.
Bugs are reported to our issue tracker. Please always include the name and version of the OS where the bug occurs and the version of GLFW used. If you have cloned it, include the commit ID used.
If it's a build issue, please also include the build log and the name and version of your development environment.
If it's a context creation issue, please also include the make and model of your graphics card and the version of your driver.
This will help both us and other people experiencing the same bug.
GLFW bundles a number of dependencies in the deps/
directory.
glfwSetTime
silently accepted invalid valuesNSHighResolutionCapable
was not enabled for test and example programsglfwSetWindowSize
did not change the video mode for full screen windows_NET_REQUEST_FRAME_EXTENTS
request to glfwGetWindowFrameSize
and added protocol-breaking timeout as a workaround for broken support in Unity, Fluxbox and XfwmGLFW_MOUSE_BUTTON_4
was never usedglfwTerminate
could close an unrelated file descriptorThe official website for GLFW is glfw.org. There you can find the latest version of GLFW, as well as news, documentation and other information about the project.
If you have questions related to the use of GLFW, we have a support forum, and the IRC channel #glfw
on Freenode.
If you have a bug to report, a patch to submit or a feature you'd like to request, please file it in the issue tracker on GitHub.
Finally, if you're interested in helping out with the development of GLFW or porting it to your favorite platform, we have an occasionally active developer's mailing list, or you could join us on #glfw
.
GLFW exists because people around the world donated their time and lent their skills.