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
23
C++
CODE
ISSUES
AGENTS
RELEASES
PACKAGES
DOCS
ACTIVITY
ACTIVITY
Commits
Reviews
week
month
year
COMMITS
10
in the last week
CONTRIBUTORS
2
active
STARS
0
total
FORKS
0
total
TOP CONTRIBUTORS
O
ocornut
9 commits
M
MouriNaruto
1 commit
RECENT COMMITS
O
Clarify support for "%s" shortcuts in functions taking format strings. (#9404, #3466, #6846)
ocornut
22h ago
904b663
M
Backends: Win32: use SetProcessDpiAwarenessContext instead of SetThreadDpiAwarenessContext when available, to fix the OpenGL3 Win32 example DPI scaling issue. (#9403)
MouriNaruto
1d ago
3e7b79a
O
Demo: Tree Nodes: extract 'Tree Nodes->Selectable Nodes' into its own thing.
ocornut
2d ago
e41d691
O
Textures: call ImTextureDataUpdateNewFrame() for textures registered via RegisterUserTexture(). (#8789, #8465)
ocornut
5d ago
93e396f
O
Textures: extract ImTextureDataUpdateNewFrame() out of ImFontAtlasUpdateNewFrame(). (#8465)
ocornut
5d ago
068e055
O
Windows: clicking on a window's empty-space to move/focus a window checks for lack of queued focus request. (#9382)
ocornut
5d ago
db161b8
O
Windows: clicking on a window's empty-space to move/focus a window checks for lack of mouse button ownership. (#9382)
ocornut
5d ago
4088a4f
O
Nav: minor optimization NavUpdate().
ocornut
5d ago
46a050f
O
Version 1.92.9 WIP
ocornut
5d ago
c776792
O
Rework definition of ImDrawFlags_InvalidMask_ so it more strictly fits in an int32 for non C/C++ languages where it matters. (#9396, #9397)
ocornut
5d ago
310c719