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
0
C++
CODE
ISSUES
AGENTS
RELEASES
DOCS
ACTIVITY
ACTIVITY
Commits
Reviews
week
month
year
COMMITS
15
in the last week
CONTRIBUTORS
3
active
STARS
0
total
FORKS
0
total
TOP CONTRIBUTORS
O
ocornut
13 commits
D
Daniel K. O. (dkosmari)
1 commit
T
thedmd
1 commit
RECENT COMMITS
O
Tables: fixed FrozenColumns issue introduced by 505bc9a.
ocornut
22h ago
b7bdea3
O
Tables: allow reordering columns by dragging them in the context menu. (#9312)
ocornut
1d ago
bf10275
O
Tables: reorder allowed check sweep through columns, checks _NoOrder barrier, and reworked to be easy to use from context menu. (#9312)
ocornut
1d ago
0867f61
O
Tables: clarify FrozenColumns order to be in order space not in visible space.
ocornut
1d ago
505bc9a
O
Tables: Angled Headers: angled section for column being reordered via the regular headers stay highlighted during reordering.
ocornut
1d ago
07acc8b
O
Tables: fixed dragging a header to reorder outside of visible bounds (due to horizontal scrolling) from losing active id.
ocornut
1d ago
6603cde
O
Tables: amend 2ac782f bad WIP merge broken reorder. (#9312)
ocornut
1d ago
9df0d38
O
Revert "Tables: rework TableSetColumnDisplayOrder() to take src_order. (#9312)"
ocornut
1d ago
2ac782f
O
Tables: TableQueueSetColumnDisplayOrder() enforce handling ImGuiTableColumnFlags_NoReorder as advertised: can't reorder through them. (#9312)
ocornut
1d ago
9fedea8
O
Tables: rework TableSetColumnDisplayOrder() to take src_order. (#9312)
ocornut
1d ago
7be8076
O
Tables: rename locals in TableDrawDefaultContextMenu() to reduce confusion.
ocornut
1d ago
587c4cb
D
Added missing ImVec2/ImVec4 operators. (#9339, #8510, #8258)
Daniel K. O. (dkosmari)
2d ago
3c78afb
O
IO: added comments near ImGuiConfigFlags to refer to other fields. (#3379)
ocornut
3d ago
689f837
O
Clipper: always pulls current context on `ImGuiListClipper::Begin()`. (#9324, #5856)
ocornut
3d ago
97075fa
T
DrawList: PathArcTo(): fixed erroneous segment count for small arcs on large circles. (#9331, #9313)
thedmd
4d ago
bd3c925