..  
		
		
			
			
			
			
				
					
						
							
								
								
								
									
										vulkan
									
								 
							
						
					 
				 
				
					
						
							
							Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft) 
						
					 
				 
				ago%!(EXTRA string=5 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_allegro5.cpp 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_allegro5.h 
							
						
					 
				 
				
					
						
							
							Backends: Allegro5: Update to use io.AddEventKey() will full key map ( #2625 ,  #4858 ) 
						
					 
				 
				ago%!(EXTRA string=4 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_android.cpp 
							
						
					 
				 
				
					
						
							
							Renamed and merged keyboard modifiers key enums and flags into a same set:. ImGuiKey_ModXXX -> ImGuiMod_XXX and ImGuiModFlags_XXX -> ImGuiMod_XXX. ( #4921 ,  #456 ) 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_android.h 
							
						
					 
				 
				
					
						
							
							Backends: Android: Update to use io.AddEventKey() will full key map ( #2625 ,  #4858 ) 
						
					 
				 
				ago%!(EXTRA string=4 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_dx9.cpp 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_dx9.h 
							
						
					 
				 
				
					
						
							
							Backends: Comments. 
						
					 
				 
				ago%!(EXTRA string=4 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_dx10.cpp 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_dx10.h 
							
						
					 
				 
				
					
						
							
							Backends: Comments. 
						
					 
				 
				ago%!(EXTRA string=4 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_dx11.cpp 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_dx11.h 
							
						
					 
				 
				
					
						
							
							Backends: Comments. 
						
					 
				 
				ago%!(EXTRA string=4 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_dx12.cpp 
							
						
					 
				 
				
					
						
							
							Backends: DX12: Fixed stale comments. ( #5798 ) 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_dx12.h 
							
						
					 
				 
				
					
						
							
							Backends: Vulkan: Added support for ImTextureID as VkDescriptorSet, amends. ( #914 ) 
						
					 
				 
				ago%!(EXTRA string=4 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_glfw.cpp 
							
						
					 
				 
				
					
						
							
							Backends: GLFW: Perform a dummy glfwGetError() read to cancel missing mouse cursors errors. ( #5785 ) 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_glfw.h 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_glut.cpp 
							
						
					 
				 
				
					
						
							
							Examples: disable GL related warnings on Mac + amend to ignore list. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_glut.h 
							
						
					 
				 
				
					
						
							
							Backends: GLUT: Update to use io.AddEventKey() will full key map ( #2625 ,  #4858 ) 
						
					 
				 
				ago%!(EXTRA string=4 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_metal.h 
							
						
					 
				 
				
					
						
							
							Backends: Metal, OSX: Various fixes (ARC / Autorelease fixes with metal-cpp and extensions). ( #5403 ) 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_metal.mm 
							
						
					 
				 
				
					
						
							
							Backends: Metal: Update deprecated property 'sampleCount'->'rasterSampleCount' ( #5603 ) 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_opengl2.cpp 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_opengl2.h 
							
						
					 
				 
				
					
						
							
							Backends: Comments. 
						
					 
				 
				ago%!(EXTRA string=4 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_opengl3.cpp 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_opengl3.h 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_opengl3_loader.h 
							
						
					 
				 
				
					
						
							
							Backends: OpenGL: Update comments. ( #4445 ,  #5642 ,  #4649 ) 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_osx.h 
							
						
					 
				 
				
					
						
							
							Backends: Metal, OSX: Various fixes (ARC / Autorelease fixes with metal-cpp and extensions). ( #5403 ) 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_osx.mm 
							
						
					 
				 
				
					
						
							
							Backends: OSX: Fixed mouse coordinate before clicking on the host window. ( #5842 ) 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_sdl.cpp 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_sdl.h 
							
						
					 
				 
				
					
						
							
							Backends: SDL: Added SDL_Renderer* parameter to ImGui_ImplSDL2_InitForSDLRenderer(). Use SDL_GetRendererOutputSize() instead of SDL_GL_GetDrawableSize() when bound to a SDL_Renderer. ( #4927 ) 
						
					 
				 
				ago%!(EXTRA string=4 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_sdlrenderer.cpp 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_sdlrenderer.h 
							
						
					 
				 
				
					
						
							
							Backends: SDL_Renderer: Added support for large meshes (64k+ vertices) with 16-bit indices, enable 'ImGuiBackendFlags_RendererHasVtxOffset' in this backend. ( #3926 ) 
						
					 
				 
				ago%!(EXTRA string=4 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_vulkan.cpp 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_vulkan.h 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_wgpu.cpp 
							
						
					 
				 
				
					
						
							
							Backends: Using nullptr instead of NULL. ( #5760 ,  #4537 ) + fix additional warnings. 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_wgpu.h 
							
						
					 
				 
				
					
						
							
							Backends: Comments. 
						
					 
				 
				ago%!(EXTRA string=4 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_win32.cpp 
							
						
					 
				 
				
					
						
							
							Backends: Win32: minor tidying up. ( #5819 ) 
						
					 
				 
				ago%!(EXTRA string=3 years)  
		
			
			
			
			
				
					
						
							
								imgui_impl_win32.h 
							
						
					 
				 
				
					
						
							
							Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. ( #5061 ) 
						
					 
				 
				ago%!(EXTRA string=4 years)