662958ef11 
								
							
								 
							
						 
						
							
							
								
								Make resetMouseCursor consistent with setCursorMode  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								1ba8fd05c0 
								
							
								 
							
						 
						
							
							
								
								Add GLFW_CURSOR_HIDDEN.  
							
							... 
							
							
 
							
							Uses addCursorRect:cursor: as discussed.. well, too long ago. Anyhow,
this will effectively hide the cursor while it is inside a window with
GLFW_CURSOR_HIDDEN or GLFW_CURSOR_CAPTURED enabled. This shouldn't mess
up cursor retain counts either, unlike previous uses of the hide/unhide
methods on NSCursor.
It does allocate a small, single-pixel image for an invisible cursor,
as well as the cursor itself, but that shouldn't be too much trouble. 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								1f148f2bd6 
								
							
								 
							
						 
						
							
							
								
								Keep cursor centered in window while captured.  
							
							... 
							
							
 
							
							Previously, cmd-tabbing out would result in the cursor position maybe
ending up outside the window, so if one cmd-tabbed back in with the
cursor still outside, any click would go outside the window and cause
it to lose focus. Not really a good thing. So, this is a bit of a hack,
but it works. 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								94853a3a05 
								
							
								 
							
						 
						
							
							
								
								Made context creation use correct CGDisplay.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								1ffd8f667f 
								
							
								 
							
						 
						
							
							
								
								Cleanup.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								7b7ef1e07b 
								
							
								 
							
						 
						
							
							
								
								Cleanup of Win32 mouse button handling.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								c12759880d 
								
							
								 
							
						 
						
							
							
								
								Fixed Win32 cursor mode switch jitter.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								008376d450 
								
							
								 
							
						 
						
							
							
								
								Restore cursor position on capture mode exit.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								648c8e7371 
								
							
								 
							
						 
						
							
							
								
								Put synthetic key releases after defocus event.  
							
							... 
							
							
 
							
							This allows the application to separate actual from synthetic key
release events. 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								2caee225ea 
								
							
								 
							
						 
						
							
							
								
								Fixed hidden cursor mode for focus events.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								26756b9ae1 
								
							
								 
							
						 
						
							
							
								
								Moved to use X11 context manager.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								32273c5d96 
								
							
								 
							
						 
						
							
							
								
								Formatting.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								52ade53553 
								
							
								 
							
						 
						
							
							
								
								Removed stale comment.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								6164eb603b 
								
							
								 
							
						 
						
							
							
								
								Added tracking of cursor visibility.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								082306b1db 
								
							
								 
							
						 
						
							
							
								
								Added support for WM_UNICHAR.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								159f9b9526 
								
							
								 
							
						 
						
							
							
								
								Changed default cursor mode for fullscreen.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								49db3b2a9e 
								
							
								 
							
						 
						
							
							
								
								Formatting.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								8e2e7b37a1 
								
							
								 
							
						 
						
							
							
								
								Undecorated window support on win/mac/linux.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								85b64edcf0 
								
							
								 
							
						 
						
							
							
								
								Fix modifier keys.  
							
							... 
							
							
 
							
							The wrong mask was used making all modifier keys not be recognized. 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								d4a61bbd36 
								
							
								 
							
						 
						
							
							
								
								Removed unused type.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								cd2b6eb83c 
								
							
								 
							
						 
						
							
							
								
								Replaced __declspec(thread) with TlsAlloc.  
							
							... 
							
							
 
							
							Variables created within a DLL with __declspec(thread) may not get a TLS
slot on Windows XP, leading to segfaults on use.  Moving to TlsAlloc
works around this. 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								98063d2957 
								
							
								 
							
						 
						
							
							
								
								Replaced NULL with EGL_DEFAULT_DISPLAY.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								28bf3f700d 
								
							
								 
							
						 
						
							
							
								
								Fixed uninitialized variable.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								83b26c9160 
								
							
								 
							
						 
						
							
							
								
								Fixed dlopen entry point retrieval mechanism.  
							
							... 
							
							
 
							
							Added missing dlopen macro to config header template. 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								953b7f52e5 
								
							
								 
							
						 
						
							
							
								
								No characters from Ctrl and Alt chords.  
							
							... 
							
							
 
							
							This makes the behavior on X11 consistent with Win32 and Cocoa. 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								810d889539 
								
							
								 
							
						 
						
							
							
								
								Fixed function signature on OS X.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								f41d85a209 
								
							
								 
							
						 
						
							
							
								
								Added initial XInput2 cursor motion.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								129e94da2e 
								
							
								 
							
						 
						
							
							
								
								Changed cursor pos to double.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								4c0e946da3 
								
							
								 
							
						 
						
							
							
								
								Added possible ES3 bit.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								7915e8d778 
								
							
								 
							
						 
						
							
							
								
								Added setting of EGL_RENDERABLE_TYPE.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								8fe816d248 
								
							
								 
							
						 
						
							
							
								
								Removed GLFW_NO_ERROR.  
							
							... 
							
							
 
							
							As glfwGetError was removed (due to a race between glfwInit error
reporting and manual TLS setup on OS X), this token has no purpose. 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								0356aa620d 
								
							
								 
							
						 
						
							
							
								
								Fixed resize mode setting on Windows.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								71d2b574f8 
								
							
								 
							
						 
						
							
							
								
								Converted docs to hybrid Markdown.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								200e07027c 
								
							
								 
							
						 
						
							
							
								
								Implemented hidden cursor on Windows.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								26e8fde8fb 
								
							
								 
							
						 
						
							
							
								
								Assume malloc works.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								51ee3a5c0a 
								
							
								 
							
						 
						
							
							
								
								No swap interval on composition.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								54d1d14f59 
								
							
								 
							
						 
						
							
							
								
								Added setting of Windows DPI-aware flag.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								3897a174b5 
								
							
								 
							
						 
						
							
							
								
								Fixed VC++ warnings.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								6a7dbfee29 
								
							
								 
							
						 
						
							
							
								
								Simplified Cocoa key input.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								aec952e8dc 
								
							
								 
							
						 
						
							
							
								
								Fixed and clarified invalid char tests.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								64afb193e8 
								
							
								 
							
						 
						
							
							
								
								Removed return value of close callback.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								d0e4c874c3 
								
							
								 
							
						 
						
							
							
								
								Moved sticky state.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								6fadf37bda 
								
							
								 
							
						 
						
							
							
								
								Replaced window close parameter with mutable flag.  
							
							... 
							
							
 
							
							Replaced the GLFW_SHOULD_CLOSE window parameter with the
glfwWindowShouldClose and glfwSetWindowShouldClose functions, allowing
the setting of the close flag from any point in the program. 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								e3182a4f44 
								
							
								 
							
						 
						
							
							
								
								Formatting.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								182e0afe25 
								
							
								 
							
						 
						
							
							
								
								Made character unsigned.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								ad4f9f1520 
								
							
								 
							
						 
						
							
							
								
								Added missing version string API tag.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								cd78d70b25 
								
							
								 
							
						 
						
							
							
								
								Put findAppName under _GLFW_USE_MENUBAR.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								8dde39b3e0 
								
							
								 
							
						 
						
							
							
								
								Formatting.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								34ce04a122 
								
							
								 
							
						 
						
							
							
								
								Added fading to Cocoa display mode setting.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)  
				
					
						
							
							
								 
						
							
							
								1ae9ce1e0a 
								
							
								 
							
						 
						
							
							
								
								Fixed print screen key input for all platforms.  
							
							
 
							
						 
						
							ago%!(EXTRA string=13 years)