Camilla Berglund
|
84579305cb
|
Made string conversions globally available.
|
2012-02-05 02:07:50 +01:00 |
|
Camilla Berglund
|
f582746aaa
|
Merge branch 'utf8'
|
2012-02-04 02:17:19 +01:00 |
|
Camilla Berglund
|
e937c86893
|
Added UTF-8 window title support for Cocooa.
|
2012-02-04 02:15:17 +01:00 |
|
Camilla Berglund
|
fcae55591e
|
Merge branch 'master' of github.com:elmindreda/glfw
|
2012-02-04 02:05:38 +01:00 |
|
Camilla Berglund
|
ad55edf114
|
Merge branch 'master' into utf8
|
2012-02-04 01:55:46 +01:00 |
|
Camilla Berglund
|
b997db3a8b
|
Removed GLFWthreadmodel and glfwInitWithModels.
|
2012-02-04 01:38:00 +01:00 |
|
Camilla Berglund
|
609c008a19
|
Moved input mode functions to top.
|
2012-02-04 01:34:12 +01:00 |
|
Camilla Berglund
|
5a05da441d
|
Formatting.
|
2012-02-04 00:52:13 +01:00 |
|
Camilla Berglund
|
ce288a8939
|
Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode.
|
2012-02-04 00:51:35 +01:00 |
|
Camilla Berglund
|
9c0c2c6b08
|
Upgraded Win32 port to Unicode mode.
|
2012-02-03 20:34:24 +01:00 |
|
Camilla Berglund
|
06074bc698
|
Added support for _NET_WM_ICON_NAME.
|
2012-02-02 17:20:14 +01:00 |
|
Camilla Berglund
|
797e936311
|
Replaced XStoreName and XSetIconName with X*SetWMProperties.
|
2012-02-02 17:01:11 +01:00 |
|
Camilla Berglund
|
083380884b
|
Removed declarations made superfluous by our glxext.h header.
|
2012-02-01 22:00:07 +01:00 |
|
Camilla Berglund
|
78c135606a
|
Removed error made superfluous by our glxext.h header.
|
2012-02-01 18:38:06 +01:00 |
|
Camilla Berglund
|
87dfde34a9
|
Formatting.
|
2012-02-01 14:43:42 +01:00 |
|
Camilla Berglund
|
a508d21961
|
Merge remote-tracking branch 'hanmac/utf8Title' into utf8
|
2012-02-01 14:28:42 +01:00 |
|
Camilla Berglund
|
05173690d0
|
Merge branch 'master' of github.com:elmindreda/glfw
|
2012-02-01 14:27:43 +01:00 |
|
Camilla Berglund
|
017e2b3483
|
Formatting and cleanup.
|
2012-02-01 00:48:29 +01:00 |
|
Hanmac
|
1be6f17c66
|
add _NET_WM_NAME to the hasEWMGH check
|
2012-02-01 00:10:17 +01:00 |
|
Camilla Berglund
|
42cf91a07c
|
Fixed GLFW_KEY_GRAVE_ACCENT and GLFW_KEY_WORLD_1 on Cocoa.
|
2012-02-01 00:00:20 +01:00 |
|
Camilla Berglund
|
b6c510c9d1
|
Split window and context creation into separate functions.
|
2012-01-31 17:53:19 +01:00 |
|
Camilla Berglund
|
b016d642ab
|
Comment fixes.
|
2012-01-31 15:27:15 +01:00 |
|
Hanmac
|
8e2f4cfb31
|
add setting an utf8 string to _NET_WM_NAME for x11
|
2012-01-31 12:14:59 +01:00 |
|
Camilla Berglund
|
fa17b7e616
|
Compatibility fixes.
|
2012-01-30 00:02:54 +01:00 |
|
Camilla Berglund
|
0cb77a31b6
|
Formatting.
|
2012-01-29 17:08:22 +01:00 |
|
Camilla Berglund
|
32f186e82d
|
Made joystick array static.
|
2012-01-29 15:51:09 +01:00 |
|
Camilla Berglund
|
ea8c7029a7
|
Formatting.
|
2012-01-29 15:41:06 +01:00 |
|
Camilla Berglund
|
e26fd639f9
|
Disabled debug printing.
|
2012-01-29 15:39:35 +01:00 |
|
Camilla Berglund
|
58bb6b5288
|
Formatting.
|
2012-01-29 15:38:22 +01:00 |
|
Camilla Berglund
|
3ff48b5b47
|
Formatting.
|
2012-01-29 15:37:29 +01:00 |
|
Camilla Berglund
|
98173ece03
|
Removed calls to exit on joystick init failure.
|
2012-01-29 15:32:16 +01:00 |
|
Camilla Berglund
|
a5b8c8db18
|
Replaced malloc and free with GLFW allocator.
|
2012-01-29 15:30:43 +01:00 |
|
Camilla Berglund
|
e05f0c0f53
|
Formatting.
|
2012-01-29 15:30:01 +01:00 |
|
Camilla Berglund
|
2935652f48
|
Merge remote-tracking branch 'tikhomirov/osx_joystick'
Conflicts:
.gitignore
src/cocoa_init.m
|
2012-01-29 15:05:58 +01:00 |
|
Camilla Berglund
|
e93ae44ee5
|
Formatting.
|
2012-01-24 18:28:37 +01:00 |
|
Camilla Berglund
|
8f3b21eb81
|
Merge branch 'master' of github.com:elmindreda/glfw
|
2012-01-20 02:24:17 +01:00 |
|
Camilla Berglund
|
1187c7da62
|
Ported the temporary cursor jitter fix from 2.7.3.
|
2012-01-20 02:23:27 +01:00 |
|
Camilla Berglund
|
57f9602b0e
|
Removed speculation.
|
2012-01-18 21:13:06 +01:00 |
|
Camilla Berglund
|
1ca5391acd
|
Removed trailing whitespace.
|
2012-01-18 21:12:34 +01:00 |
|
Camilla Berglund
|
6add995b06
|
Formatting.
|
2012-01-18 19:59:42 +01:00 |
|
Camilla Berglund
|
d322fa1ab4
|
Added workaround for APIENTRY.
|
2012-01-18 18:44:28 +01:00 |
|
Camilla Berglund
|
379d0025ec
|
Removed library name from version string to more closely match OpenGL format.
|
2012-01-18 18:15:28 +01:00 |
|
Camilla Berglund
|
cde95f72c0
|
Made X extensions be adjacent in version string.
|
2012-01-18 18:13:31 +01:00 |
|
Camilla Berglund
|
129ef3f72a
|
Added Xkb presence to version string.
|
2012-01-18 17:51:46 +01:00 |
|
Camilla Berglund
|
87f713a5e2
|
Added glfwInit exception comment.
|
2012-01-10 21:35:13 +01:00 |
|
Camilla Berglund
|
85982b2985
|
Removed Cygwin cross-compilation hacks.
|
2011-11-03 00:13:49 +01:00 |
|
Camilla Berglund
|
96267c8696
|
Formatting.
|
2011-11-02 17:34:27 +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
|
3ebe9a4358
|
Mouse input fixes.
|
2011-10-13 14:07:52 +02:00 |
|