Commit Graph

35 Commits

Author SHA1 Message Date
Camilla Berglund
c1ef0a875d Fixed out-of-tree builds. 2010-09-17 04:28:15 +02:00
Camilla Berglund
3ca63a0cf3 Replaced platform specific config headers with shared one, updated version strings to include CMake version. 2010-09-17 00:54:11 +02:00
Camilla Berglund
867e747add Renamed window close request variable. 2010-09-16 06:02:44 +02:00
Camilla Berglund
058acc7f22 Removed content-less comments. 2010-09-16 04:19:11 +02:00
Camilla Berglund
25b22e6b4c Removed content-less comments. 2010-09-16 04:18:22 +02:00
Camilla Berglund
3c85eef0bf Moved atexit call to shared code. 2010-09-16 04:11:06 +02:00
Camilla Berglund
3089e60fbd Everyone needs to be able to split BPPs these days. 2010-09-16 03:48:19 +02:00
Camilla Berglund
3a52251bbd Formatting. 2010-09-15 17:14:26 +02:00
Camilla Berglund
2e4b9a9e4f Added comment. 2010-09-15 16:46:15 +02:00
Camilla Berglund
4cb5fa0ba8 Formatting. 2010-09-15 16:44:43 +02:00
Camilla Berglund
d7670cf906 Moved glfwTerminate window closing to shared code. 2010-09-15 02:28:56 +02:00
Camilla Berglund
318f731e3e Added glfwGetWindowPos. 2010-09-14 03:53:22 +02:00
Camilla Berglund
0f80e066ea Added window title to glfwOpenWindow. 2010-09-14 03:10:45 +02:00
Camilla Berglund
1bac99625d Fixed return type for _glfwPlatformMakeWindowCurrent. 2010-09-13 23:47:43 +02:00
Camilla Berglund
819d0446b1 Removed duplicate width and height parameters already included in window struct. 2010-09-13 23:42:51 +02:00
Camilla Berglund
c6bd6a7741 Moved window close check to shared code. 2010-09-13 23:25:55 +02:00
Camilla Berglund
bda3b85b79 Added warnings to X11 version string. 2010-09-13 18:08:59 +02:00
Camilla Berglund
d6fe447ca9 Added glfwGetVersionString. 2010-09-13 18:05:59 +02:00
Camilla Berglund
8c507dc333 Moved cursor object freeing to better place. 2010-09-11 15:42:32 +02:00
Camilla Berglund
93bfa847ff Made invisible cursor object shared by windows. 2010-09-11 15:39:21 +02:00
Camilla Berglund
93979781af Renamed X11 window handle, minor formatting of X11 window structure. 2010-09-11 15:34:03 +02:00
Camilla Berglund
ae57d13868 Made active window state global. 2010-09-11 15:14:57 +02:00
Camilla Berglund
93871abf04 Formatting. 2010-09-11 02:13:49 +02:00
Camilla Berglund
4cbe749932 Comment fixes. 2010-09-10 22:10:19 +02:00
Camilla Berglund
484a2714fc Renamed GLFW_WINDOW to GLFW_WINDOWED. 2010-09-10 13:24:19 +02:00
Camilla Berglund
cfbafc5b39 Renamed glfw.h to glfw3.h to avoid conflicts. 2010-09-10 13:16:03 +02:00
Camilla Berglund
e90ace63bd Fixed one multi-window bug, clarified missing window struct messages. 2010-09-10 00:30:48 +02:00
Camilla Berglund
326d997c1c Initial multi-window support pass. 2010-09-10 00:06:23 +02:00
Camilla Berglund
93046aecd0 Moved X11 screen and root from window to library struct (for now). 2010-09-09 23:37:50 +02:00
Camilla Berglund
fa5d7488b8 Added basic error reporting to X11 port. 2010-09-09 21:52:31 +02:00
Camilla Berglund
3228755895 Separated window GLX state into separate struct. 2010-09-09 20:36:23 +02:00
Camilla Berglund
8a04910a45 Minor X11 library struct changes. 2010-09-09 20:25:33 +02:00
Camilla Berglund
8074209af4 Made struct member lowercase. 2010-09-09 20:22:23 +02:00
Camilla Berglund
ddbd3a7895 Formatting of internal structs. 2010-09-09 20:21:15 +02:00
Camilla Berglund
445bf1ea33 Renamed lib directory to src. 2010-09-09 20:01:43 +02:00