ocornut f8de9fec8c Backends: SDL3: Update for SDL_SYSTEM_CURSOR_xxx api renames. (#7653) 1 年之前
..
vulkan 428f4fce70 Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft) 4 年之前
imgui_impl_allegro5.cpp 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_allegro5.h 357f752bed Docs: add more links to the top of every examples and backends files. 1 年之前
imgui_impl_android.cpp 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_android.h 86891b0986 Backends: Android: ImGui_ImplAndroid_HandleInputEvent() takes a const AInputEvent* (#7060) 1 年之前
imgui_impl_dx10.cpp 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_dx10.h 357f752bed Docs: add more links to the top of every examples and backends files. 1 年之前
imgui_impl_dx11.cpp 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_dx11.h 357f752bed Docs: add more links to the top of every examples and backends files. 1 年之前
imgui_impl_dx12.cpp 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_dx12.h 357f752bed Docs: add more links to the top of every examples and backends files. 1 年之前
imgui_impl_dx9.cpp 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_dx9.h 357f752bed Docs: add more links to the top of every examples and backends files. 1 年之前
imgui_impl_glfw.cpp 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_glfw.h 3cb805489b Backends: GLFW, Emscripten: fixes for canvas resizing, amends. (#6751) 1 年之前
imgui_impl_glut.cpp 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_glut.h 357f752bed Docs: add more links to the top of every examples and backends files. 1 年之前
imgui_impl_metal.h 357f752bed Docs: add more links to the top of every examples and backends files. 1 年之前
imgui_impl_metal.mm 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_opengl2.cpp 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_opengl2.h 357f752bed Docs: add more links to the top of every examples and backends files. 1 年之前
imgui_impl_opengl3.cpp 4c3eac2c10 Backends: OpenGL3: Fixed zealous warning by initializing last_pixel_unpack_buffer. (#7614) 1 年之前
imgui_impl_opengl3.h 07e8ff9a8d Backends: Win32: Fixed a warning + moved header cruft below Changelog. 1 年之前
imgui_impl_opengl3_loader.h 07dbcf1f70 Fixed typos. (#7593) 1 年之前
imgui_impl_osx.h 357f752bed Docs: add more links to the top of every examples and backends files. 1 年之前
imgui_impl_osx.mm 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_sdl2.cpp 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_sdl2.h 829f45df99 Backends: SDL2: removed obsolete ImGui_ImplSDL2_NewFrame(SDL_Window*) signature which was obsoleted in 1.84.. 1 年之前
imgui_impl_sdl3.cpp f8de9fec8c Backends: SDL3: Update for SDL_SYSTEM_CURSOR_xxx api renames. (#7653) 1 年之前
imgui_impl_sdl3.h fab96a6e59 Backends: SDL3: Re-enable calling SDL_StartTextInput()/SDL_StopTextInput(). (#7452, #6306, #6071, #1953) 1 年之前
imgui_impl_sdlrenderer2.cpp 5d973a87d4 Backends: SDL_Renderer2/SDL_Renderer3: and ImGui_ImplSDLRenderer2_RenderDrawData() and ImGui_ImplSDLRenderer3_RenderDrawData() now takes a SDL_Renderer* parameter. 1 年之前
imgui_impl_sdlrenderer2.h 5d973a87d4 Backends: SDL_Renderer2/SDL_Renderer3: and ImGui_ImplSDLRenderer2_RenderDrawData() and ImGui_ImplSDLRenderer3_RenderDrawData() now takes a SDL_Renderer* parameter. 1 年之前
imgui_impl_sdlrenderer3.cpp 5d973a87d4 Backends: SDL_Renderer2/SDL_Renderer3: and ImGui_ImplSDLRenderer2_RenderDrawData() and ImGui_ImplSDLRenderer3_RenderDrawData() now takes a SDL_Renderer* parameter. 1 年之前
imgui_impl_sdlrenderer3.h 5d973a87d4 Backends: SDL_Renderer2/SDL_Renderer3: and ImGui_ImplSDLRenderer2_RenderDrawData() and ImGui_ImplSDLRenderer3_RenderDrawData() now takes a SDL_Renderer* parameter. 1 年之前
imgui_impl_vulkan.cpp 07dbcf1f70 Fixed typos. (#7593) 1 年之前
imgui_impl_vulkan.h b720c0f541 Backends: Vulkan: Added convenience support for Volk via IMGUI_IMPL_VULKAN_USE_VOLK define. (#6582, #4854) 1 年之前
imgui_impl_wgpu.cpp 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 年之前
imgui_impl_wgpu.h 8be48a44f7 Backends: WebGPU: Avoid using -1u literal (#7436) 1 年之前
imgui_impl_win32.cpp ac90e1bd5b Backends: Win32: replace bd != nullptr assert with early out. (#6275) 1 年之前
imgui_impl_win32.h 357f752bed Docs: add more links to the top of every examples and backends files. 1 年之前