glfw/src
Camilla Berglund 854e634fec Merge branch 'master' into multi-monitor
Conflicts:
	include/GL/glfw3.h
	src/CMakeLists.txt
	src/fullscreen.c
	src/internal.h
	src/win32_fullscreen.c
	src/win32_platform.h
	src/x11_fullscreen.c
	tests/modes.c
2012-08-03 02:57:33 +02:00
..
clipboard.c Simplified clipboard API. 2012-04-12 00:51:58 +02:00
CMakeLists.txt Merge branch 'master' into multi-monitor 2012-08-03 02:57:33 +02:00
cocoa_clipboard.m Removed unused variables. 2012-04-12 00:55:30 +02:00
cocoa_fullscreen.m Fixed indexing bug in Cocoa video mode enumeration. 2012-08-02 19:26:00 +02:00
cocoa_gamma.c
cocoa_init.m Only restore gamma ramp if it has been changed. 2012-05-24 11:46:51 +02:00
cocoa_input.m
cocoa_joystick.m Fixed legacy C warnings. 2012-04-09 23:56:14 +02:00
cocoa_native.m Fixed copypaste errors. 2012-07-23 00:48:30 +02:00
cocoa_opengl.m Made glfwGetProcAddress return a function pointer. 2012-06-05 00:16:40 +02:00
cocoa_platform.h Split platform-specific global data. 2012-04-22 15:53:02 +02:00
cocoa_time.c
cocoa_window.m Behavior differences under Lion and Snow Leopard in updateTrackingAreas. 2012-08-02 17:45:52 +02:00
config.h.in Removed config macro values. 2012-06-12 03:00:16 +02:00
error.c Renamed no current context error to match function. 2012-08-02 15:36:15 +02:00
fullscreen.c Merge branch 'master' into multi-monitor 2012-08-03 02:57:33 +02:00
gamma.c Only restore gamma ramp if it has been changed. 2012-05-24 11:46:51 +02:00
init.c Made video mode retrieval dynamic. 2012-08-02 18:03:43 +02:00
input.c Unified nomenclature for cursor positions. 2012-06-22 13:57:25 +02:00
internal.h Merge branch 'master' into multi-monitor 2012-08-03 02:57:33 +02:00
joystick.c
libglfw3.pc.in Use SOVERSION for shared libraries on Unix-like systems. 2012-07-30 01:04:08 +01:00
monitor.c Formatting. 2012-07-06 14:36:29 +02:00
opengl.c Renamed no current context error to match function. 2012-08-02 15:36:15 +02:00
time.c
win32_clipboard.c Simplified clipboard API. 2012-04-12 00:51:58 +02:00
win32_dllmain.c
win32_fullscreen.c Merge branch 'master' into multi-monitor 2012-08-03 02:57:33 +02:00
win32_gamma.c
win32_init.c Merge branch 'master' into multi-monitor 2012-07-05 16:15:01 +02:00
win32_input.c
win32_joystick.c Fixed source file having executable flag set. 2012-05-07 00:20:53 +02:00
win32_monitor.c Formatting. 2012-07-06 14:36:29 +02:00
win32_native.c Added explicit access to native handles. 2012-07-22 15:26:15 +02:00
win32_opengl.c Use OpenGL to get default framebuffer properties. 2012-08-02 01:37:08 +02:00
win32_platform.h Merge branch 'master' into multi-monitor 2012-08-03 02:57:33 +02:00
win32_time.c
win32_window.c Merge branch 'master' into multi-monitor 2012-08-03 02:57:33 +02:00
window.c Context property fixes. 2012-08-02 14:42:24 +02:00
x11_clipboard.c Simplified clipboard API. 2012-04-12 00:51:58 +02:00
x11_fullscreen.c Merge branch 'master' into multi-monitor 2012-08-03 02:57:33 +02:00
x11_gamma.c Emit an error when gamma ramp cannot be get/set due to size not being GLFW_GAMMA_RAMP_SIZE. 2012-06-01 00:08:34 -07:00
x11_init.c Merge branch 'master' into multi-monitor 2012-07-05 16:15:01 +02:00
x11_input.c
x11_joystick.c
x11_keysym2unicode.c
x11_monitor.c Merge branch 'master' into multi-monitor 2012-08-03 02:57:33 +02:00
x11_native.c Added explicit access to native handles. 2012-07-22 15:26:15 +02:00
x11_opengl.c Error message grammar fix. 2012-08-02 15:14:38 +02:00
x11_platform.h Merge branch 'master' into multi-monitor 2012-07-20 01:05:09 +02:00
x11_time.c
x11_window.c Merge branch 'master' into multi-monitor 2012-08-03 02:57:33 +02:00