Lines Matching full:been
8 changed or been removed, but does _not_ include
37 The threading functions have been removed, including the per-thread sleep
70 The image and texture loading functions have been removed. They only supported
91 has been removed. GLFW is written in C, not Pascal. Removing this macro means
110 Because GLFW 3 supports multiple windows, window handle parameters have been
146 @note The framebuffer bit depth parameters of `glfwOpenWindow` have been turned
147 into [window hints](@ref window_hints), but as they have been given
196 been added. You can retrieve the size of the framebuffer of a window with @ref
197 glfwGetFramebufferSize function. A framebuffer size callback has also been
215 The `GLFW_OPENED` window parameter has been removed. As long as the window has
216 not been destroyed, whether through @ref glfwDestroyWindow or @ref
246 close flag has been set so it can override its value, if it chooses to, before
267 The `glfwOpenWindowHint` function has been renamed to @ref glfwWindowHint.
279 had poorly defined behavior, has been replaced by @ref glfwGetVideoMode, which
285 The action parameter of the [character callback](@ref GLFWcharfun) has been
304 The `glfwGetMousePos` function has been renamed to @ref glfwGetCursorPos,
320 The `glfwGetMouseWheel` function has been removed. Scrolling is the input of
321 offsets and has no absolute position. The mouse wheel callback has been
342 The `GLFW_KEY_REPEAT` enable has been removed and key repeat is always enabled
343 for both keys and characters. A new key action, `GLFW_REPEAT`, has been added
371 The `glfwGetJoystickPos` function has been renamed to @ref glfwGetJoystickAxes.
374 `GLFW_BUTTONS` tokens have been replaced by the @ref glfwJoystickPresent
392 All explicit support for version of Windows older than XP has been removed.
412 The ability to disable and capture system-wide hotkeys like Alt+Tab has been
433 GLFW 3 does not by default include the GLU header and GLU itself has been
436 has been moved to GLFW 3, you can request that the GLFW header includes it by
490 | `GLFW_WINDOW_NO_RESIZE` | `GLFW_RESIZABLE` | The default has been inverted |