.. |
vulkan
|
Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft)
|
2020-10-14 14:41:40 +02:00 |
imgui_impl_allegro5.cpp
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_allegro5.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_android.cpp
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_android.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_dx9.cpp
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_dx9.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_dx10.cpp
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_dx10.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_dx11.cpp
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_dx11.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_dx12.cpp
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_dx12.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_glfw.cpp
|
Backends: GLFW: Clear emscripten's MouseWheel callback before shutdown. (#6790, #6096, #4019)
|
2023-09-06 11:49:23 +02:00 |
imgui_impl_glfw.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_glut.cpp
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_glut.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_metal.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_metal.mm
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_opengl2.cpp
|
Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier.
|
2023-07-13 12:38:16 +02:00 |
imgui_impl_opengl2.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_opengl3.cpp
|
Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier.
|
2023-07-13 12:38:16 +02:00 |
imgui_impl_opengl3.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_opengl3_loader.h
|
Backends: OpenGL3: amend reset GL_POLYGON_MODE separately for front and back when possible. (#6333)
|
2023-04-19 11:55:40 +02:00 |
imgui_impl_osx.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_osx.mm
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_sdl2.cpp
|
Backends: SDL2,SDL3: added ImGui_ImplSDL2_InitForOther() / ImGui_ImplSDL3_InitForOther().
|
2023-08-15 12:48:46 +02:00 |
imgui_impl_sdl2.h
|
Backends: SDL2,SDL3: added ImGui_ImplSDL2_InitForOther() / ImGui_ImplSDL3_InitForOther().
|
2023-08-15 12:48:46 +02:00 |
imgui_impl_sdl3.cpp
|
Backends: SDL3: fixed typo in 1e17d59 (#6735)
|
2023-08-21 13:12:50 +02:00 |
imgui_impl_sdl3.h
|
Backends: SDL2,SDL3: added ImGui_ImplSDL2_InitForOther() / ImGui_ImplSDL3_InitForOther().
|
2023-08-15 12:48:46 +02:00 |
imgui_impl_sdlrenderer2.cpp
|
Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier.
|
2023-07-13 12:38:16 +02:00 |
imgui_impl_sdlrenderer2.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_sdlrenderer3.cpp
|
Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier.
|
2023-07-13 12:38:16 +02:00 |
imgui_impl_sdlrenderer3.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_vulkan.cpp
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_vulkan.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_wgpu.cpp
|
Backends: WebGPU: fix webgpu changes for Dawn. (#6602, #6188)
|
2023-07-13 12:42:08 +02:00 |
imgui_impl_wgpu.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
imgui_impl_win32.cpp
|
Backend: Win32: support keyboard codepage conversion for when compiling in MBCS mode and creating a non-Unicode window. (#6785, #6782, #5725)
|
2023-09-07 14:08:58 +02:00 |
imgui_impl_win32.h
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |