|  ocornut | 77dff5a735 | Backends: comments. | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 4e8c43f6b7 | Backends: Win32: made it so that an appearing viewport showing up doesn't bring its parent viewport to front. (#7354) | ago%!(EXTRA string=2 years) | 
				
					
						|  John Melas | b19a4c5f2b | Backends: OSX: remove legacy clearing of io.NavInputs in ImGui_ImplOSX_UpdateGamepads(). (#7320) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 8048b52498 | Backends: GLFW: enable ImGuiBackendFlags_HasMouseHoveredViewport support with GLFW 3.3.x. (#7316) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | c66a1e7d51 | Backends: Vulkan: ImGui_ImplVulkan_CreateWindow() amend merge to take account of PipelineRenderingCreateInfo change. (#7166, #6855, #5446, #5037) | ago%!(EXTRA string=2 years) | 
				
					
						|  Shawn Hatori | f80e65a406 | Backends:,Examples: Vulkan: moved RenderPass parameter from ImGui_ImplVulkan_Init() function to ImGui_ImplVulkan_InitInfo structure. (#7308) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 829f45df99 | Backends: SDL2: removed obsolete ImGui_ImplSDL2_NewFrame(SDL_Window*) signature which was obsoleted in 1.84.. | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 891b81fc5d | Backends: SDL3: Fixed gamepad. Added support for disconnection. Added support for multiple gamepads. Added ImGui_ImplSDL3_SetGamepadMode(). (#7180, #3884, #6559, #6890) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 262e30e300 | Backends: SDL2: rework new API as ImGui_ImplSDL2_SetGamepadMode(). (#3884, #6559, #6890, #7180) Code is simpler this way. | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | d15e4100b8 | Backends: SDL2: Amend new API, all support for multiple gamepads. (#3884, #6559, #6890) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | f966da1f8f | Backends: SDL2: Gamepad handlng: amend bf1c96d. (#3884, #6559, #6890) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | bf1c96d4fa | Backends: SDL2: Handle gamepad disconnection + fixed increasing refcount. Added  ImGui_ImplSDL2_SelectGamepadAuto()/ImGui_ImplSDL2_SelectGamepadExplicit(). (#3884, #6559, #6890) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | fd8d6dc5d1 | Backends: SDL2,SDL3: tidying up. | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | e0ba0d0433 | Backends: Vulkan: Fixes for building with pre Vulkan 1.3. Amend 8901931. (#7166) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 11d73f03ee | Backends: Vulkan: Fix/amend 8901931 | ago%!(EXTRA string=2 years) | 
				
					
						|  Shawn Hatori | 89019319dd | Backends: Vulkan: use PipelineRenderingCreateInfo for dynamic rendering (#7166, #6855, #5446, #5037) | ago%!(EXTRA string=2 years) | 
				
					
						|  璀境石 | 1d6f0cea0e | Backends: DX9: use RGBA texture to avoid conversion if supported | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 2af01baffd | Backends: SDLRenderer3: query newly added SDL_RenderViewportSet() to not restore a wrong viewport if none was initially set. https://github.com/libsdl-org/SDL/issues/9029 | ago%!(EXTRA string=2 years) | 
				
					
						|  Bruce Mitchener | f50ddc431e | Fixed some typos. (#7282) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 1509842107 | Backends: OpenGL3: Shallow tweak of compile-time extensions detection. Detect polygon mode using same method as others (not define/symbol).
IMGUI_IMPL_OPENGL_MAY_HAVE_EXTENSIONS -> IMGUI_IMPL_OPENGL_HAS_EXTENSIONS | ago%!(EXTRA string=2 years) | 
				
					
						|  Clément Gallet | 1ce41f6218 | Backends: OpenGL3: Backup and restore GL_PIXEL_UNPACK_BUFFER. (#7253) Amended with (bd->GlVersion >= 210) checks. | ago%!(EXTRA string=2 years) | 
				
					
						|  actboy168 | 54ef4092a9 | Backends: OSX: Fixed not submitting Monitors info when viewports are not enabled. (#7257) | ago%!(EXTRA string=2 years) | 
				
					
						|  rajveermalviya | 9266c0d2d1 | Backends: WebGPU: Avoid leaking pipeline layout. (#7245) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 5fc0a361b2 | Backends: WebGPU: added ImGui_ImplWGPU_InitInfo::PipelineMultisampleState. (#7240) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 831d42c1ab | Backends: WebGPU: ImGui_ImplWGPU_Init() now takes a ImGui_ImplWGPU_InitInfo structure instead of variety of parameters, allowing for easier further changes. (#7240) | ago%!(EXTRA string=2 years) | 
				
					
						|  Frank McCoy | 15908502ed | Backends: Vulkan: Define NOMINMAX when VK_USE_PLATFORM_WIN32_KHR is defined. (#7250) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 5ddfbb80d8 | Backends: Vulkan: Fixed vkAcquireNextImageKHR() validation errors in VulkanSDK 1.3.275 by allocating one extra semaphore than in-flight frames. (#7236) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 01b99a974d | Backends: Vulkan: Fixed vkAcquireNextImageKHR() validation errors in VulkanSDK 1.3.275 by allocating one extra semaphore than in-flight frames. (#7236) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 03417cc77d | Backends: WebGPU: Filling all WGPUDepthStencilState fields explicitly as a recent Dawn update stopped setting default values. (#7232) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 6228c2e1ec | Backends: Vulkan: moved ImGui_ImplVulkanH_DestroyFrameRenderBuffers/ImGui_ImplVulkanH_DestroyWindowRenderBuffers as they are always used in a state where backend data is available. | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 70bb6d1e79 | Backends: Vulkan: Fixed vkMapMemory() calls unnecessarily using full buffer size. (#3957) | ago%!(EXTRA string=2 years) | 
				
					
						|  Tristan Gouge | 82df7c8bf4 | Backends: Vulkan: Fixed handling of ImGui_ImplVulkan_InitInfo::MinAllocationSize field. (#7189, #4238) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | a3eea8a75a | Backends: OpenGL3: Update GL3W based imgui_impl_opengl3_loader.h to load "libGL.so" and variants, fixing regression on distros missing a symlink. (#6983) Amend 0f50b52da | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 8deb1007cd | Backends: OSX: Fixed IME position in multi-monitor/multi-viewports setups. (#7028) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | a683033e49 | Backends: OSX: Fixed monitor and window position by correctly transforming Y origin on multi-monitor setups. (#7028, #7101, #6009, #6432) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 6f10cef2a1 | Backends: Vulkan: moved structure declarations. This is mostly to facilitate maintainance of #6616. | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 0ea99132c8 | Backends: Vulkan: Stop creating command pools with VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT as we don't reset them. | ago%!(EXTRA string=2 years) | 
				
					
						|  Tristan Gouge | 4778560e66 | Backends: Vulkan: Added MinAllocationSize field in ImGui_ImplVulkan_InitInfo to workaround zealous validation layer. (#7189, #4238) | ago%!(EXTRA string=2 years) | 
				
					
						|  Axel Paris | e8dd47effa | Backends: WebGPU: Fixing an issue when opening a popup in the wgpu backend (#7191) Amend 2b0bd40b9 | ago%!(EXTRA string=2 years) | 
				
					
						|  kida22 | 240ab5890b | Backends: GLFW, Input: Use Unicode version of WndProc for get correct input for text in utf-8 code page. (#7174) Similar to #6785, #6782, #5725, #5961 for for GLFW backend. | ago%!(EXTRA string=2 years) | 
				
					
						|  Kai Wang | 20e1caec85 | Backends: DX12: Changed swapchain scaling mode to `DXGI_SCALING_NONE`. (#7152, #7153) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 33d426842d | Backends: Vulkan: ImGui_ImplVulkan_CreateFontsTexture() calls vkQueueWaitIdle() instead of vkDeviceWaitIdle(). (#7148, #6943, #6715, #6327, #3743, #4618) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 3cb805489b | Backends: GLFW, Emscripten: fixes for canvas resizing, amends. (#6751) Amend 22a7d24 | ago%!(EXTRA string=2 years) | 
				
					
						|  Pello Rao | 22a7d241ff | Backends: GLFW, Emscripten: fixes for canvas resizing. (#6751) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 8764a1b7c4 | Backends: Vulkan: free FontCommandBuffer explicitely (not actually required in normal code path, unless ImGui_ImplVulkan_DestroyDeviceObjects is declared directly). (#7104) | ago%!(EXTRA string=2 years) | 
				
					
						|  Anılcan Gülkaya | 9a2985611c | Backend: Android: Remove Redundant Check (#7093) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | b4b864e40a | Backends: Vulkan: Fixed mismatching allocator passed to vkCreateCommandPool() vs vkDestroyCommandPool(). (#7075) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | c6ec69c7c1 | Using nullptr in remaining examples/backends locations. (#6313, #7071, #4537) | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 888834c636 | Backends: Android: Fixed build breaking typo. (#7060) Amend 86891b0. My bad for not testing this. | ago%!(EXTRA string=2 years) | 
				
					
						|  ocornut | 86891b0986 | Backends: Android: ImGui_ImplAndroid_HandleInputEvent() takes a const AInputEvent* (#7060) | ago%!(EXTRA string=2 years) |