Camilla Berglund
5fcfcb2ddc
Updated comment.
ago%!(EXTRA string=13 years)
Camilla Berglund
d00c194f4a
Added 8 bits of stencil to defaults.
ago%!(EXTRA string=13 years)
Camilla Berglund
c764ae81e8
Added missing window parameter return.
ago%!(EXTRA string=13 years)
Camilla Berglund
38cad9aff0
Added client API window hint.
...
This is cherry-picked from the EGL branch in preparation for the EGL backend.
ago%!(EXTRA string=13 years)
Camilla Berglund
fe0cc512a2
Added missing cast.
ago%!(EXTRA string=13 years)
Camilla Berglund
c0dcb5a056
Fixed fullscreen regressions.
ago%!(EXTRA string=13 years)
Camilla Berglund
718af531a3
Fixed order of operations.
ago%!(EXTRA string=13 years)
Camilla Berglund
6ac58da26e
Narrowed criteria for non-standard inclusion.
ago%!(EXTRA string=13 years)
Camilla Berglund
e15e92b583
Fixed function grouping.
ago%!(EXTRA string=13 years)
Camilla Berglund
0e2b12be43
Corrected comment.
ago%!(EXTRA string=13 years)
Camilla Berglund
023b816bcc
Disallowed hiding of fullscreen windows.
ago%!(EXTRA string=13 years)
Camilla Berglund
feef05f839
Removed superfluous inclusion.
ago%!(EXTRA string=13 years)
Camilla Berglund
54f1a57f8d
Added channel bit depth hint defaults.
ago%!(EXTRA string=13 years)
Camilla Berglund
e10d935efe
API tag and error message cleanup.
ago%!(EXTRA string=13 years)
Camilla Berglund
f6a1bbf782
Added GLFW_VISIBLE to glfwWindowParam.
ago%!(EXTRA string=13 years)
Camilla Berglund
8bb5c59d2d
Added GLFW_VISIBLE window hint and parameter.
ago%!(EXTRA string=13 years)
Camilla Berglund
3d2722dc4c
Fixed broken call to glfwShowWindow.
ago%!(EXTRA string=13 years)
Camilla Berglund
a2ca095b86
Renamed GLFW_WINDOW_RESIZABLE to GLFW_RESIZABLE.
...
This matches GLFW_ACTIVE and GLFW_ICONIFIED.
ago%!(EXTRA string=13 years)
Riku Salminen
596132c3a1
Add glfwShowWindow, glfwHideWindow
...
Add glfwShowWindow and glfwHideWindow functions to allow explicit
control over show/hide window.
Remove platform specific show window code from _glfwPlatformCreateWindow
but call glfwShowWindow from glfwCreateWindow to avoid breaking things
(for now).
ago%!(EXTRA string=13 years)
Torsten Walluhn
3f39c5ae42
Fixed compiling issues on mac os x with llvm-gcc 4.2
ago%!(EXTRA string=13 years)
Camilla Berglund
6399fb19fd
Included malloc.h from files using malloc on Win32.
ago%!(EXTRA string=13 years)
Camilla Berglund
cb447bee81
Cleanup of window resizable flag setting.
ago%!(EXTRA string=13 years)
Camilla Berglund
9e4bc36dd8
Initial TLS implementation (Cocoa broken).
ago%!(EXTRA string=13 years)
Camilla Berglund
2f095cc9e3
Removed implicit glfwMakeCurrentContext.
...
Implicitly making the context current makes sense in a
single-window API but less sense in a multi-window one.
ago%!(EXTRA string=13 years)
Camilla Berglund
2410e2aaf4
Replaced automatic closing with window parameter.
ago%!(EXTRA string=13 years)
Camilla Berglund
ddcf5d471e
Removed mirroring of default framebuffer attribs.
ago%!(EXTRA string=13 years)
Camilla Berglund
8ed66ea4d5
Removed calling of callbacks from setters.
ago%!(EXTRA string=13 years)
Camilla Berglund
585a840329
Added window parameter to glfwSwapBuffers.
ago%!(EXTRA string=13 years)
Camilla Berglund
aff30d0baa
Renamed window creation/destruction functions.
...
Renamed glfwOpenWindow to glfwCreateWindow.
Renamed glfwCloseWindow to glfwDestroyWindow.
Renamed glfwOpenWindowHint to glfwWindowHint.
ago%!(EXTRA string=13 years)
Camilla Berglund
2972cdfeb1
Removed glfwIsWindow.
ago%!(EXTRA string=13 years)
Camilla Berglund
1736132bb2
Fixed window parameter refresh.
ago%!(EXTRA string=13 years)
Camilla Berglund
59896c327a
Context property fixes.
ago%!(EXTRA string=13 years)
Camilla Berglund
053737e660
Use OpenGL to get default framebuffer properties.
ago%!(EXTRA string=13 years)
Camilla Berglund
3a72f33541
Removed GLFW_ACCELERATED window parameter.
ago%!(EXTRA string=13 years)
Camilla Berglund
f2062e06b7
Removed traces of Captain Obvious.
ago%!(EXTRA string=13 years)
Camilla Berglund
0c3b1b5a0e
Removed allocator.
ago%!(EXTRA string=13 years)
Camilla Berglund
ce288a8939
Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode.
ago%!(EXTRA string=13 years)
Camilla Berglund
1ddafc25a6
Moved new cursor input code to other cursor input code.
ago%!(EXTRA string=14 years)
Hanmac
0b752b84c3
Added API and X11 implementation of cursor enter and leave callbacks.
ago%!(EXTRA string=14 years)
Camilla Berglund
a18cd1b14c
Renamed GLFW_WINDOW_NO_RESIZE to GLFW_WINDOW_RESIZABLE.
ago%!(EXTRA string=14 years)
Camilla Berglund
30c43d60a5
Removed superfluous test.
ago%!(EXTRA string=14 years)
Camilla Berglund
72ef537425
Added input function for window damage events.
ago%!(EXTRA string=14 years)
Camilla Berglund
30ab9e2058
Moved input-related functions to input file.
ago%!(EXTRA string=14 years)
Camilla Berglund
d0840bdea1
Added more input functions to clarify internal API.
ago%!(EXTRA string=14 years)
Camilla Berglund
65f074d257
Formatting.
ago%!(EXTRA string=14 years)
Camilla Berglund
1960d1ebb1
Added error setting for more cases of invalid tokens.
ago%!(EXTRA string=14 years)
Camilla Berglund
b1656d7323
Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode.
ago%!(EXTRA string=14 years)
Camilla Berglund
e4027f14d0
Rough line-wrapping pass.
ago%!(EXTRA string=14 years)
Camilla Berglund
c1ab73b979
Renamed context-related functions to more closely match underlying APIs.
ago%!(EXTRA string=14 years)
Camilla Berglund
d25f9db752
Removed glfwGetGLVersion, added GLFW_OPENGL_REVISION.
ago%!(EXTRA string=14 years)