commit | 755f913b0271b2ce54f5374e9b478a51d707ce29 | [log] [tgz] |
---|---|---|
author | Aaron Jacobs <aaron@aaronmjacobs.com> | Mon Sep 28 19:21:44 2015 -0700 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Mon Oct 12 21:09:07 2015 +0200 |
tree | 7ad4ab5d88c2724380b6e1c05070dee3c4429c5a | |
parent | fb6fbcf700e79cb643413b6b3cbde11f6a8a23ed [diff] |
Fix invalid types, null pointer use, memory leak Closes #612.
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.2 adds fixes for a large number of bugs that together affect all supported platforms, as well as dynamic loading work that simplifies compilation and linking.
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.
cursor
programglfwIconifyWindow
did not restore the original video mode for full screen windows created with GLFW_AUTO_ICONIFY
_GLFW_USE_HYBRID_HPG
and added support for AMD PowerXpress systemsglfwGetVideoModes
included unusable modes on some systemsglfwWaitEvents
would return directly for focused windows in disabled cursor modeNSScreen
for a monitor could get out of syncGLFW_AUTO_ICONIFY
window hint was ignoredglfwInit
were not detectedglfwInit
would segfault on systems without RandR_NET_WM_PING
was sent to the wrong window_NET_ACTIVE_WINDOW
supportGLFW_AUTO_ICONIFY
window hint was ignoredGLFW_ARROW_CURSOR
selected the wrong cursor imageGLFW_DECORATED
hint was not ignored for full screenglfwWaitEvents
did not handle EINTR
for select
glfwWaitEvents
could return when no events were availableXkbGetKeyboard
fails on XWaylandGLFW_USE_DWM_SWAP_INTERVAL
compile-time optionlibdl
on systems where it provides dlopen
_GLFW_HAS_GLXGETPROCADDRESS*
and _GLFW_HAS_DLOPEN
compile-time optionsGLXFBConfig
was reported incorrectlyglfwGetProcAddress
did not return the addresses of core functionsEGLConfig
was reported incorrectlyThe 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, join us on GitHub or IRC.
GLFW exists because people around the world donated their time and lent their skills.