Camilla Berglund
8e5b2239d3
Updated changelog.
ago%!(EXTRA string=13 years)
Camilla Berglund
1a3d47d06d
Added window position callback.
ago%!(EXTRA string=13 years)
Camilla Berglund
2a166c5086
Removed glfwCopyContext to map better against EGL.
ago%!(EXTRA string=13 years)
Camilla Berglund
c479124e69
Removed key repeat.
ago%!(EXTRA string=13 years)
Camilla Berglund
ef1da2dde9
Added credit.
ago%!(EXTRA string=13 years)
Camilla Berglund
14355d692f
Fixed active/focused nomenclature mixing.
ago%!(EXTRA string=13 years)
Camilla Berglund
d68acb78bf
Removed registering glfwTerminate with atexit.
...
Functions registered with atexit are called from the thread calling exit.
glfwTerminate should only be called from the main thread. Mistakes should be
explicit.
ago%!(EXTRA string=13 years)
Camilla Berglund
5df4df6ca4
Added glfwDefaultWindowHints.
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
410a4e29e1
Moved from gl3.h to glcorearb.h.
ago%!(EXTRA string=13 years)
Camilla Berglund
bd70e53352
Added missing flags for size hints.
ago%!(EXTRA string=13 years)
Camilla Berglund
e70ced5e05
Fixed bad editing in Cocoa joystick code.
ago%!(EXTRA string=13 years)
Camilla Berglund
8f82e02a51
Updated credit.
ago%!(EXTRA string=13 years)
Camilla Berglund
c03659e9c3
Updated change log and credit.
ago%!(EXTRA string=13 years)
Camilla Berglund
2502e4d6f3
Renamed glfwGetJoystickPos to glfwGetJoystickAxes.
ago%!(EXTRA string=13 years)
Camilla Berglund
3ef7c55458
Added credit.
ago%!(EXTRA string=13 years)
Camilla Berglund
85576bcb45
Added credit.
ago%!(EXTRA string=13 years)
Camilla Berglund
8bb5c59d2d
Added GLFW_VISIBLE window hint and parameter.
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)
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
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
5f5b463766
Added credit.
ago%!(EXTRA string=13 years)
Camilla Berglund
871e1a70d7
Made video mode retrieval dynamic.
ago%!(EXTRA string=13 years)
Camilla Berglund
3a72f33541
Removed GLFW_ACCELERATED window parameter.
ago%!(EXTRA string=13 years)
Camilla Berglund
a8686ce0b5
Added credit.
ago%!(EXTRA string=13 years)
Camilla Berglund
d83119a874
Added explicit access to native handles.
ago%!(EXTRA string=13 years)
Camilla Berglund
aa328c0bbd
Added support for GLX_MESA_swap_interval.
ago%!(EXTRA string=13 years)
Camilla Berglund
34c93a5124
Disabled window restoration on Cocoa.
ago%!(EXTRA string=13 years)
Camilla Berglund
e7c4e77214
Fixed cursor positioning in fullscreen on Cocoa.
ago%!(EXTRA string=13 years)
Camilla Berglund
ee66e5fa10
Merged fix for bug #3528964 .
ago%!(EXTRA string=13 years)
Camilla Berglund
cef9dea1d2
Unified nomenclature for cursor positions.
ago%!(EXTRA string=13 years)
Camilla Berglund
cea0e30499
Fixed cursor centering using wrong mode.
ago%!(EXTRA string=13 years)
Camilla Berglund
9cc0abffc5
Rewrote joystick test.
ago%!(EXTRA string=13 years)
Camilla Berglund
2213450840
Renamed GLFW_NO_GLU to GLFW_INCLUDE_GLU.
ago%!(EXTRA string=13 years)
Camilla Berglund
bf42c3cfbc
Made glfwGetProcAddress return a function pointer.
ago%!(EXTRA string=13 years)
Camilla Berglund
d717c0a5ba
Added bug fix from 2.7.6.
ago%!(EXTRA string=13 years)
Camilla Berglund
97f7e60f8b
Added credits.
ago%!(EXTRA string=13 years)
Camilla Berglund
4369a9a6f2
Updated header name.
ago%!(EXTRA string=13 years)
Camilla Berglund
21faa7b84f
Formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
0ee55ab8e5
Updated change log, added credit.
ago%!(EXTRA string=13 years)
Camilla Berglund
4ef9aec7e0
Made scrolling deltas floating point.
ago%!(EXTRA string=13 years)
Camilla Berglund
a8bcae8efa
Merged credit entries.
ago%!(EXTRA string=13 years)
Camilla Berglund
2588c9be17
Renamed GLFW_BUILD_DLL to _GLFW_BUILD_DLL.
ago%!(EXTRA string=13 years)
Camilla Berglund
7b46a184cb
Added standard option to switch between static and dynamic library, dropped dynamic test.
ago%!(EXTRA string=13 years)
Camilla Berglund
742299faaa
Merged implementation for Win32.
ago%!(EXTRA string=13 years)
Camilla Berglund
3a8b4b3a84
Added credit.
ago%!(EXTRA string=13 years)
Camilla Berglund
c58750ef92
Applied fix for pixel format creation failure.
ago%!(EXTRA string=13 years)