MORPH
®
EXPLORE
SEARCH
/
SIGN IN
SIGN UP
EXPLORE
SEARCH
ocornut
/
imgui
UNCLAIMED
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
0
0
1
C++
CODE
ISSUES
RELEASES
WIKI
ACTIVITY
ANALYTICS
ACTIVITY
week
month
year
COMMITS
20
in the last week
CONTRIBUTORS
3
active
STARS
0
total
FORKS
0
total
TOP CONTRIBUTORS
O
ocornut
18 commits
R
r-lyeh
1 commit
P
Pascal Thomet
1 commit
RECENT COMMITS
O
Inputs: fixed an issue using SetKeyOwner() with ImGuiInputFlags_LockThisFrame or ImGuiInputFlags_LockUntilRelease on ImGuiMod values. (#9323)
ocornut
1d ago
b62cf38
O
Internals: TempInputText: added callback/user_data parameters and made end of signature match InputText(). (#2718)
ocornut
1d ago
e9eb04e
O
Examples+WebGPU: added support for WGVK in cmakefiles. (#9316, #9246, #9257)
ocornut
1d ago
ed2e5dd
O
Backends, Examples: WebGPU: added support for WGVK. Remaining amends. (#9316, #9246, #9257)
ocornut
3d ago
59183cf
R
Backends, Examples: WebGPU: added support for WGVK. (#9316, #9246, #9257)
r-lyeh
5d ago
5978002
O
TempInputText: amends. Rename ImGuiInputTextFlags_MergedItem to ImGuiInputTextFlags_TempInput for explicitness. (#2718)
ocornut
1d ago
0b82487
O
Backends: GLFW: mouse cursor is properly restored if changed by user app/code while using glfwSetInputMode(..., GLFW_CURSOR_DISABLED) or ImGuiConfigFlags_NoMouseCursorChange. (#9322)
ocornut
1d ago
51f590a
O
TempInputText, InputText: enforce making active via ImGuiInputTextFlags_MergedItem. Restore cursor as Rect is provided + comments. (#2718, #6690)
ocornut
2d ago
6c754ed
O
Backends, Examples: WebGPU: fixed warnings + scale initial surface height for native.
ocornut
3d ago
79411a0
O
Tables: context menu can be open using navigation Shift+F10 etc. (#8803, #9270)
ocornut
3d ago
6b1776a
O
Tables: rework column reordering code. (#9312)
ocornut
3d ago
38f5e5a
O
Docs: update FAQ about label/ID system. (#9318)
ocornut
3d ago
697b688
O
Menus: shallow tweaks.
ocornut
6d ago
8314fc3
O
ButtonBehavior, Selectable: made low-level ImGuiButtonFlags_PressedOnRelease not explicitely avoid taking current active id. ImGuiButtonFlags_NoHoldingActiveId may be used for that.
ocornut
6d ago
50b4887
O
Scrollbar: Fixed an issue which could lead initial click to move the current scroll by a pixel.
ocornut
6d ago
4af7762
O
InputTextMultiline: fixed an issue where edit buffer wouldn't be reapplied to back buffer on the IsItemDeactivatedAfterEdit() frame. (#9308, #8915, #8273)
ocornut
6d ago
2315b9f
O
InputTextMultiline: fixed losing revert value when activating scrollbar. (toward #9308)
ocornut
6d ago
04dfcd8
O
InputTextMultiline: avoid going through reactivation path and InputTextDeactivateHook() when activating scrollbar. (#9308)
ocornut
6d ago
2d95715
O
InputTextMultiline: InputTextMultiline: fixed an issue calculating lines count when active.
ocornut
6d ago
325563a
P
Docs: fixed imgui_manual -> imgui_explorer link. (#9315)
Pascal Thomet
6d ago
763db04