Tim-Rex 4a51295c9e Backends: OpenGL3: add and call embedded loader shutdown in ImGui_ImplOpenGL3_Shutdown(). (#8792) há 2 semanas atrás
..
sdlgpu3 e799849272 Backends: SDLGPU3: Added sdl_gpu backend (amends). (#8163, #7998, #7988) há 6 meses atrás
vulkan e799849272 Backends: SDLGPU3: Added sdl_gpu backend (amends). (#8163, #7998, #7988) há 6 meses atrás
imgui_impl_allegro5.cpp 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. há 2 semanas atrás
imgui_impl_allegro5.h ee8941e0de Backends: Allegro5: added ImGuiBackendFlags_RendererHasTextures support. há 1 mês atrás
imgui_impl_android.cpp 979c7d76ab Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) há 4 meses atrás
imgui_impl_android.h 979c7d76ab Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) há 4 meses atrás
imgui_impl_dx10.cpp 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. há 2 semanas atrás
imgui_impl_dx10.h 2d2b1bc1cc Backends: DirectX10: added ImGuiBackendFlags_RendererHasTextures support. há 1 mês atrás
imgui_impl_dx11.cpp 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. há 2 semanas atrás
imgui_impl_dx11.h 372fd27e71 Backends: DirectX11: added ImGuiBackendFlags_RendererHasTextures support. há 1 mês atrás
imgui_impl_dx12.cpp 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. há 2 semanas atrás
imgui_impl_dx12.h eefe5d5aac Backends: DirectX12: added ImGuiBackendFlags_RendererHasTextures support. há 1 mês atrás
imgui_impl_dx9.cpp 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. há 2 semanas atrás
imgui_impl_dx9.h 75efba7ec7 Backends: DirectX9: added ImGuiBackendFlags_RendererHasTextures support há 1 mês atrás
imgui_impl_glfw.cpp 18dca11dd0 Backends: GLFW, SDL2: ImplXXX_GetContentScaleXXX() helpers return 1.0f on emscripten / apple / android (#8742, #8733) há 2 semanas atrás
imgui_impl_glfw.h f633a60581 Backends: GLFW: Added support for multiple Dear ImGui contexts. (#8676, #8239, #8069) há 1 mês atrás
imgui_impl_glut.cpp 4f1d3809c3 Fixed tabs and spaces (#8377) há 5 meses atrás
imgui_impl_glut.h 43fbd7ce84 Backends: standardized top of file comments. há 7 meses atrás
imgui_impl_metal.h 26c017d5ea Backends: Metal: added ImGuiBackendFlags_RendererHasTextures support. há 1 mês atrás
imgui_impl_metal.mm 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. há 2 semanas atrás
imgui_impl_opengl2.cpp 8744d10235 Backends: OpenGL2, OpenGL3: set GL_UNPACK_ALIGNMENT to 1 before updating textures. (#8802) há 1 semana atrás
imgui_impl_opengl2.h 0430c55b84 Backends: OpenGL2: added ImGuiBackendFlags_RendererHasTextures support. há 1 mês atrás
imgui_impl_opengl3.cpp 4a51295c9e Backends: OpenGL3: add and call embedded loader shutdown in ImGui_ImplOpenGL3_Shutdown(). (#8792) há 5 dias atrás
imgui_impl_opengl3.h dbb91a574f Backends: OpenGL3: added ImGuiBackendFlags_RendererHasTextures support. há 1 mês atrás
imgui_impl_opengl3_loader.h 4a51295c9e Backends: OpenGL3: add and call embedded loader shutdown in ImGui_ImplOpenGL3_Shutdown(). (#8792) há 5 dias atrás
imgui_impl_osx.h 22ad62c90c Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursor support. (#8739) há 4 semanas atrás
imgui_impl_osx.mm 22ad62c90c Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursor support. (#8739) há 4 semanas atrás
imgui_impl_sdl2.cpp 18dca11dd0 Backends: GLFW, SDL2: ImplXXX_GetContentScaleXXX() helpers return 1.0f on emscripten / apple / android (#8742, #8733) há 2 semanas atrás
imgui_impl_sdl2.h 9da3e6696a Backends: SDL2: added ImGui_ImplSDL2_GetDpiScaleForDisplay(), ImGui_ImplSDL2_GetContentScaleForWindow() helpers. há 1 mês atrás
imgui_impl_sdl3.cpp fff47f1119 Backends: SDL3: avoid calling SDL_StartTextInput() again if already active. (#8727) há 4 semanas atrás
imgui_impl_sdl3.h 979c7d76ab Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) há 4 meses atrás
imgui_impl_sdlgpu3.cpp 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. há 2 semanas atrás
imgui_impl_sdlgpu3.h df068ce11e Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section. há 1 mês atrás
imgui_impl_sdlgpu3_shaders.h 8bbccf7a97 Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988) há 6 meses atrás
imgui_impl_sdlrenderer2.cpp 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. há 2 semanas atrás
imgui_impl_sdlrenderer2.h df068ce11e Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section. há 1 mês atrás
imgui_impl_sdlrenderer3.cpp 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. há 2 semanas atrás
imgui_impl_sdlrenderer3.h df068ce11e Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section. há 1 mês atrás
imgui_impl_vulkan.cpp 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. há 2 semanas atrás
imgui_impl_vulkan.h abe294bfd0 Backends: Vulkan: added ImGuiBackendFlags_RendererHasTextures support. há 1 mês atrás
imgui_impl_wgpu.cpp 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. há 2 semanas atrás
imgui_impl_wgpu.h 571dae9664 Backends: WGPU: added ImGuiBackendFlags_RendererHasTextures support. (#8465) há 1 mês atrás
imgui_impl_win32.cpp e97e55adbc Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends. há 1 mês atrás
imgui_impl_win32.h 979c7d76ab Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) há 4 meses atrás