1dc281b | Wenzel Jakob | 26 June 2016, 20:14:38 UTC | cmake fixes, updated .gitignore for Ninja | 26 June 2016, 21:37:14 UTC |
495c628 | Wenzel Jakob | 26 June 2016, 20:08:12 UTC | Merge branch 'master' into build-system-tweaks | 26 June 2016, 20:08:12 UTC |
f6ec835 | Camilla Berglund | 02 June 2016, 14:13:47 UTC | Fix documentation for timer thread safety | 02 June 2016, 14:13:47 UTC |
5f17b61 | Camilla Berglund | 02 June 2016, 13:57:25 UTC | Win32: Remove accidental C99 | 02 June 2016, 13:57:47 UTC |
d203ccb | Camilla Berglund | 02 June 2016, 12:15:49 UTC | Add workaround for missing headers in legacy MinGW | 02 June 2016, 12:21:56 UTC |
757eea2 | Camilla Berglund | 01 June 2016, 14:17:06 UTC | Update email address | 01 June 2016, 19:25:20 UTC |
6a8e169 | Camilla Berglund | 01 June 2016, 13:42:18 UTC | Update copyright notice year | 01 June 2016, 19:25:19 UTC |
9e86826 | Camilla Berglund | 01 June 2016, 10:10:55 UTC | Documentation work | 01 June 2016, 19:25:18 UTC |
278bffe | Camilla Berglund | 01 June 2016, 10:09:18 UTC | Remove severely outdated Rift guide | 01 June 2016, 19:25:09 UTC |
f5b71f5 | Camilla Berglund | 27 May 2016, 12:20:39 UTC | Add error section to glfwMaximizeWindow reference | 01 June 2016, 18:34:21 UTC |
20ac3d3 | Camilla Berglund | 31 May 2016, 19:22:40 UTC | Remove caveat for fixed bug | 31 May 2016, 19:22:40 UTC |
4adbece | Camilla Berglund | 31 May 2016, 13:38:28 UTC | Make cursor test wait by default | 31 May 2016, 13:38:28 UTC |
7314501 | Camilla Berglund | 31 May 2016, 13:38:12 UTC | Formatting | 31 May 2016, 13:38:12 UTC |
1615edf | Camilla Berglund | 31 May 2016, 13:37:10 UTC | Clarify wording Related to #766. | 31 May 2016, 13:37:20 UTC |
28d4c9e | Camilla Berglund | 31 May 2016, 11:03:59 UTC | X11: Re-enable cursor for all types of FocusOut This prevents disabled cursor mode from interfering with window frame interactions. Related to #650. | 31 May 2016, 11:04:04 UTC |
ed076b7 | Camilla Berglund | 31 May 2016, 10:57:55 UTC | Win32: Re-enable cursor during modal loops Related to #650. | 31 May 2016, 10:59:41 UTC |
915a98c | Camilla Berglund | 30 May 2016, 20:14:13 UTC | Add missing XFlush calls | 30 May 2016, 20:14:13 UTC |
2d2756c | Camilla Berglund | 30 May 2016, 19:21:09 UTC | Simplify cursor window logic | 30 May 2016, 20:12:33 UTC |
03db3ed | Camilla Berglund | 30 May 2016, 19:19:00 UTC | Cleanup | 30 May 2016, 19:19:00 UTC |
20bce15 | Camilla Berglund | 30 May 2016, 14:04:37 UTC | Documentation work | 30 May 2016, 15:00:21 UTC |
85f6c6b | Camilla Berglund | 29 May 2016, 15:37:32 UTC | Add description of 3.2 release | 29 May 2016, 15:55:08 UTC |
bda031f | Camilla Berglund | 25 May 2016, 12:43:51 UTC | Cleanup | 29 May 2016, 13:34:08 UTC |
797ee8d | Camilla Berglund | 25 May 2016, 12:06:02 UTC | Move all cursor positioning to platform code Due to Wayland, shared code cannot rely on cursor positioning being supported by the underlying platform. This implicitly fixes #617 as it moves cursor centering into _glfwPlatformSetCursorMode, thus separating it from the stale value of _glfw.cursorWindow. Fixes #617. | 29 May 2016, 13:33:49 UTC |
0e84688 | Camilla Berglund | 24 May 2016, 10:23:58 UTC | Clarify cursor position variable names | 27 May 2016, 00:39:03 UTC |
72b3a7a | Camilla Berglund | 24 May 2016, 10:32:38 UTC | Move comment to the actual line being discussed | 27 May 2016, 00:39:03 UTC |
32f38b9 | Camilla Berglund | 24 May 2016, 19:33:15 UTC | Fix OS X key names not following layout | 24 May 2016, 20:12:15 UTC |
7fd7dca | Camilla Berglund | 23 May 2016, 20:59:11 UTC | Remove completed todo | 23 May 2016, 20:59:11 UTC |
0a668be | Camilla Berglund | 23 May 2016, 13:16:53 UTC | Add arrow keys to gamma test | 23 May 2016, 13:23:14 UTC |
edb284f | Camilla Berglund | 23 May 2016, 12:29:06 UTC | Add more argument value checks | 23 May 2016, 13:23:14 UTC |
54cb23d | Camilla Berglund | 18 May 2016, 21:23:39 UTC | Fix value checks failing on GLFW_DONT_CARE | 23 May 2016, 13:23:14 UTC |
c4c9972 | Camilla Berglund | 23 May 2016, 10:46:57 UTC | Add dynamic loading of HIToolbox.framework Fixes #717. | 23 May 2016, 13:21:56 UTC |
57f4ba7 | Camilla Berglund | 22 May 2016, 12:25:37 UTC | Add basic argument checks for glfwSetWindowMonitor | 23 May 2016, 13:19:09 UTC |
325729d | Camilla Berglund | 22 May 2016, 12:25:04 UTC | Documentation work | 22 May 2016, 12:25:04 UTC |
cd49efa | Camilla Berglund | 31 March 2016, 19:10:12 UTC | Enable Cocoa multi-threaded mode | 22 May 2016, 12:02:29 UTC |
bc649e1 | Camilla Berglund | 03 May 2016, 15:44:46 UTC | Formatting | 11 May 2016, 13:23:27 UTC |
3c1a83d | ocornut | 29 November 2015, 16:55:08 UTC | Fix keys filtered by IME being passed to callback Closes #651. | 10 May 2016, 10:30:04 UTC |
4eb7cba | Brandon Schaefer | 05 May 2016, 12:22:57 UTC | Mir: Remove workaround for LP bug 1477285 Closes #756. | 05 May 2016, 12:22:57 UTC |
a502152 | linkmauve | 05 May 2016, 12:15:44 UTC | wayland: Always make the window surface opaque | 05 May 2016, 12:15:44 UTC |
ef80bea | Camilla Berglund | 28 March 2016, 11:19:31 UTC | Add run-time context creation API selection Fixes #145. | 04 May 2016, 15:00:07 UTC |
9d50a34 | Camilla Berglund | 04 May 2016, 14:56:17 UTC | Fix X11 build on non-Linux systems | 04 May 2016, 15:00:06 UTC |
12a6956 | Camilla Berglund | 04 May 2016, 14:28:08 UTC | Add validation of size limit and aspect ratio args | 04 May 2016, 14:34:52 UTC |
e640d84 | Camilla Berglund | 04 May 2016, 14:04:26 UTC | Fix Win32 window size event race condition The old window size was reported after re-entering full screen and setting and reporting the new window size. Fixes #740. | 04 May 2016, 14:34:48 UTC |
11d051b | Camilla Berglund | 03 May 2016, 10:00:16 UTC | Formatting | 03 May 2016, 11:43:17 UTC |
932a161 | Camilla Berglund | 03 May 2016, 09:58:25 UTC | Unconditionally use some EWMH atoms These window properties do no harm if they're declared even if the WM doesn't support them. This makes GLFW slightly more tolerant of WM changes as well as things like Ubuntu Unity reading _NET_WM_ICON without declaring support for it. | 03 May 2016, 11:40:53 UTC |
211bdab | Camilla Berglund | 03 May 2016, 09:38:45 UTC | Fix NET_WM_STATE clobbering at creation | 03 May 2016, 11:40:53 UTC |
6fcedb5 | Camilla Berglund | 03 May 2016, 09:28:23 UTC | Fix GLFW_RESIZABLE on X11 when exiting full screen The WM normal hints were set with the wrong window dimensions. Fixes #737. | 03 May 2016, 11:40:34 UTC |
3f25610 | Camilla Berglund | 02 May 2016, 21:03:43 UTC | Fix uses of deprecated Vulkan symbol | 02 May 2016, 21:03:43 UTC |
078bd8e | Camilla Berglund | 02 May 2016, 21:03:10 UTC | Update Vulkan headers to 1.0.11 SDK | 02 May 2016, 21:03:10 UTC |
e44fd87 | bschaefer | 17 April 2016, 20:48:10 UTC | Mir: Fix button states | 02 May 2016, 19:59:57 UTC |
f000b5d | bschaefer | 16 April 2016, 23:27:42 UTC | Mir: Fix window/context creation order Need to create the native window before creating the context as creating the context creates the EGL surface. | 02 May 2016, 19:58:54 UTC |
1e82832 | Emmanuel Gil Peyrot | 08 April 2016, 23:47:55 UTC | wayland: Report unsupported operations as errors | 02 May 2016, 19:49:57 UTC |
c301a1e | Emmanuel Gil Peyrot | 08 April 2016, 23:55:03 UTC | wayland: Implement remaining attribute getters | 02 May 2016, 19:49:31 UTC |
e673bdc | Emmanuel Gil Peyrot | 08 April 2016, 23:54:23 UTC | wayland: Implement maximized state | 02 May 2016, 19:49:27 UTC |
71cedc6 | Emmanuel Gil Peyrot | 08 April 2016, 23:53:03 UTC | wayland: Implement glfwSetWindowMonitor | 02 May 2016, 19:49:23 UTC |
5034c6c | Emmanuel Gil Peyrot | 08 April 2016, 23:51:48 UTC | wayland: Handle hidden window as no shell surface | 02 May 2016, 19:47:21 UTC |
f0f5d9f | Emmanuel Gil Peyrot | 08 April 2016, 23:42:58 UTC | wayland: Implement size limits and aspect ratio | 02 May 2016, 19:47:00 UTC |
0b6a431 | Camilla Berglund | 01 May 2016, 20:54:02 UTC | Create EWMH and XDND atoms on demand | 01 May 2016, 21:01:48 UTC |
3b0b5da | IntellectualKitty | 27 April 2016, 12:04:16 UTC | Fix test for joystick presence in matchCallback The matchCallback function has an initial loop to filter out redundant joystick additions based on matching deviceRef values. However, the if statement incorrectly combines this test with the condition that the joystick is not present, which is obviously incorrect. Closes #753. | 27 April 2016, 13:42:19 UTC |
bde2fa0 | Wenzel Jakob | 21 April 2016, 15:33:01 UTC | downgrade CMake requirement to what's available on Travis-CI | 21 April 2016, 15:33:01 UTC |
d97044d | Erlend Sogge Heggen | 20 April 2016, 10:40:56 UTC | Update forum link Closes #743. | 20 April 2016, 11:05:06 UTC |
abc4799 | Wenzel Jakob | 19 April 2016, 12:49:46 UTC | Merge tag '3.1.2' into build-system-tweaks Tag 3.1.2 release | 19 April 2016, 12:49:46 UTC |
99dc2c4 | Camilla Berglund | 17 April 2016, 11:44:07 UTC | Fix setting of GLFW_MAXIMIZED hint Caused by a bad rebase. Fixes #738. | 17 April 2016, 11:44:07 UTC |
95439ba | Camilla Berglund | 04 April 2016, 10:52:08 UTC | Merge downstream FreeBSD fix | 04 April 2016, 10:52:08 UTC |
e2d5071 | Camilla Berglund | 31 March 2016, 14:56:43 UTC | Fix typo | 31 March 2016, 14:56:43 UTC |
135ed7f | Camilla Berglund | 31 March 2016, 12:22:54 UTC | Fix build on legacy MinGW | 31 March 2016, 13:04:25 UTC |
bd34516 | Camilla Berglund | 31 March 2016, 11:07:06 UTC | Fix missing constant on VC++ 2010 | 31 March 2016, 11:07:06 UTC |
c41b029 | Camilla Berglund | 31 March 2016, 10:40:41 UTC | Update changelog | 31 March 2016, 10:40:41 UTC |
9e35bc7 | Camilla Berglund | 31 March 2016, 08:54:54 UTC | Update changelog | 31 March 2016, 10:24:03 UTC |
c2fd61f | Camilla Berglund | 30 March 2016, 21:26:09 UTC | Remove unused variable in timeout test | 31 March 2016, 10:24:02 UTC |
7cbdae1 | Camilla Berglund | 16 February 2016, 22:06:29 UTC | Add initial DirectInput 8 support Fixes #232. | 31 March 2016, 10:24:01 UTC |
3aebb0b | Camilla Berglund | 08 February 2016, 08:32:48 UTC | Cleanup | 31 March 2016, 10:23:49 UTC |
8a7fa30 | Camilla Berglund | 13 December 2015, 16:38:50 UTC | Add glfwSetJoystickCallback | 31 March 2016, 10:12:09 UTC |
bdd17c3 | Camilla Berglund | 08 February 2016, 15:39:08 UTC | Make helper window child of HWND_MESSAGE | 31 March 2016, 10:12:08 UTC |
3bbc8e3 | Camilla Berglund | 31 March 2016, 08:45:40 UTC | Hack for msvcrt and mintty | 31 March 2016, 10:12:07 UTC |
eb3577c | Camilla Berglund | 15 August 2014, 13:08:09 UTC | Add initial XInput support | 31 March 2016, 10:12:04 UTC |
9f1474c | Camilla Berglund | 29 March 2016, 11:05:30 UTC | Add Unix full screen key chord for no reason | 29 March 2016, 12:10:24 UTC |
608a33f | Camilla Berglund | 29 March 2016, 12:00:44 UTC | Add credit | 29 March 2016, 12:01:06 UTC |
c580949 | Camilla Berglund | 29 March 2016, 11:42:11 UTC | Cleanup | 29 March 2016, 12:01:06 UTC |
ae4ece8 | IntellectualKitty | 23 March 2016, 22:11:34 UTC | Remove redundant OS X joystick polling Closes #729. | 29 March 2016, 12:00:13 UTC |
13e2ad2 | Camilla Berglund | 29 March 2016, 09:26:37 UTC | Documentation work | 29 March 2016, 09:37:22 UTC |
c234a19 | Camilla Berglund | 29 March 2016, 09:09:03 UTC | Fix invalid EGL display being terminated | 29 March 2016, 09:13:07 UTC |
20574fa | Camilla Berglund | 29 March 2016, 09:05:42 UTC | Fix VC++ warnings | 29 March 2016, 09:13:07 UTC |
29e232f | Camilla Berglund | 29 March 2016, 08:49:34 UTC | Improved error messages | 29 March 2016, 09:13:06 UTC |
bc713da | Camilla Berglund | 29 March 2016, 08:45:06 UTC | Documentation work [ci skip] | 29 March 2016, 09:12:56 UTC |
33c68a2 | Camilla Berglund | 28 March 2016, 18:17:37 UTC | Formatting [ci skip] | 29 March 2016, 09:12:49 UTC |
f96d865 | Camilla Berglund | 28 March 2016, 18:11:22 UTC | Cleanup | 28 March 2016, 18:16:53 UTC |
925208d | Camilla Berglund | 23 March 2016, 09:24:59 UTC | Fix copypaste mistake | 28 March 2016, 10:44:50 UTC |
7ab7d8b | Camilla Berglund | 23 March 2016, 09:24:01 UTC | Make use of uint32_t where appropriate This change does not affect the ABI. | 28 March 2016, 10:34:57 UTC |
5661d03 | Camilla Berglund | 23 March 2016, 09:09:07 UTC | Replace GLFWuint64 with uint64_t C99 stdint.h is provided by VS 2010 and later. GLFW has not provided testing or binaries for VS 2008 for several releases. For earlier versions of VS there are third-party alternatives: https://msinttypes.googlecode.com/svn/trunk/stdint.h http://www.azillionmonkeys.com/qed/pstdint.h This change does not affect the ABI. | 28 March 2016, 10:34:44 UTC |
5eb2e83 | Camilla Berglund | 20 March 2016, 08:39:53 UTC | Cleanup | 28 March 2016, 10:26:08 UTC |
c1e4c45 | Camilla Berglund | 27 March 2016, 19:20:31 UTC | Replace Win32 window long with window property Related to #25. | 28 March 2016, 08:57:19 UTC |
3503cba | Camilla Berglund | 24 March 2016, 20:20:33 UTC | Fix Ctrl+Pause reported as unknown key on Win32 Fixes #730 | 24 March 2016, 20:26:57 UTC |
728a088 | Camilla Berglund | 18 March 2016, 11:08:43 UTC | Fix event processing guide section | 18 March 2016, 11:08:43 UTC |
17bcefe | Camilla Berglund | 18 March 2016, 11:01:48 UTC | Fix CGL context not being released until later Fixes #721. | 18 March 2016, 11:01:48 UTC |
6570d0c | Camilla Berglund | 23 February 2016, 11:26:42 UTC | Add glfwSetWindowMonitor This adds the ability to switch between windowed and full screen modes, move a full screen window between monitors and update its desired resolution and refresh rate. Fixes #43. | 18 March 2016, 10:13:24 UTC |
fb8a31b | Camilla Berglund | 18 March 2016, 10:00:28 UTC | Fix icon test destroying window from callback | 18 March 2016, 10:05:06 UTC |
e37dbd8 | Camilla Berglund | 18 March 2016, 09:36:33 UTC | Fix missing include in event wait timeout test | 18 March 2016, 09:36:33 UTC |
fc3acda | Camilla Berglund | 18 March 2016, 09:33:23 UTC | Remove pointless window hint from Boing example | 18 March 2016, 09:33:23 UTC |
0365f1e | Camilla Berglund | 18 March 2016, 09:32:14 UTC | Fix warning when building for X11 on Cygwin | 18 March 2016, 09:32:14 UTC |
99c925e | Camilla Berglund | 23 February 2016, 11:34:35 UTC | Add tracking of which window 'owns' a monitor | 16 March 2016, 15:16:29 UTC |