ocornut 
							
						 
					 
					
						
						
							
						
						d72e66cdee 
					 
					
						
						
							
							Examples: remove comments/references about baking and GetGlyphRangesJapanese().  
						
						
						
						
					 
					
						2025-06-11 16:11:03 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						09654f4e8c 
					 
					
						
						
							
							Revert "Examples: Updated all .vcxproj from VS2015 to VS2019 (toolset v140 to v142), Windows SDK 8.1 to 10."  
						
						... 
						
						
						
						This reverts commit 6da230636b 
						
						
					 
					
						2025-03-11 18:42:12 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						6da230636b 
					 
					
						
						
							
							Examples: Updated all .vcxproj from VS2015 to VS2019 (toolset v140 to v142), Windows SDK 8.1 to 10.  
						
						
						
						
					 
					
						2025-03-11 12:25:19 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						a2e21727c0 
					 
					
						
						
							
							Backends: Vulkan: moved helpers to backend: ImGui_ImplVulkanH_SelectPhysicalDevice(), ImGui_ImplVulkanH_SelectQueueFamilyIndex(). ( #8180 )  
						
						
						
						
					 
					
						2025-01-06 17:35:20 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Hope 
							
						 
					 
					
						
						
							
						
						6b348622bb 
					 
					
						
						
							
							Examples: SDL2+OpenGL3: Provide ES3 context creation code + failure handling. ( #8197 )  
						
						
						
						
					 
					
						2024-12-09 12:53:31 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						9b27329437 
					 
					
						
						
							
							Comments on ImageButton(). ( #8165 ) + comments on Emscripten -sSINGLE_FILE option. ( #8153 )  
						
						
						
						
					 
					
						2024-11-25 19:11:40 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						887478793b 
					 
					
						
						
							
							Examples: SDL2 (all), SDL3 (all), Win32+OpenGL3: Rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. ( #7844 )  
						
						
						
						
					 
					
						2024-07-31 17:11:13 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						55073aa7a3 
					 
					
						
						
							
							Examples; SDL: added missing return values checks from SDL_CreateWindow() calls. ( #7147 )  
						
						
						
						
					 
					
						2023-12-19 11:22:43 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						357f752bed 
					 
					
						
						
							
							Docs: add more links to the top of every examples and backends files.  
						
						
						
						
					 
					
						2023-09-11 14:01:40 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						513af1efc9 
					 
					
						
						
							
							Examples: Updated all Visual Studio project file to use /utf-8 option, so string literals are UTF-8 encoded by default.  
						
						... 
						
						
						
						(Not to misake with "Character Set" "Use Unicode Character Set" "Use Multi-Byte Character Set" which is a VS/Windows SDK thing but not a compiler-encoding thing.) 
						
						
					 
					
						2023-05-10 12:34:11 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Martz 
							
						 
					 
					
						
						
							
						
						506f7e0074 
					 
					
						
						
							
							Using nullptr in locations where warning disable is not convenient.  ( #6313 ,  #4537 )  
						
						
						
						
					 
					
						2023-04-11 11:33:50 +02:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						301c956039 
					 
					
						
						
							
							Examples: Windows: Added 'misc/debuggers/imgui.natstepfilter' file to all Visual Studio projects. ( #3038 )  
						
						
						
						
					 
					
						2023-03-15 17:09:09 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						bb224c8aa1 
					 
					
						
						
							
							Examples: Updated all examples application to enable ImGuiConfigFlags_NavEnableKeyboard and ImGuiConfigFlags_NavEnableGamepad by default.  
						
						
						
						
					 
					
						2023-03-10 18:35:52 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						fac19e1883 
					 
					
						
						
							
							Backends: SDL2:+SDL3 Implement SetPlatformImeDataFn (amends). ( #6071 ,  #1953 ) + fix SDL3 setting PlatformHandleRaw. ( #6146 )  
						
						
						
						
					 
					
						2023-02-07 19:29:44 +01:00 
						 
				 
			
				
					
						
							
							
								ocornut 
							
						 
					 
					
						
						
							
						
						1b27ac982f 
					 
					
						
						
							
							Backends+Examples: SDL2: renamed imgui_impl_sdl.cpp/.h to imgui_impl_sdl2.cpp/.h. ( #6146 )  
						
						... 
						
						
						
						+ CI: Update Windows CI to update SDL 2.26.3 instead of 2.0.10 
						
						
					 
					
						2023-02-07 12:04:38 +01:00