Camilla Berglund
|
15e8af1f79
|
Added initial implementation for Cocoa.
|
2012-04-10 00:34:08 +02:00 |
|
Camilla Berglund
|
8390121869
|
Fixed legacy C warnings.
|
2012-04-09 23:56:14 +02:00 |
|
Camilla Berglund
|
8fe46ac1fe
|
Formatting.
|
2012-04-09 23:27:06 +02:00 |
|
Camilla Berglund
|
ab40dab235
|
Formatting.
|
2012-04-09 18:00:22 +02:00 |
|
Camilla Berglund
|
ad18589c6c
|
Added initial implementation for Win32.
|
2012-04-09 17:55:54 +02:00 |
|
Camilla Berglund
|
877c6337c3
|
Updated remaining ports.
|
2012-04-09 16:19:54 +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
|
2bc8d442f4
|
Formatting.
|
2012-04-09 15:36:39 +02:00 |
|
Camilla Berglund
|
952c6b7e82
|
Merge branch 'master' into clipboard
|
2012-04-09 15:33:03 +02:00 |
|
Camilla Berglund
|
fcd67c69ec
|
Simplified clipboard cache layout.
|
2012-04-09 15:27:32 +02:00 |
|
Camilla Berglund
|
b8676f01db
|
Clarified clipboard format atom use.
|
2012-04-09 15:21:54 +02:00 |
|
Camilla Berglund
|
3252829fe0
|
Replaced iterators with index.
|
2012-04-09 15:16:56 +02:00 |
|
Camilla Berglund
|
168aba78d4
|
Formatting.
|
2012-04-09 15:12:59 +02:00 |
|
Camilla Berglund
|
508207ae04
|
Removed superfluous function.
|
2012-04-09 15:04:14 +02:00 |
|
Camilla Berglund
|
d55616661d
|
Removed support for primary and secondary selections.
|
2012-04-09 15:00:52 +02:00 |
|
Camilla Berglund
|
77633d8d9a
|
Added some missing error reporting.
|
2012-04-06 14:37:40 +02:00 |
|
Camilla Berglund
|
c1dd245d8a
|
Moved input functions to input section.
|
2012-04-06 14:37:31 +02:00 |
|
Camilla Berglund
|
b076d858cc
|
Formatting.
|
2012-04-05 17:34:13 +02:00 |
|
Camilla Berglund
|
906754d3d0
|
Removed superfluous assignment.
|
2012-04-05 17:32:38 +02:00 |
|
Camilla Berglund
|
76615bf237
|
Moved EWMH logic to library init.
|
2012-04-05 17:29:08 +02:00 |
|
Camilla Berglund
|
3184e1a70a
|
Merge branch 'master' of github.com:elmindreda/glfw
|
2012-04-05 16:52:22 +02:00 |
|
Camilla Berglund
|
61264339a7
|
Simplified X11 screen handling.
|
2012-04-05 16:14:01 +02:00 |
|
Camilla Berglund
|
c996b861ba
|
Merge pull request #2 from fatty/joystick-hats
Implemented POV hat support for OS X and Win32.
|
2012-04-03 09:27:32 -07:00 |
|
Camilla Berglund
|
2753577dbd
|
Removed dynamic loading of gdi32.
|
2012-03-30 02:28:15 +02:00 |
|
Camilla Berglund
|
532e0dd2f6
|
Formatting.
|
2012-03-30 01:55:28 +02:00 |
|
Camilla Berglund
|
cd44a7182b
|
Removed re-definitions of Win32 things now ancient.
|
2012-03-30 01:54:50 +02:00 |
|
Matt Arsenault
|
3bcde7e1cd
|
Only define Win32 crud macros if not defined already
|
2012-03-29 17:41:05 -04:00 |
|
Camilla Berglund
|
cbe29b4963
|
Merge branch 'master' into clipboard
|
2012-03-29 14:30:21 +02:00 |
|
Camilla Berglund
|
fcf54b4b27
|
Moved dynamic loading macros to configuration header.
|
2012-03-29 14:21:04 +02:00 |
|
Camilla Berglund
|
dd8b098387
|
Moved _GLFW_BUILD_DLL into configuration header.
|
2012-03-29 14:06:26 +02:00 |
|
Camilla Berglund
|
92d4c02e07
|
Merge branch 'master' into clipboard
Conflicts:
src/CMakeLists.txt
|
2012-03-29 13:29:28 +02:00 |
|
Camilla Berglund
|
171db6d6cb
|
Discarded uninteresting scroll events.
|
2012-03-28 22:39:48 +02:00 |
|
Camilla Berglund
|
c9163e56d1
|
Merge branch 'master' of github.com:elmindreda/glfw
|
2012-03-28 21:58:13 +02:00 |
|
Camilla Berglund
|
4ef9aec7e0
|
Made scrolling deltas floating point.
|
2012-03-28 21:54:09 +02:00 |
|
Camilla Berglund
|
e4328af790
|
Formatting.
|
2012-03-28 16:08:55 +02:00 |
|
Camilla Berglund
|
7f470065fc
|
Applied coding conventions.
|
2012-03-28 15:05:17 +02:00 |
|
Camilla Berglund
|
d022e54934
|
Merge branch 'master' into clipboard
|
2012-03-28 14:58:03 +02:00 |
|
Osman Keskin
|
f84990bffd
|
Implemented joystick hat support for OS X and Win32.
|
2012-03-27 00:24:01 +02:00 |
|
Camilla Berglund
|
77c9baab35
|
Fixed issues found with static analysis.
|
2012-03-26 15:29:01 +02:00 |
|
Camilla Berglund
|
d40a3d1617
|
Renamed Cocoa window object member.
|
2012-03-26 15:21:41 +02:00 |
|
Camilla Berglund
|
a12b395442
|
Added headers to project.
|
2012-03-26 15:21:13 +02:00 |
|
Camilla Berglund
|
c9820b2ba5
|
Fixed issues found with static analysis.
|
2012-03-26 15:20:31 +02:00 |
|
Camilla Berglund
|
8e4e70d7a4
|
Implemented cursor enter/leave for OS X.
|
2012-03-26 14:46:42 +02:00 |
|
Camilla Berglund
|
466246670f
|
Merge branch 'master' into cursor-enter-leave
|
2012-03-26 13:54:28 +02:00 |
|
Camilla Berglund
|
92758e4ac0
|
Made pkg-config file use version variable.
|
2012-03-26 13:15:37 +02:00 |
|
Camilla Berglund
|
6fd6c5f7e4
|
Moved pkg-config file generation.
|
2012-03-26 03:11:43 +02:00 |
|
Camilla Berglund
|
e53bbfd2dd
|
Renamed pkg-config file template.
|
2012-03-26 03:06:45 +02:00 |
|
Camilla Berglund
|
865aa05ec1
|
Merge branch 'master' into clipboard
Conflicts:
src/CMakeLists.txt
src/libglfw.pc.cmake
|
2012-03-26 03:04:29 +02:00 |
|
Camilla Berglund
|
7fb702a22b
|
Removed unused code.
|
2012-03-25 20:45:06 +02:00 |
|
Camilla Berglund
|
2588c9be17
|
Renamed GLFW_BUILD_DLL to _GLFW_BUILD_DLL.
|
2012-03-25 17:40:30 +02:00 |
|
Camilla Berglund
|
c097246312
|
Fixed listing of non-pkg-config libraries.
|
2012-03-25 17:34:21 +02:00 |
|
Camilla Berglund
|
bd8eb1399a
|
Put platform detection in a single place.
|
2012-03-25 16:51:24 +02:00 |
|
Camilla Berglund
|
20e685d37b
|
Formatted variables not used outside of the local CMake project.
|
2012-03-25 16:49:15 +02:00 |
|
Camilla Berglund
|
d743793e71
|
Pkg-config dependency generation fixes.
|
2012-03-25 14:51:56 +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
|
29d38c3b64
|
Increased Cocoa pixel format attribute array size.
|
2012-03-23 15:27:50 +01:00 |
|
Camilla Berglund
|
c2a2114590
|
Fixed GCC warnings.
|
2012-03-22 23:30:00 +01:00 |
|
Camilla Berglund
|
8d2c2791c2
|
Added initial Linux MinGW-w64 support.
|
2012-03-22 16:57:38 +01:00 |
|
Camilla Berglund
|
812ad163eb
|
Formatting.
|
2012-03-22 14:29:23 +01:00 |
|
Camilla Berglund
|
742299faaa
|
Merged implementation for Win32.
|
2012-03-22 13:17:44 +01:00 |
|
Camilla Berglund
|
8109470e72
|
Merge branch 'master' into cursor-enter-leave
|
2012-03-22 12:06:00 +01:00 |
|
Camilla Berglund
|
df1af5ca75
|
I am POSIXed.
|
2012-03-20 20:00:04 +01:00 |
|
Camilla Berglund
|
c58750ef92
|
Applied fix for pixel format creation failure.
|
2012-03-20 15:30:46 +01:00 |
|
Camilla Berglund
|
61d4cf4f39
|
Merge branch 'master' of github.com:elmindreda/glfw
|
2012-03-20 15:24:23 +01:00 |
|
Camilla Berglund
|
eb83a3e8f9
|
Replaced final deprecated Core Graphics call.
|
2012-03-20 15:23:35 +01:00 |
|
Camilla Berglund
|
21f2327e56
|
Formatting.
|
2012-03-10 16:23:09 +01:00 |
|
Camilla Berglund
|
5fd66f7d30
|
Free visual list earlier.
|
2012-03-07 18:38:08 +01:00 |
|
Camilla Berglund
|
339fb7d246
|
Made key code translation table private to function.
|
2012-03-07 15:13:41 +01:00 |
|
Camilla Berglund
|
89eec8af09
|
Made more consistent use of key code conversion.
|
2012-03-07 15:10:53 +01:00 |
|
Camilla Berglund
|
8155f90bf3
|
Formatting.
|
2012-03-07 15:04:14 +01:00 |
|
Camilla Berglund
|
be547da9d2
|
Replaced more deprecated CoreGraphics calls.
|
2012-03-06 02:21:01 +01:00 |
|
Camilla Berglund
|
5f854b2bbf
|
Replaced CFRelease with CGDisplayModeRelease.
|
2012-03-06 00:58:04 +01:00 |
|
Camilla Berglund
|
a90675c526
|
Shortened the shortening.
|
2012-03-05 22:05:40 +01:00 |
|
Camilla Berglund
|
3383e59a73
|
Renamed function.
|
2012-03-05 20:30:59 +01:00 |
|
Camilla Berglund
|
cb9bae5c71
|
Made glfwOpenWindow enforce the forward-compat and profile hints.
|
2012-03-05 20:27:47 +01:00 |
|
Camilla Berglund
|
e55396d754
|
Shortened call to setAppleMenu:.
|
2012-03-05 20:09:06 +01:00 |
|
Camilla Berglund
|
cc15dff98c
|
Merge branch 'master' of github.com:elmindreda/glfw
|
2012-03-05 16:29:37 +01:00 |
|
Camilla Berglund
|
7af82fdade
|
Replaced deprecated CoreGraphics calls in video mode enumeration.
|
2012-03-05 16:27:53 +01:00 |
|
Camilla Berglund
|
c0db61bd6e
|
Moved autorelease pool back to glfwInit.
|
2012-03-05 16:26:15 +01:00 |
|
Camilla Berglund
|
f49119107f
|
Removed misplaced Win32 configuration macros.
|
2012-03-01 03:45:06 +01:00 |
|
Camilla Berglund
|
cd7b9b1568
|
CMake file formatting.
|
2012-02-29 20:15:39 +01:00 |
|
Camilla Berglund
|
a82598ea24
|
Disable dynamic loading for Win32 DLL.
|
2012-02-29 19:52:34 +01:00 |
|
Camilla Berglund
|
98fbc07aa4
|
Fixed GLFW_WINDOW_NO_RESIZE state not being saved.
|
2012-02-27 02:21:26 +01:00 |
|
Camilla Berglund
|
a202799f45
|
Renamed AppKit init function.
|
2012-02-26 03:24:42 +01:00 |
|
Hanmac
|
7e0ca6705b
|
Added use of XkbKeycodeToKeysym when Xkb is available.
|
2012-02-23 21:51:57 +01:00 |
|
Camilla Berglund
|
ea36557b93
|
Merge remote-tracking branch 'raedwulf/clipboard' into clipboard
Conflicts:
src/CMakeLists.txt
|
2012-02-19 13:43:26 +01:00 |
|
Tai Chi Minh Ralph Eastwood
|
8b7fc5d601
|
Trailing whitespace.
|
2012-02-19 06:30:45 +00: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 |
|
Tai Chi Minh Ralph Eastwood
|
a3430c2dec
|
No idea why this file changed... or should it be changed at all.
|
2012-02-19 05:40:11 +00:00 |
|
Camilla Berglund
|
84ea69358f
|
Removed unused variable, fixed chdir regression.
|
2012-02-15 01:57:43 +01:00 |
|
Camilla Berglund
|
4a9545317e
|
Postponed AppKit init to first window creation.
|
2012-02-15 01:44:55 +01:00 |
|
Camilla Berglund
|
e7f7c19de3
|
Made C-only modules C.
|
2012-02-15 01:20:27 +01:00 |
|
Camilla Berglund
|
65f55d03b1
|
Removed invalid timer set.
|
2012-02-15 01:11:16 +01:00 |
|
Camilla Berglund
|
7302f761d9
|
Cleaned up bundle resource directory logic, clarified comment.
|
2012-02-15 00:33:01 +01:00 |
|
Camilla Berglund
|
f2062e06b7
|
Removed traces of Captain Obvious.
|
2012-02-09 16:31:01 +01:00 |
|
Camilla Berglund
|
13a438c91e
|
Replaced NSDate time source with mach_absolute_time.
|
2012-02-09 01:53:26 +01:00 |
|
Camilla Berglund
|
cd670c34a2
|
Fixed Alt+F4 not being translated into WM_CLOSE.
|
2012-02-07 16:56:06 +01:00 |
|
Camilla Berglund
|
0b34cb1466
|
Removed unused variable.
|
2012-02-07 16:21:37 +01:00 |
|
Camilla Berglund
|
bba4a56352
|
Added missing return value.
|
2012-02-07 16:21:19 +01:00 |
|
Camilla Berglund
|
ca9633247b
|
Merge branch 'master' of github.com:elmindreda/glfw
Conflicts:
src/win32_window.c
|
2012-02-07 15:43:29 +01: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
|
32b07923ab
|
Formatting.
|
2012-02-05 02:43:49 +01:00 |
|
Camilla Berglund
|
fccef20b76
|
Added explicit WINVER, avoid redefining UNICODE.
|
2012-02-05 02:41:52 +01:00 |
|
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
|
c4806b9532
|
Merged cursor enter/leave callbacks.
|
2012-01-30 22:59:38 +01:00 |
|
Camilla Berglund
|
1d2a9790c9
|
Only show cursor on leave in hidden mode.
|
2012-01-30 22:44:41 +01:00 |
|
Camilla Berglund
|
7e470518ba
|
Formatting.
|
2012-01-30 22:32:14 +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
|
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 |
|