Camilla Berglund
871e1a70d7
Made video mode retrieval dynamic.
ago%!(EXTRA string=13 years)
Arturo J. Pérez
287e94cd6b
Behavior differences under Lion and Snow Leopard in updateTrackingAreas.
...
super call added.
According to documentation (NSView Class Reference -> Instance Methods -> updateTrackingAreas):
You should override this method to remove out of date tracking areas and add recomputed tracking areas; your implementation should call super.
ago%!(EXTRA string=13 years)
Camilla Berglund
957ecdc9a0
Renamed no current context error to match function.
ago%!(EXTRA string=13 years)
Camilla Berglund
a916997c86
Simplified call to platform-specific extension check.
ago%!(EXTRA string=13 years)
Camilla Berglund
1bad573c10
Tightened scope of some local variables.
ago%!(EXTRA string=13 years)
Camilla Berglund
ee3304c09a
Removed check for invalid user, added error setting.
ago%!(EXTRA string=13 years)
Camilla Berglund
bfc746a847
Error message grammar fix.
ago%!(EXTRA string=13 years)
Camilla Berglund
ba941b2fc8
Added formatting to error string.
ago%!(EXTRA string=13 years)
Camilla Berglund
208377d08e
Imported version parsing from EGL branch.
ago%!(EXTRA string=13 years)
Camilla Berglund
59896c327a
Context property fixes.
ago%!(EXTRA string=13 years)
Camilla Berglund
f274b329d1
Fixed check for GL_ARB_multisample.
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
302037d5b4
Added stub debug context detection.
ago%!(EXTRA string=13 years)
Camilla Berglund
669c40f102
Fixed debug context being a hard constraint on WGL.
ago%!(EXTRA string=13 years)
Camilla Berglund
fc74a5533e
Moved WGL context logic into OpenGL module.
ago%!(EXTRA string=13 years)
Camilla Berglund
6c37c84d91
Reduced the number of conditional blocks.
ago%!(EXTRA string=13 years)
John Bartholomew
0f0e42b975
Use SOVERSION for shared libraries on Unix-like systems.
ago%!(EXTRA string=13 years)
John Bartholomew
93ec9fa901
Changed library output name to "glfw3", and pkg-config name to libglfw3.
...
Since the headers are already named differently, this allows
side-by-side installation of GLFW 2.x and GLFW 3.x.
ago%!(EXTRA string=13 years)
Camilla Berglund
b28298f329
Fixed call to CGPointMake.
ago%!(EXTRA string=13 years)
Camilla Berglund
52ebc0db85
Fixed use of wrong point type.
ago%!(EXTRA string=13 years)
Camilla Berglund
dd298ab908
Fixed copypaste errors.
ago%!(EXTRA string=13 years)
Camilla Berglund
d83119a874
Added explicit access to native handles.
ago%!(EXTRA string=13 years)
Simon Voordouw
173e321ea6
fix MESA_swap_control copy-pasta
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
14bcc51f3b
Removed config macro values.
ago%!(EXTRA string=13 years)
Camilla Berglund
41be34eadf
Fixed window position on Win32.
ago%!(EXTRA string=13 years)
Camilla Berglund
31b06a0ae0
Win32 window position work.
ago%!(EXTRA string=13 years)
Camilla Berglund
ed9890f110
Fixed typecast warning.
ago%!(EXTRA string=13 years)
Camilla Berglund
fb2dbd6a53
Fixed Win32 warning.
ago%!(EXTRA string=13 years)
Camilla Berglund
bf42c3cfbc
Made glfwGetProcAddress return a function pointer.
ago%!(EXTRA string=13 years)
Camilla Berglund
bc8860dc6a
Made fbconfig conversion more readable.
ago%!(EXTRA string=13 years)
Camilla Berglund
ae2c63b580
Made fbconfig conversion more readable.
ago%!(EXTRA string=13 years)
Camilla Berglund
19744bc5de
Added needed include.
ago%!(EXTRA string=13 years)
Camilla Berglund
7b4f9f02ca
Commented workaround.
ago%!(EXTRA string=13 years)
Camilla Berglund
fc07e1d7eb
Added workaround for missing window bit in VB GL.
ago%!(EXTRA string=13 years)
Braden Pellett
6cb89175a7
Emit an error when gamma ramp cannot be get/set due to size not being GLFW_GAMMA_RAMP_SIZE.
ago%!(EXTRA string=13 years)
Braden Pellett
2558da0b59
Ignore gamma ramp get/set capabilities if size is not GLFW_GAMMA_RAMP_SIZE, similar to what happens currently for the Cocoa implementation.
ago%!(EXTRA string=13 years)
Camilla Berglund
322407ae9f
Moved X11 gamma ramp termination to gamma module.
ago%!(EXTRA string=13 years)
Camilla Berglund
20fccd4aa3
Removed unsupported target.
ago%!(EXTRA string=13 years)
Camilla Berglund
79bef68511
Only restore gamma ramp if it has been changed.
ago%!(EXTRA string=13 years)
Camilla Berglund
f5eb79ed28
Removed gamma API warning prints.
ago%!(EXTRA string=13 years)
Camilla Berglund
1a37788143
Moved X11 gamma ramp init to gamma module.
ago%!(EXTRA string=13 years)
Camilla Berglund
6ff3936101
Fixed source file having executable flag set.
ago%!(EXTRA string=13 years)
Camilla Berglund
d717c0a5ba
Added bug fix from 2.7.6.
ago%!(EXTRA string=13 years)