Pascal Thomet 18dca11dd0 Backends: GLFW, SDL2: ImplXXX_GetContentScaleXXX() helpers return 1.0f on emscripten / apple / android (#8742, #8733) 1 mēnesi atpakaļ
..
sdlgpu3 e799849272 Backends: SDLGPU3: Added sdl_gpu backend (amends). (#8163, #7998, #7988) 6 mēneši atpakaļ
vulkan e799849272 Backends: SDLGPU3: Added sdl_gpu backend (amends). (#8163, #7998, #7988) 6 mēneši atpakaļ
imgui_impl_allegro5.cpp 57a93e1a19 Backends: Allegro5: fixed texture update broken on some platforms where ALLEGRO_LOCK_WRITEONLY needed all texels to be rewritten. (#8770) 2 nedēļas atpakaļ
imgui_impl_allegro5.h ee8941e0de Backends: Allegro5: added ImGuiBackendFlags_RendererHasTextures support. 1 mēnesi atpakaļ
imgui_impl_android.cpp 979c7d76ab Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 4 mēneši atpakaļ
imgui_impl_android.h 979c7d76ab Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 4 mēneši atpakaļ
imgui_impl_dx10.cpp e97e55adbc Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends. 1 mēnesi atpakaļ
imgui_impl_dx10.h 2d2b1bc1cc Backends: DirectX10: added ImGuiBackendFlags_RendererHasTextures support. 1 mēnesi atpakaļ
imgui_impl_dx11.cpp e97e55adbc Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends. 1 mēnesi atpakaļ
imgui_impl_dx11.h 372fd27e71 Backends: DirectX11: added ImGuiBackendFlags_RendererHasTextures support. 1 mēnesi atpakaļ
imgui_impl_dx12.cpp e97e55adbc Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends. 1 mēnesi atpakaļ
imgui_impl_dx12.h eefe5d5aac Backends: DirectX12: added ImGuiBackendFlags_RendererHasTextures support. 1 mēnesi atpakaļ
imgui_impl_dx9.cpp afe20dc9b6 Backends: warning fix. 1 mēnesi atpakaļ
imgui_impl_dx9.h 75efba7ec7 Backends: DirectX9: added ImGuiBackendFlags_RendererHasTextures support 1 mēnesi atpakaļ
imgui_impl_glfw.cpp 18dca11dd0 Backends: GLFW, SDL2: ImplXXX_GetContentScaleXXX() helpers return 1.0f on emscripten / apple / android (#8742, #8733) 2 nedēļas atpakaļ
imgui_impl_glfw.h f633a60581 Backends: GLFW: Added support for multiple Dear ImGui contexts. (#8676, #8239, #8069) 1 mēnesi atpakaļ
imgui_impl_glut.cpp 4f1d3809c3 Fixed tabs and spaces (#8377) 5 mēneši atpakaļ
imgui_impl_glut.h 43fbd7ce84 Backends: standardized top of file comments. 7 mēneši atpakaļ
imgui_impl_metal.h 26c017d5ea Backends: Metal: added ImGuiBackendFlags_RendererHasTextures support. 1 mēnesi atpakaļ
imgui_impl_metal.mm 26c017d5ea Backends: Metal: added ImGuiBackendFlags_RendererHasTextures support. 1 mēnesi atpakaļ
imgui_impl_opengl2.cpp df068ce11e Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section. 1 mēnesi atpakaļ
imgui_impl_opengl2.h 0430c55b84 Backends: OpenGL2: added ImGuiBackendFlags_RendererHasTextures support. 1 mēnesi atpakaļ
imgui_impl_opengl3.cpp 8d6e66d38c Backends: DX10, DX11, DX12, OpenGL3, Vulkan, WGPU: Assert when CreateDeviceObjects() calls return false. 1 mēnesi atpakaļ
imgui_impl_opengl3.h dbb91a574f Backends: OpenGL3: added ImGuiBackendFlags_RendererHasTextures support. 1 mēnesi atpakaļ
imgui_impl_opengl3_loader.h dbb91a574f Backends: OpenGL3: added ImGuiBackendFlags_RendererHasTextures support. 1 mēnesi atpakaļ
imgui_impl_osx.h 22ad62c90c Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursor support. (#8739) 1 mēnesi atpakaļ
imgui_impl_osx.mm 22ad62c90c Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursor support. (#8739) 1 mēnesi atpakaļ
imgui_impl_sdl2.cpp 18dca11dd0 Backends: GLFW, SDL2: ImplXXX_GetContentScaleXXX() helpers return 1.0f on emscripten / apple / android (#8742, #8733) 2 nedēļas atpakaļ
imgui_impl_sdl2.h 9da3e6696a Backends: SDL2: added ImGui_ImplSDL2_GetDpiScaleForDisplay(), ImGui_ImplSDL2_GetContentScaleForWindow() helpers. 1 mēnesi atpakaļ
imgui_impl_sdl3.cpp fff47f1119 Backends: SDL3: avoid calling SDL_StartTextInput() again if already active. (#8727) 4 nedēļas atpakaļ
imgui_impl_sdl3.h 979c7d76ab Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 4 mēneši atpakaļ
imgui_impl_sdlgpu3.cpp dcf14505e2 Backends: SDLGPU: fixes call to SDL_MapGPUTransferBuffer(). Fixes artifacts on OSX/Metal. (#8465, #8703) 1 mēnesi atpakaļ
imgui_impl_sdlgpu3.h df068ce11e Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section. 1 mēnesi atpakaļ
imgui_impl_sdlgpu3_shaders.h 8bbccf7a97 Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988) 6 mēneši atpakaļ
imgui_impl_sdlrenderer2.cpp e97e55adbc Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends. 1 mēnesi atpakaļ
imgui_impl_sdlrenderer2.h df068ce11e Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section. 1 mēnesi atpakaļ
imgui_impl_sdlrenderer3.cpp e97e55adbc Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends. 1 mēnesi atpakaļ
imgui_impl_sdlrenderer3.h df068ce11e Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section. 1 mēnesi atpakaļ
imgui_impl_vulkan.cpp 032e1397d9 Backends: Vulkan: use separate barrier for buffer. (#8772) 2 nedēļas atpakaļ
imgui_impl_vulkan.h abe294bfd0 Backends: Vulkan: added ImGuiBackendFlags_RendererHasTextures support. 1 mēnesi atpakaļ
imgui_impl_wgpu.cpp 8d6e66d38c Backends: DX10, DX11, DX12, OpenGL3, Vulkan, WGPU: Assert when CreateDeviceObjects() calls return false. 1 mēnesi atpakaļ
imgui_impl_wgpu.h 571dae9664 Backends: WGPU: added ImGuiBackendFlags_RendererHasTextures support. (#8465) 1 mēnesi atpakaļ
imgui_impl_win32.cpp e97e55adbc Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends. 1 mēnesi atpakaļ
imgui_impl_win32.h 979c7d76ab Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 4 mēneši atpakaļ