Emmanuel Gil Peyrot
							
						 
						
							 
							
							
							
								
							
								a28baabefe 
								
							
								 
							
						 
						
							
							
								
								Allow a monitor to be created without a name.  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								e94d16667b 
								
							
								 
							
						 
						
							
							
								
								Cocoa: Add basic support for Vulkan via MoltenVK  
							
							 
							
							... 
							
							
 
							
							This adds basic support for MoltenVK, a Vulkan implementation on top of
Metal, on macOS 10.11 and later.  It looks for MoltenVK in the process
via RTLD_DEFAULT symbol lookup if _GLFW_VULKAN_STATIC is disabled.
glfwCreateWindowSurface now creates and sets a CAMetalLayer for the
window content view, which is required for MoltenVK to function.
You must help CMake find MoltenVK for the Vulkan test to be built.
Fixes  #870 . 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								c3db1cae3f 
								
							
								 
							
						 
						
							
							
								
								Fix glfwGetInstanceProcAddress for static linking  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								017162e3fd 
								
							
								 
							
						 
						
							
							
								
								Cocoa: Stop searching for system frameworks  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								fef25ea934 
								
							
								 
							
						 
						
							
							
								
								Emit all Vulkan init errors from init function  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								a9282bad29 
								
							
								 
							
						 
						
							
							
								
								Disable all dl* calls for _GLFW_VULKAN_STATIC  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								67931bdeb2 
								
							
								 
							
						 
						
							
							
								
								Replace last  @remarks  with  @remark  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								85f867983f 
								
							
								 
							
						 
						
							
							
								
								Update Vulkan test to 1.0.26.0  
							
							 
							
							... 
							
							
 
							
							Fixes  #727 .
Fixes  #758 . 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								ec17161651 
								
							
								 
							
						 
						
							
							
								
								Note that mode switching does not affect context  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								3d4bd9667a 
								
							
								 
							
						 
						
							
							
								
								Win32: Fix joystick error message prefix  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								7420814fe2 
								
							
								 
							
						 
						
							
							
								
								Win32: Poll only helper window messages at init  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								8d6f265441 
								
							
								 
							
						 
						
							
							
								
								Update default name from OS X to macOS  
							
							 
							
							... 
							
							
 
							
							Note that earlier releases are still referred to by their proper names;
OS X <version> or Mac OS X <version>. 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								linkmauve
							
						 
						
							 
							
							
							
								
							
								bc8b0480e9 
								
							
								 
							
						 
						
							
							
								
								Wayland: Document when behaviour differs  
							
							 
							
							... 
							
							
 
							
							This should describe all of the Wayland-specific points, mostly in
three categories:
- Missing GLFW features, for example window frame, screensaver
  inhibition, clipboard or file drop.
- Missing protocols, like setting gamma on a monitor or specifying a
  window icon.
- Fundamental incompatibilities with Wayland concepts, like trying to
  handle global positioning of a window in a 2D space, trying to bring
  a window to front, or trying to change the monitor’s mode.
Closes  #881 . 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Emmanuel Gil Peyrot
							
						 
						
							 
							
							
							
								
							
								046d281abc 
								
							
								 
							
						 
						
							
							
								
								Wayland: Implement compose key for character input  
							
							 
							
							... 
							
							
 
							
							This commit has been copied almost verbatim from Bryce Harrington’s
patch against Weston’s toytoolkit[1].  He gave his agreement to
relicense it under zlib[2].
[1] https://patchwork.freedesktop.org/patch/114661/ 
[2] https://github.com/glfw/glfw/pull/879#issuecomment-252988257  
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								efc6b35615 
								
							
								 
							
						 
						
							
							
								
								Rename joystick ID variables  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								bf747e32b4 
								
							
								 
							
						 
						
							
							
								
								Remove unused variables in gamma test  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								ef15735161 
								
							
								 
							
						 
						
							
							
								
								Make Escape exit threads test  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								99c65bb67c 
								
							
								 
							
						 
						
							
							
								
								Cleanup  
							
							 
							
							... 
							
							
 
							
							Related to #883 . 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Sergey Tikhomirov
							
						 
						
							 
							
							
							
								
							
								967e837c73 
								
							
								 
							
						 
						
							
							
								
								Cocoa: Fix 'first responder' error on macOS 10.12  
							
							 
							
							... 
							
							
 
							
							Error message is displayed during the startup because Cocoa view is set
as the first responder for window but this view isn't in this window
(actually it is not in any window at all).
Fixes  #876 .
Closes  #883 . 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								ca084d40c1 
								
							
								 
							
						 
						
							
							
								
								Cleanup  
							
							 
							
							... 
							
							
 
							
							Related to #852 . 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Mário Freitas
							
						 
						
							 
							
							
							
								
							
								238ebb600d 
								
							
								 
							
						 
						
							
							
								
								Cocoa: Fix assert on disabling window aspect ratio  
							
							 
							
							... 
							
							
 
							
							When disabling window aspect ratio, a system assert would trigger.  The
correct way to disable window aspect ratio is to set a resize increment.
Closes  #852 . 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Emmanuel Gil Peyrot
							
						 
						
							 
							
							
							
								
							
								a49601ba87 
								
							
								 
							
						 
						
							
							
								
								Wayland: Rename snake_case identifiers to camelCase for consistency  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Emmanuel Gil Peyrot
							
						 
						
							 
							
							
							
								
							
								aa10ec6e45 
								
							
								 
							
						 
						
							
							
								
								Wayland: Replace all deprecated xkbcommon aliases.  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Emmanuel Gil Peyrot
							
						 
						
							 
							
							
							
								
							
								be935debe9 
								
							
								 
							
						 
						
							
							
								
								Wayland: Properly unref all xkbcommon objects.  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Emmanuel Gil Peyrot
							
						 
						
							 
							
							
							
								
							
								1c8a74b661 
								
							
								 
							
						 
						
							
							
								
								Wayland: Properly destroy all bound objects.  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								73ddbc3acd 
								
							
								 
							
						 
						
							
							
								
								Cocoa: Add workaround for hasty deprecation  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								7f9840cecf 
								
							
								 
							
						 
						
							
							
								
								Cocoa: Fix macOS 10.12 deprecation warnings  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								cc3036860a 
								
							
								 
							
						 
						
							
							
								
								Add list window to joystick test  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								2af40c3fe6 
								
							
								 
							
						 
						
							
							
								
								Update Nuklear to 1.156  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								ea1958a948 
								
							
								 
							
						 
						
							
							
								
								Replace sprintf with snprintf  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								9d42e146e7 
								
							
								 
							
						 
						
							
							
								
								Add aspect ratio to monitor test mode listing  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								c156b50e4c 
								
							
								 
							
						 
						
							
							
								
								Add glfwSetWindowMaximizeCallback  
							
							 
							
							... 
							
							
 
							
							Fixes  #778 . 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								3752d68e7d 
								
							
								 
							
						 
						
							
							
								
								Fix Clang warnings in Nuklear  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								cb860e8150 
								
							
								 
							
						 
						
							
							
								
								Fix gamma test rendering using wrong unit  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								434238fcd4 
								
							
								 
							
						 
						
							
							
								
								Fix checks for Vulkan surface extension presence  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								2d10547266 
								
							
								 
							
						 
						
							
							
								
								Add missing changelog issue number  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								f9a21281c4 
								
							
								 
							
						 
						
							
							
								
								Cleanup  
							
							 
							
							... 
							
							
 
							
							Related to #871 . 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Kyle Brenneman
							
						 
						
							 
							
							
							
								
							
								d590eb074f 
								
							
								 
							
						 
						
							
							
								
								Add support for EGL_KHR_get_all_proc_addresses  
							
							 
							
							... 
							
							
 
							
							If EGL_KHR_get_all_proc_addresses extension is supported, then don't try
to load a separate client library. Instead, just use eglGetProcAddress
to load everything.
This can also avoid problems with trying to use OpenGL functions from
libGL.so.1 (which is the GLX library) when an EGL context is current.
Closes  #871 . 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								66ff4aae89 
								
							
								 
							
						 
						
							
							
								
								Convert joystick test to Nuklear  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								450d0d69af 
								
							
								 
							
						 
						
							
							
								
								Convert gamma test to Nuklear  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								28889954ef 
								
							
								 
							
						 
						
							
							
								
								Use glad booleans in glfwinfo  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								f0a55df963 
								
							
								 
							
						 
						
							
							
								
								Cleanup  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								40fff219b5 
								
							
								 
							
						 
						
							
							
								
								Add Nuklear  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								2ed818bc03 
								
							
								 
							
						 
						
							
							
								
								Move to GL_KHR_debug  
							
							 
							
							... 
							
							
 
							
							Thank you, @linkmauve . 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								9017eaee08 
								
							
								 
							
						 
						
							
							
								
								Add debug extension support to sharing test  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								38aae024cd 
								
							
								 
							
						 
						
							
							
								
								Update glad, add debug extensions  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								1fc11c27e7 
								
							
								 
							
						 
						
							
							
								
								Fix broken GLSL in sharing test  
							
							 
							
							... 
							
							
 
							
							Thank you, Intel, for sticking to the spec. 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								c4a8930909 
								
							
								 
							
						 
						
							
							
								
								Cleanup  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								a280c97321 
								
							
								 
							
						 
						
							
							
								
								Convert reopen test to GL2  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)  
						
					 
				
					
						
							
							
								 
								Camilla Berglund
							
						 
						
							 
							
							
							
								
							
								dfd1c85916 
								
							
								 
							
						 
						
							
							
								
								Clarify sharing test output  
							
							 
							
							
 
							
						 
						
							ago%!(EXTRA string=9 years)