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
|
1736132bb2
|
Fixed window parameter refresh.
|
2012-08-03 15:21:49 +02:00 |
|
Camilla Berglund
|
871e1a70d7
|
Made video mode retrieval dynamic.
|
2012-08-02 18:03:43 +02:00 |
|
Camilla Berglund
|
ba941b2fc8
|
Added formatting to error string.
|
2012-08-02 15:13:57 +02:00 |
|
Camilla Berglund
|
59896c327a
|
Context property fixes.
|
2012-08-02 14:42:24 +02:00 |
|
Camilla Berglund
|
053737e660
|
Use OpenGL to get default framebuffer properties.
|
2012-08-02 01:37:08 +02:00 |
|
Camilla Berglund
|
3a72f33541
|
Removed GLFW_ACCELERATED window parameter.
|
2012-08-02 01:13:05 +02:00 |
|
Camilla Berglund
|
cef9dea1d2
|
Unified nomenclature for cursor positions.
|
2012-06-22 13:57:25 +02:00 |
|
Camilla Berglund
|
bf42c3cfbc
|
Made glfwGetProcAddress return a function pointer.
|
2012-06-05 00:16:40 +02:00 |
|
Camilla Berglund
|
fbb2f24ebb
|
Merge branch 'context-window-split'
Conflicts:
src/x11_init.c
src/x11_platform.h
src/x11_window.c
|
2012-06-03 16:31:56 +02:00 |
|
Camilla Berglund
|
79bef68511
|
Only restore gamma ramp if it has been changed.
|
2012-05-24 11:46:51 +02:00 |
|
Camilla Berglund
|
1a99827432
|
Moved the type declarations.
|
2012-04-22 21:49:38 +02:00 |
|
Camilla Berglund
|
21e77fe1a6
|
Split platform-specific global data.
|
2012-04-22 15:53:02 +02:00 |
|
Camilla Berglund
|
f868712f02
|
Simplified clipboard API.
|
2012-04-12 00:51:58 +02:00 |
|
Camilla Berglund
|
bf1ada029b
|
Added window parameter to clipboard API.
|
2012-04-09 16:00:54 +02:00 |
|
Camilla Berglund
|
7044ed6f06
|
Simplified and made clipboard API more type safe.
|
2012-04-09 15:54:36 +02:00 |
|
Camilla Berglund
|
952c6b7e82
|
Merge branch 'master' into clipboard
|
2012-04-09 15:33:03 +02:00 |
|
Camilla Berglund
|
c1dd245d8a
|
Moved input functions to input section.
|
2012-04-06 14:37:31 +02:00 |
|
Camilla Berglund
|
92d4c02e07
|
Merge branch 'master' into clipboard
Conflicts:
src/CMakeLists.txt
|
2012-03-29 13:29:28 +02:00 |
|
Camilla Berglund
|
4ef9aec7e0
|
Made scrolling deltas floating point.
|
2012-03-28 21:54:09 +02:00 |
|
Camilla Berglund
|
d022e54934
|
Merge branch 'master' into clipboard
|
2012-03-28 14:58:03 +02:00 |
|
Camilla Berglund
|
8109470e72
|
Merge branch 'master' into cursor-enter-leave
|
2012-03-22 12:06:00 +01:00 |
|
Tai Chi Minh Ralph Eastwood
|
5937af089e
|
Merge branch 'master' of github.com:raedwulf/glfw into clipboard
Conflicts:
src/CMakeLists.txt
tests/CMakeLists.txt
|
2012-02-19 06:29:48 +00:00 |
|
Tai Chi Minh Ralph Eastwood
|
d561e3a0b0
|
Merge branch 'master' of github.com:raedwulf/glfw into clipboard
Conflicts:
tests/CMakeLists.txt
|
2012-02-19 06:17:52 +00:00 |
|
Camilla Berglund
|
0c3b1b5a0e
|
Removed allocator.
|
2012-02-07 14:58:58 +01:00 |
|
Camilla Berglund
|
f6dfaf50ad
|
Formatting.
|
2012-02-05 16:56:26 +01:00 |
|
Camilla Berglund
|
b997db3a8b
|
Removed GLFWthreadmodel and glfwInitWithModels.
|
2012-02-04 01:38:00 +01:00 |
|
Camilla Berglund
|
ce288a8939
|
Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode.
|
2012-02-04 00:51:35 +01:00 |
|
Camilla Berglund
|
b016d642ab
|
Comment fixes.
|
2012-01-31 15:27:15 +01:00 |
|
Camilla Berglund
|
c4806b9532
|
Merged cursor enter/leave callbacks.
|
2012-01-30 22:59:38 +01:00 |
|
Camilla Berglund
|
1ddafc25a6
|
Moved new cursor input code to other cursor input code.
|
2012-01-30 22:30:40 +01:00 |
|
Hanmac
|
0b752b84c3
|
Added API and X11 implementation of cursor enter and leave callbacks.
|
2012-01-30 22:19:39 +01:00 |
|
Camilla Berglund
|
a18cd1b14c
|
Renamed GLFW_WINDOW_NO_RESIZE to GLFW_WINDOW_RESIZABLE.
|
2011-11-02 16:56:34 +01:00 |
|
Camilla Berglund
|
2660b27cf3
|
Renamed internal cursor position in preparation of new API.
|
2011-10-13 15:20:59 +02:00 |
|
Camilla Berglund
|
72ef537425
|
Added input function for window damage events.
|
2011-10-09 21:12:13 +02:00 |
|
Camilla Berglund
|
d0840bdea1
|
Added more input functions to clarify internal API.
|
2011-10-09 17:10:40 +02:00 |
|
Camilla Berglund
|
a98c66c8cb
|
Added glext header explanation.
|
2011-09-22 14:15:07 +02:00 |
|
Ralph Eastwood
|
31c91545be
|
Added clipboard stubs.
|
2011-09-21 10:09:47 +01:00 |
|
Camilla Berglund
|
d0af26cd43
|
Allow error callback to be set before glfwInit.
|
2011-09-16 01:16:31 +02:00 |
|
Camilla Berglund
|
3b733b91bb
|
Fixed header include paths.
|
2011-09-06 17:32:41 +02:00 |
|
Camilla Berglund
|
b1656d7323
|
Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode.
|
2011-09-06 13:55:29 +02:00 |
|
Camilla Berglund
|
c1ab73b979
|
Renamed context-related functions to more closely match underlying APIs.
|
2011-07-27 16:01:27 +02:00 |
|
Camilla Berglund
|
53f4f54c46
|
Flattened source tree.
|
2011-07-26 16:50:12 +02:00 |
|
Camilla Berglund
|
8aa8b7c2e4
|
Added glfwCopyGLState.
|
2011-05-08 15:29:36 +02:00 |
|
Camilla Berglund
|
d43e0b50d0
|
Added initial ARB_robustness support.
|
2011-03-07 20:51:34 +01:00 |
|
Camilla Berglund
|
19be24afb7
|
Moved more OpenGL logic to opengl.c.
|
2011-03-07 14:55:11 +01:00 |
|
Camilla Berglund
|
0f481cb09d
|
Renamed window hint reset function for clarity.
|
2011-03-07 14:16:31 +01:00 |
|