This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_UI_SDK
/
imgui
Watch
1
Star
0
Fork
0
You've already forked imgui
mirror of
https://github.com/ocornut/imgui.git
synced
2026-05-10 05:38:24 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
e1baadba8498e4e0159145cf2f0d63de32a4544d
imgui
/
backends
T
History
ocornut
e1baadba84
build / Windows (push)
Has been cancelled
Details
build / Linux (push)
Has been cancelled
Details
build / MacOS (push)
Has been cancelled
Details
build / iOS (push)
Has been cancelled
Details
build / Emscripten (push)
Has been cancelled
Details
build / Android (push)
Has been cancelled
Details
Backends: Allegro5: Fixed texture format setup. (
#8770
,
#8465
)
...
Amend/fix
ee8941e
.
2025-08-12 15:02:58 +02:00
..
sdlgpu3
…
vulkan
…
imgui_impl_allegro5.cpp
Backends: Allegro5: Fixed texture format setup. (
#8770
,
#8465
)
2025-08-12 15:02:58 +02:00
imgui_impl_allegro5.h
Backends: Allegro5: Added ImGui_ImplAllegro5_SetDisplay().
2025-08-12 11:33:10 +02:00
imgui_impl_android.cpp
…
imgui_impl_android.h
…
imgui_impl_dx9.cpp
Backends: using range-for to iterate draw_data->CmdLists[].
2025-07-11 17:41:52 +02:00
imgui_impl_dx9.h
…
imgui_impl_dx10.cpp
Backends: using range-for to iterate draw_data->CmdLists[].
2025-07-11 17:41:52 +02:00
imgui_impl_dx10.h
…
imgui_impl_dx11.cpp
Backends: using range-for to iterate draw_data->CmdLists[].
2025-07-11 17:41:52 +02:00
imgui_impl_dx11.h
…
imgui_impl_dx12.cpp
Backends: using range-for to iterate draw_data->CmdLists[].
2025-07-11 17:41:52 +02:00
imgui_impl_dx12.h
…
imgui_impl_glfw.cpp
Backends: GLFW, SDL2: ImplXXX_GetContentScaleXXX() helpers return 1.0f on emscripten / apple / android (
#8742
,
#8733
)
2025-07-08 15:53:42 +02:00
imgui_impl_glfw.h
Backends: GLFW: Added support for multiple Dear ImGui contexts. (
#8676
,
#8239
,
#8069
)
2025-06-18 16:46:37 +02:00
imgui_impl_glut.cpp
…
imgui_impl_glut.h
…
imgui_impl_metal.h
…
imgui_impl_metal.mm
Backends: using range-for to iterate draw_data->CmdLists[].
2025-07-11 17:41:52 +02:00
imgui_impl_opengl2.cpp
Backends: OpenGL2, OpenGL3: set GL_UNPACK_ALIGNMENT to 1 before updating textures. (
#8802
)
2025-07-15 14:30:50 +02:00
imgui_impl_opengl2.h
…
imgui_impl_opengl3_loader.h
Backends: OpenGL3: add and call embedded loader shutdown in ImGui_ImplOpenGL3_Shutdown(). (
#8792
)
2025-07-22 16:46:35 +09:00
imgui_impl_opengl3.cpp
Backends: OpenGL3: add and call embedded loader shutdown in ImGui_ImplOpenGL3_Shutdown(). (
#8792
)
2025-07-22 16:46:35 +09:00
imgui_impl_opengl3.h
…
imgui_impl_osx.h
Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursor support. (
#8739
)
2025-06-27 13:35:03 +02:00
imgui_impl_osx.mm
Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursor support. (
#8739
)
2025-06-27 13:35:03 +02:00
imgui_impl_sdl2.cpp
Backends: GLFW, SDL2: ImplXXX_GetContentScaleXXX() helpers return 1.0f on emscripten / apple / android (
#8742
,
#8733
)
2025-07-08 15:53:42 +02:00
imgui_impl_sdl2.h
…
imgui_impl_sdl3.cpp
Backends: SDL3: avoid calling SDL_StartTextInput() again if already active. (
#8727
)
2025-06-27 16:35:59 +02:00
imgui_impl_sdl3.h
…
imgui_impl_sdlgpu3_shaders.h
…
imgui_impl_sdlgpu3.cpp
Backends: SDL_GPU3: removed ImGui_ImplSDLGPU3_Texture struct extraneous indirection now that we only need to store SDL_GPUTexture*. (
#8866
,
#8163
,
#7998
,
#7988
,
#8465
)
2025-08-08 15:51:17 +02:00
imgui_impl_sdlgpu3.h
Backends: SDL_GPU3: changed ImTextureID type from SDL_GPUTextureSamplerBinding* to SDL_GPUTexture*. Added ImGui_ImplSDLGPU3_RenderState. (
#8866
,
#8163
,
#7998
,
#7988
)
2025-08-08 15:51:16 +02:00
imgui_impl_sdlrenderer2.cpp
Backends: using range-for to iterate draw_data->CmdLists[].
2025-07-11 17:41:52 +02:00
imgui_impl_sdlrenderer2.h
…
imgui_impl_sdlrenderer3.cpp
Backends: using range-for to iterate draw_data->CmdLists[].
2025-07-11 17:41:52 +02:00
imgui_impl_sdlrenderer3.h
…
imgui_impl_vulkan.cpp
Backends: Vulkan: Avoid calling vkCmdBindDescriptorSets() when texture has not changed. (
#8666
)
2025-08-04 18:10:00 +09:00
imgui_impl_vulkan.h
…
imgui_impl_wgpu.cpp
Backends: using range-for to iterate draw_data->CmdLists[].
2025-07-11 17:41:52 +02:00
imgui_impl_wgpu.h
…
imgui_impl_win32.cpp
Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends.
2025-06-20 15:18:00 +02:00
imgui_impl_win32.h
…