| .. |
|
vulkan
|
428f4fce70
Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft)
|
3 years ago |
|
imgui_impl_allegro5.cpp
|
214977e5fd
IO: (BREAKING) moved io.GetClipboardTextFn, io.SetClipboardTextFn to platform_io.Platform_GetClipboardTextFn, platform_io.Platform_SetClipboardTextFn.
|
12 hours ago |
|
imgui_impl_allegro5.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
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)
|
3 months ago |
|
imgui_impl_android.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
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)
|
3 months ago |
|
imgui_impl_dx10.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
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)
|
3 months ago |
|
imgui_impl_dx11.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
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)
|
3 months ago |
|
imgui_impl_dx12.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
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)
|
3 months ago |
|
imgui_impl_dx9.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
imgui_impl_glfw.cpp
|
d15da2c47d
Backends: GLFW: undo accidentally not committing use of Platform_SetClipboardTextFn as I was testing the legacy path (amend 214977e).
|
12 hours ago |
|
imgui_impl_glfw.h
|
71ee2ce367
Examples: GLFW: rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. (#7844)
|
3 weeks ago |
|
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)
|
3 months ago |
|
imgui_impl_glut.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
imgui_impl_metal.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
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)
|
3 months ago |
|
imgui_impl_opengl2.cpp
|
404af57004
Backends: OpenGL2, OpenGL3: ImGui_ImplOpenGL3_NewFrame() recreates font texture if it has been destroyed by ImGui_ImplOpenGL3_DestroyFontsTexture(). (#7748)
|
1 month ago |
|
imgui_impl_opengl2.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
imgui_impl_opengl3.cpp
|
fe09ebbe0a
Backends: OpenGL3: Fixed unsupported option warning with apple clang (#7810)
|
1 month ago |
|
imgui_impl_opengl3.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
imgui_impl_opengl3_loader.h
|
07dbcf1f70
Fixed typos. (#7593)
|
3 months ago |
|
imgui_impl_osx.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
imgui_impl_osx.mm
|
214977e5fd
IO: (BREAKING) moved io.GetClipboardTextFn, io.SetClipboardTextFn to platform_io.Platform_GetClipboardTextFn, platform_io.Platform_SetClipboardTextFn.
|
12 hours ago |
|
imgui_impl_sdl2.cpp
|
214977e5fd
IO: (BREAKING) moved io.GetClipboardTextFn, io.SetClipboardTextFn to platform_io.Platform_GetClipboardTextFn, platform_io.Platform_SetClipboardTextFn.
|
12 hours ago |
|
imgui_impl_sdl2.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
imgui_impl_sdl3.cpp
|
214977e5fd
IO: (BREAKING) moved io.GetClipboardTextFn, io.SetClipboardTextFn to platform_io.Platform_GetClipboardTextFn, platform_io.Platform_SetClipboardTextFn.
|
12 hours ago |
|
imgui_impl_sdl3.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
imgui_impl_sdlrenderer2.cpp
|
5d973a87d4
Backends: SDL_Renderer2/SDL_Renderer3: and ImGui_ImplSDLRenderer2_RenderDrawData() and ImGui_ImplSDLRenderer3_RenderDrawData() now takes a SDL_Renderer* parameter.
|
3 months ago |
|
imgui_impl_sdlrenderer2.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
imgui_impl_sdlrenderer3.cpp
|
751bbf38ba
Backends: SDLRenderer3: Update for SDL_RenderGeometryRaw() API changes.
|
1 month ago |
|
imgui_impl_sdlrenderer3.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
imgui_impl_vulkan.cpp
|
07dbcf1f70
Fixed typos. (#7593)
|
3 months ago |
|
imgui_impl_vulkan.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
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)
|
3 months ago |
|
imgui_impl_wgpu.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |
|
imgui_impl_win32.cpp
|
9504068f66
Backends: Win32: fixed ImGuiMod_Super being mapped to VK_APPS instead of VK_LWIN||VK_RWIN (#7768, #4858, #2622)
|
1 month ago |
|
imgui_impl_win32.h
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
4 weeks ago |