Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								5661d03be8 
								
							
								 
							
						 
						
							
							
								
								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. 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								728a088cd7 
								
							
								 
							
						 
						
							
							
								
								Fix event processing guide section  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								6570d0c4b7 
								
							
								 
							
						 
						
							
							
								
								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 . 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								b823f7151e 
								
							
								 
							
						 
						
							
							
								
								Add glfwSetWindowIcon  
							
							 
							
							... 
							
							
 
							
							Adds support for setting window icons programmatically on platforms
where this makes sense.
Fixes  #453 .
Closes  #467 . 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								793eef1d0a 
								
							
								 
							
						 
						
							
							
								
								Fix missing word  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								ee33dcdf33 
								
							
								 
							
						 
						
							
							
								
								Fix speling  
							
							 
							
							... 
							
							
 
							
							[ci skip] 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								5620895e88 
								
							
								 
							
						 
						
							
							
								
								Add glfwWaitEventsTimeout  
							
							 
							
							... 
							
							
 
							
							This function will put the calling thread to sleep until an event
arrives or until the specified timeout has elapsed. 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								337c77a39b 
								
							
								 
							
						 
						
							
							
								
								Documentation work  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								9fb00f2ad0 
								
							
								 
							
						 
						
							
							
								
								Fix speling  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								31f67dd3cc 
								
							
								 
							
						 
						
							
							
								
								Add glfwGetTimerValue and glfwGetTimerFrequency  
							
							 
							
							... 
							
							
 
							
							This adds raw timer access to the public API and builds the
floating-point time functions on top.  It also makes the GLFWuint64 type
public. 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								239ede725d 
								
							
								 
							
						 
						
							
							
								
								Add cache variable setting to source tree method  
							
							 
							
							... 
							
							
 
							
							By default both tests, examples and documentation is built when the GLFW
source tree is included in a larger CMake project. 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								22a09a53e6 
								
							
								 
							
						 
						
							
							
								
								Centralize documentation generation logic  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								baf574494d 
								
							
								 
							
						 
						
							
							
								
								Add glfwFocusWindow  
							
							 
							
							... 
							
							
 
							
							This removes the (undocumented) behavior where glfwShowWindow would
bring the window to front and set input focus.  That function now
does what it says. 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								7669ade19c 
								
							
								 
							
						 
						
							
							
								
								Make instance extension count unsigned  
							
							 
							
							... 
							
							
 
							
							Fixes  #714 . 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								bda18bc899 
								
							
								 
							
						 
						
							
							
								
								Remove XInput2 XI_Motion support  
							
							 
							
							... 
							
							
 
							
							Sadly, this interferes with the Steam overlay.
Fixes  #304 . 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								a10caa4631 
								
							
								 
							
						 
						
							
							
								
								Add glfwMaximizeWindow and GLFW_MAXIMIZED  
							
							 
							
							... 
							
							
 
							
							Fixes  #266 . 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								cbcadded18 
								
							
								 
							
						 
						
							
							
								
								Update documentation main page  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								80c203f3bb 
								
							
								 
							
						 
						
							
							
								
								Separate guide and reference documentation tags  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								bad778c1c4 
								
							
								 
							
						 
						
							
							
								
								OpenGL headers not required for compilation  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								65870346e4 
								
							
								 
							
						 
						
							
							
								
								Add Vulkan functions to thread safety section  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								511183e76c 
								
							
								 
							
						 
						
							
							
								
								Remove CRLF line endings  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								b0b77bc0f2 
								
							
								 
							
						 
						
							
							
								
								Documentation work  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								be94eb67be 
								
							
								 
							
						 
						
							
							
								
								Add support for EGL_KHR_gl_colorspace  
							
							 
							
							... 
							
							
 
							
							Fixes  #285 . 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								08ea80b708 
								
							
								 
							
						 
						
							
							
								
								Clarify language on instance function loading  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								95c44ab298 
								
							
								 
							
						 
						
							
							
								
								Fix cursor coordinate phrasing  
							
							 
							
							... 
							
							
 
							
							Fixes  #387 . 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								41b82903a8 
								
							
								 
							
						 
						
							
							
								
								Documentation work  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								9b75bffc88 
								
							
								 
							
						 
						
							
							
								
								Add basic Vulkan support  
							
							 
							
							... 
							
							
 
							
							Added GLFW_INCLUDE_VULKAN.  Added glfwVulkanSupported,
glfwGetRequiredInstanceExtensions, glfwGetInstanceProcAddress,
glfwGetPhysicalDevicePresentationSupport and glfwCreateWindowSurface.
Added port of LunarG SDK tri example. 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								f51cf81148 
								
							
								 
							
						 
						
							
							
								
								Add error sections to reference docs  
							
							 
							
							... 
							
							
 
							
							[ci skip] 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								58a83ca8ad 
								
							
								 
							
						 
						
							
							
								
								Documentation work  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								b63b992fd6 
								
							
								 
							
						 
						
							
							
								
								CMake documentation work  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Marcus Geelnard
							
						 
						
							 
							
							
							
								
							
								075140aefe 
								
							
								 
							
						 
						
							
							
								
								Add public header path to target interface  
							
							 
							
							... 
							
							
 
							
							Closes  #697 . 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Nicholas Vitovitch
							
						 
						
							 
							
							
							
								
							
								453631773e 
								
							
								 
							
						 
						
							
							
								
								Export transitive dependencies for static library  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								832c2ffa3b 
								
							
								 
							
						 
						
							
							
								
								History work  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								951a9583fa 
								
							
								 
							
						 
						
							
							
								
								Add Doxygen aliases for custom paragraphs  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								ecd04539ec 
								
							
								 
							
						 
						
							
							
								
								Add mention of command-line CMake option setting  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								addb977ef1 
								
							
								 
							
						 
						
							
							
								
								Use monitor callback event more strictly  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								0df4e06f11 
								
							
								 
							
						 
						
							
							
								
								Make more RFC 2119 compliant use of may  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								001761ed58 
								
							
								 
							
						 
						
							
							
								
								Add note on event processing to context guide  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								9c315412e1 
								
							
								 
							
						 
						
							
							
								
								Add glfwGetKeyName  
							
							 
							
							... 
							
							
 
							
							Fixes  #464 . 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								584d5f0f31 
								
							
								 
							
						 
						
							
							
								
								Remove dependency on eglplatform.h header  
							
							 
							
							... 
							
							
 
							
							Fixes  #636 . 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								43d6292328 
								
							
								 
							
						 
						
							
							
								
								Formatting  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								98b478fec1 
								
							
								 
							
						 
						
							
							
								
								Add more GLFW_NO_API documentation  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								d00579bf60 
								
							
								 
							
						 
						
							
							
								
								Clarify pre-initialization threading limitations  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								ba1f1f8ee9 
								
							
								 
							
						 
						
							
							
								
								Update tutorial  
							
							 
							
							... 
							
							
 
							
							Related to #628 . 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								d946337724 
								
							
								 
							
						 
						
							
							
								
								Document GLFW_CONTEXT_NO_ERROR caveat  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								7be8209d14 
								
							
								 
							
						 
						
							
							
								
								Add GLFW_CONTEXT_NO_ERROR window hint  
							
							 
							
							... 
							
							
 
							
							This adds support for the GL_KHR_no_error extension. 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								88660fdf64 
								
							
								 
							
						 
						
							
							
								
								Add note on C++11/C11 UTF-8 literals  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								f47e2f3ae4 
								
							
								 
							
						 
						
							
							
								
								Documentation work  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								318e8acfae 
								
							
								 
							
						 
						
							
							
								
								Header file documentation work  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								b312f5e208 
								
							
								 
							
						 
						
							
							
								
								Fix grammar  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=10 years)