Camilla Berglund
|
1be1636326
|
Begun integrating monitor and window.
|
2012-09-27 21:38:35 +02:00 |
|
Camilla Berglund
|
83f5b920b9
|
Merge branch 'master' into multi-monitor
Conflicts:
.gitignore
src/CMakeLists.txt
src/x11_window.c
|
2012-09-12 06:04:17 +02:00 |
|
Camilla Berglund
|
9f94286c9a
|
Merge branch 'master' into showwindow
Conflicts:
readme.html
|
2012-09-08 21:20:45 +02:00 |
|
Camilla Berglund
|
bd70e53352
|
Added missing flags for size hints.
|
2012-09-08 21:13:31 +02:00 |
|
Camilla Berglund
|
e70ced5e05
|
Fixed bad editing in Cocoa joystick code.
|
2012-09-07 02:15:54 +02:00 |
|
Camilla Berglund
|
8f82e02a51
|
Updated credit.
|
2012-09-06 23:05:19 +02:00 |
|
Camilla Berglund
|
c03659e9c3
|
Updated change log and credit.
|
2012-09-06 21:42:42 +02:00 |
|
Camilla Berglund
|
9a183090e0
|
Merge branch 'master' into showwindow
Conflicts:
src/window.c
|
2012-09-06 15:11:50 +02:00 |
|
Camilla Berglund
|
89b42d084d
|
Replaced glfwGetDesktopMode with glfwGetVideoMode.
|
2012-08-30 01:54:01 +02:00 |
|
Camilla Berglund
|
560b6b5a11
|
Merge branch 'master' into multi-monitor
Conflicts:
src/CMakeLists.txt
src/internal.h
src/x11_platform.h
|
2012-08-29 20:36:07 +02:00 |
|
Camilla Berglund
|
2502e4d6f3
|
Renamed glfwGetJoystickPos to glfwGetJoystickAxes.
|
2012-08-29 18:58:16 +02:00 |
|
Camilla Berglund
|
3ef7c55458
|
Added credit.
|
2012-08-29 01:24:53 +02:00 |
|
Camilla Berglund
|
85576bcb45
|
Added credit.
|
2012-08-21 21:19:30 +02:00 |
|
Camilla Berglund
|
8bb5c59d2d
|
Added GLFW_VISIBLE window hint and parameter.
|
2012-08-21 21:19:01 +02:00 |
|
Camilla Berglund
|
a2ca095b86
|
Renamed GLFW_WINDOW_RESIZABLE to GLFW_RESIZABLE.
This matches GLFW_ACTIVE and GLFW_ICONIFIED.
|
2012-08-21 20:28:36 +02:00 |
|
Camilla Berglund
|
39c171a61d
|
Merge branch 'master' into multi-monitor
Conflicts:
tests/modes.c
|
2012-08-14 14:02:37 +02:00 |
|
Camilla Berglund
|
2410e2aaf4
|
Replaced automatic closing with window parameter.
|
2012-08-10 13:31:15 +02:00 |
|
Camilla Berglund
|
ddcf5d471e
|
Removed mirroring of default framebuffer attribs.
|
2012-08-10 13:28:58 +02:00 |
|
Camilla Berglund
|
585a840329
|
Added window parameter to glfwSwapBuffers.
|
2012-08-06 18:13:37 +02:00 |
|
Camilla Berglund
|
aff30d0baa
|
Renamed window creation/destruction functions.
Renamed glfwOpenWindow to glfwCreateWindow.
Renamed glfwCloseWindow to glfwDestroyWindow.
Renamed glfwOpenWindowHint to glfwWindowHint.
|
2012-08-06 17:59:34 +02:00 |
|
Camilla Berglund
|
2972cdfeb1
|
Removed glfwIsWindow.
|
2012-08-03 16:20:52 +02:00 |
|
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 |
|
Camilla Berglund
|
5f5b463766
|
Added credit.
|
2012-08-02 19:24:12 +02:00 |
|
Camilla Berglund
|
871e1a70d7
|
Made video mode retrieval dynamic.
|
2012-08-02 18:03:43 +02:00 |
|
Camilla Berglund
|
3a72f33541
|
Removed GLFW_ACCELERATED window parameter.
|
2012-08-02 01:13:05 +02:00 |
|
Camilla Berglund
|
a8686ce0b5
|
Added credit.
|
2012-07-30 20:11:19 +02:00 |
|
Camilla Berglund
|
d83119a874
|
Added explicit access to native handles.
|
2012-07-22 15:26:15 +02:00 |
|
Camilla Berglund
|
f559b217af
|
Merge branch 'master' into multi-monitor
|
2012-07-20 01:05:09 +02:00 |
|
Camilla Berglund
|
aa328c0bbd
|
Added support for GLX_MESA_swap_interval.
|
2012-07-15 16:49:05 +02:00 |
|
Camilla Berglund
|
c06f838d88
|
Merge branch 'master' into multi-monitor
Conflicts:
.gitignore
examples/CMakeLists.txt
include/GL/glfw3.h
src/CMakeLists.txt
src/internal.h
src/win32_platform.h
src/win32_window.c
src/x11_fullscreen.c
src/x11_platform.h
tests/listmodes.c
|
2012-07-05 16:15:01 +02:00 |
|
Camilla Berglund
|
34c93a5124
|
Disabled window restoration on Cocoa.
|
2012-07-02 15:38:29 +02:00 |
|
Camilla Berglund
|
e7c4e77214
|
Fixed cursor positioning in fullscreen on Cocoa.
|
2012-07-02 15:23:36 +02:00 |
|
Camilla Berglund
|
ee66e5fa10
|
Merged fix for bug #3528964.
|
2012-07-02 00:36:20 +02:00 |
|
Camilla Berglund
|
cef9dea1d2
|
Unified nomenclature for cursor positions.
|
2012-06-22 13:57:25 +02:00 |
|
Camilla Berglund
|
cea0e30499
|
Fixed cursor centering using wrong mode.
|
2012-06-21 13:35:35 +02:00 |
|
Camilla Berglund
|
9cc0abffc5
|
Rewrote joystick test.
|
2012-06-06 02:04:15 +02:00 |
|
Camilla Berglund
|
2213450840
|
Renamed GLFW_NO_GLU to GLFW_INCLUDE_GLU.
|
2012-06-05 23:55:10 +02:00 |
|
Camilla Berglund
|
bf42c3cfbc
|
Made glfwGetProcAddress return a function pointer.
|
2012-06-05 00:16:40 +02:00 |
|
Camilla Berglund
|
d717c0a5ba
|
Added bug fix from 2.7.6.
|
2012-05-07 00:13:38 +02:00 |
|
Camilla Berglund
|
97f7e60f8b
|
Added credits.
|
2012-04-22 00:21:42 +02:00 |
|
Camilla Berglund
|
67b5bb1d45
|
Merge branch 'clipboard'
|
2012-04-11 23:40:27 +02:00 |
|
Camilla Berglund
|
4369a9a6f2
|
Updated header name.
|
2012-04-11 11:35:34 +02:00 |
|
Camilla Berglund
|
21faa7b84f
|
Formatting.
|
2012-04-11 11:33:42 +02:00 |
|
Camilla Berglund
|
0ee55ab8e5
|
Updated change log, added credit.
|
2012-04-10 00:37:53 +02:00 |
|
Camilla Berglund
|
4ef9aec7e0
|
Made scrolling deltas floating point.
|
2012-03-28 21:54:09 +02:00 |
|
Camilla Berglund
|
a8bcae8efa
|
Merged credit entries.
|
2012-03-26 16:55:31 +02:00 |
|
Camilla Berglund
|
466246670f
|
Merge branch 'master' into cursor-enter-leave
|
2012-03-26 13:54:28 +02:00 |
|
Camilla Berglund
|
2588c9be17
|
Renamed GLFW_BUILD_DLL to _GLFW_BUILD_DLL.
|
2012-03-25 17:40:30 +02:00 |
|
Camilla Berglund
|
7b46a184cb
|
Added standard option to switch between static and dynamic library, dropped dynamic test.
|
2012-03-25 13:55:39 +02:00 |
|
Camilla Berglund
|
742299faaa
|
Merged implementation for Win32.
|
2012-03-22 13:17:44 +01:00 |
|