This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
github
/
imgui
mirror of
https://github.com/ocornut/imgui.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
gamedev
gui
imgui
native
toolkit
tools
ui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6440
Commits
10
Branches
123
Tags
348 MiB
C++
73.8%
C
24.5%
Objective-C++
1.6%
Tree:
79e18896fe
docking
external/win98
features/demo_input_owner_and_routing
features/potocpav-newer-lines-2
features/premake5
features/sdl_renderer3_multiviewports
features/shadows
features/string_view
features/tex_round_corners
master
v1.00
v1.01
v1.02
v1.03
v1.04
v1.05
v1.06
v1.07
v1.08
v1.09
v1.10
v1.11
v1.12
v1.13
v1.14
v1.15
v1.16
v1.16b
v1.17
v1.18
v1.19
v1.20
v1.30
v1.31
v1.32
v1.33
v1.33b
v1.34
v1.35
v1.36
v1.37
v1.38
v1.40
v1.41
v1.42
v1.43
v1.44
v1.45
v1.46
v1.47
v1.48
v1.49
v1.50
v1.51
v1.52
v1.53
v1.60
v1.61
v1.62
v1.63
v1.64
v1.65
v1.66
v1.66b
v1.67
v1.68
v1.69
v1.70
v1.71
v1.72
v1.72b
v1.73
v1.74
v1.75
v1.76
v1.77
v1.78
v1.79
v1.80
v1.81
v1.82
v1.83
v1.84
v1.84.1
v1.84.2
v1.84b
v1.85
v1.86
v1.87
v1.88
v1.89
v1.89.1
v1.89.2
v1.89.3
v1.89.4
v1.89.5
v1.89.6
v1.89.7
v1.89.7-docking
v1.89.8
v1.89.8-docking
v1.89.9
v1.89.9-docking
v1.90
v1.90-docking
v1.90.1
v1.90.1-docking
v1.90.2
v1.90.2-docking
v1.90.3
v1.90.3-docking
v1.90.4
v1.90.4-docking
v1.90.5
v1.90.5-docking
v1.90.6
v1.90.6-docking
v1.90.7
v1.90.7-docking
v1.90.8
v1.90.8-docking
v1.90.9
v1.90.9-docking
v1.91.0
v1.91.0-docking
v1.91.1
v1.91.1-docking
v1.91.2
v1.91.2-docking
v1.91.3
v1.91.3-docking
v1.91.4
v1.91.4-docking
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '79e18896fe'
${ noResults }
imgui
/
backends
History
ocornut
556689591c
Backends: OpenGL3: Handle GL_CLIP_ORIGIN on <4.5 contexts if "GL_ARB_clip_control" extension is detected. (
#4170
,
#3998
)
Expecting this to somehow cause another issue but we will fix it when it comes.
4 years ago
..
vulkan
Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft)
4 years ago
imgui_impl_allegro5.cpp
Backends: Replace direct access to TextureId with GetTexID() call in ImDrawCmd. (#3761)
4 years ago
imgui_impl_allegro5.h
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
4 years ago
imgui_impl_android.cpp
Backends: Android: Tweaks. (#4034)
4 years ago
imgui_impl_android.h
Android: Amend backend and examples with minor consistency tweaks. (#3446)
4 years ago
imgui_impl_dx9.cpp
Backends: Replace direct access to TextureId with GetTexID() call in ImDrawCmd. (#3761)
4 years ago
imgui_impl_dx9.h
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
4 years ago
imgui_impl_dx10.cpp
Backends: Replace direct access to TextureId with GetTexID() call in ImDrawCmd. (#3761)
4 years ago
imgui_impl_dx10.h
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
4 years ago
imgui_impl_dx11.cpp
Backends: Replace direct access to TextureId with GetTexID() call in ImDrawCmd. (#3761)
4 years ago
imgui_impl_dx11.h
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
4 years ago
imgui_impl_dx12.cpp
Backends: Replace direct access to TextureId with GetTexID() call in ImDrawCmd. (#3761)
4 years ago
imgui_impl_dx12.h
Backends: DX12: Fix warning (#3706). Disable obsolete Tables enums, leave them commented out. Using _MSVC_LANG to enable offsetof() and static_assert() on VS2015.3+
4 years ago
imgui_impl_glfw.cpp
Backends: GLFW: Adding bound check in KeyCallback because GLFW appears to send -1 on some setups. [#4124]
4 years ago
imgui_impl_glfw.h
Backends: GLFW: Add ImGui_ImplGlfw_InitForOther() instead of ImGui_ImplGlfw_InitForWebGPU() so it can be used for e.g. DX11. (#3632)
4 years ago
imgui_impl_glut.cpp
Happy new year!
4 years ago
imgui_impl_glut.h
Happy new year!
4 years ago
imgui_impl_marmalade.cpp
Backends: Replace direct access to TextureId with GetTexID() call in ImDrawCmd. (#3761)
4 years ago
imgui_impl_marmalade.h
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
4 years ago
imgui_impl_metal.h
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
4 years ago
imgui_impl_metal.mm
Backends: Replace direct access to TextureId with GetTexID() call in ImDrawCmd. (#3761)
4 years ago
imgui_impl_opengl2.cpp
Backends: Replace direct access to TextureId with GetTexID() call in ImDrawCmd. (#3761)
4 years ago
imgui_impl_opengl2.h
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
4 years ago
imgui_impl_opengl3.cpp
Backends: OpenGL3: Handle GL_CLIP_ORIGIN on <4.5 contexts if "GL_ARB_clip_control" extension is detected. (#4170, #3998)
4 years ago
imgui_impl_opengl3.h
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
4 years ago
imgui_impl_osx.h
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
4 years ago
imgui_impl_osx.mm
Backends: OSX: Fix keys remaining stuck in pressed state when CMD-tabbing to a different application. (#3832)
4 years ago
imgui_impl_sdl.cpp
Backends: SDL2: Extend global mouse pos availability check (#3950)
4 years ago
imgui_impl_sdl.h
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
4 years ago
imgui_impl_vulkan.cpp
Backends: Vulkan: Fix mapped memory validation error when buffer sizes are not multiple of VkPhysicalDeviceLimits::nonCoherentAtomSize. (#3957)
4 years ago
imgui_impl_vulkan.h
Backends: Vulkan: Rework support for custom function/symbol loader (#3759, #3227), add ImGui_ImplVulkan_LoadFunctions (amend 6001c54)
4 years ago
imgui_impl_wgpu.cpp
Backends: WebGPU: Support draw_data->FramebufferScale (#4163)
4 years ago
imgui_impl_wgpu.h
Backends, Examples: Added support for WebGPU and corresponding example. Amend 5853fbd (#3632)
4 years ago
imgui_impl_win32.cpp
Backends: Win32: Change the case of XInput.h include, so it cross-compile nicely on unices. (#4074)
4 years ago
imgui_impl_win32.h
Backends: Win32: Added ImGui_ImplWin32_EnableAlphaCompositing() helper. (#2766, #3447)
4 years ago