updates

Camilla Berglund 2015-10-22 21:22:39 +02:00
parent 1aa732f1f7
commit 699be71544

@ -3,7 +3,7 @@
- Rename joystick to controller - Rename joystick to controller
- Enumerable controller objects - Enumerable controller objects
- Controller connection callback (mirror monitor callback) - Controller connection callback (mirror monitor callback)
- Context objects, `GLFW_CLIENT_API` = `GLFW_NO_CONTEXT` - Context objects
- Replace character callbacks with text callback - Replace character callbacks with text callback
- Put major version number in shared/dynamic library name - Put major version number in shared/dynamic library name
- Replace `glfwGetWindowAttrib` with accessors for run-time attributes - Replace `glfwGetWindowAttrib` with accessors for run-time attributes
@ -11,4 +11,7 @@
- Cleanup of float vs. double - Cleanup of float vs. double
- Cleanup of signed vs. unsigned - Cleanup of signed vs. unsigned
- Removal of `GLFW_CURSOR_HIDDEN` - Removal of `GLFW_CURSOR_HIDDEN`
- Change OS X prefix to `OSX` - Change OS X prefix to `OSX`
- Separate video mode from window
- Remove auto-iconification
- Revert to map monitors to CRTCs unless major legacy Oculus clones appear