imgui/backends
2022-04-13 20:43:35 +02:00
..
vulkan
imgui_impl_allegro5.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_allegro5.h
imgui_impl_android.cpp
imgui_impl_android.h
imgui_impl_dx9.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_dx9.h
imgui_impl_dx10.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_dx10.h
imgui_impl_dx11.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_dx11.h
imgui_impl_dx12.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_dx12.h
imgui_impl_glfw.cpp Backends: GLFW: Fixed keyboard modifiers events being reported incorrectly on Linux/X11. 2022-03-23 16:09:42 +01:00
imgui_impl_glfw.h
imgui_impl_glut.cpp Backends: Glut: Fix comparison operator precedence. 2022-03-01 15:20:40 +01:00
imgui_impl_glut.h
imgui_impl_metal.h
imgui_impl_metal.mm Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_opengl2.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_opengl2.h
imgui_impl_opengl3.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_opengl3.h Backends: SDL, OpenGL3: Small fixes for AmigaOS4. (#5190) + Allow redefining IM_COL32_XXX layout macros. (#5190, #767, #844) 2022-04-13 20:43:35 +02:00
imgui_impl_opengl3_loader.h
imgui_impl_osx.h
imgui_impl_osx.mm Backends: OSX: Inputs: Monitor NSKeyUp events to catch missing keyUp for key when user press Cmd + key (#5128) 2022-03-22 18:48:52 +01:00
imgui_impl_sdl.cpp Backends: SDL, OpenGL3: Small fixes for AmigaOS4. (#5190) + Allow redefining IM_COL32_XXX layout macros. (#5190, #767, #844) 2022-04-13 20:43:35 +02:00
imgui_impl_sdl.h
imgui_impl_sdlrenderer.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_sdlrenderer.h
imgui_impl_vulkan.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_vulkan.h Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 2022-03-13 17:57:32 +07:00
imgui_impl_wgpu.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_wgpu.h
imgui_impl_win32.cpp Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 2022-03-13 17:57:32 +07:00
imgui_impl_win32.h Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 2022-02-28 20:51:50 +01:00