You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TODO.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,7 @@ It's mostly a bunch of personal notes, probably incomplete. Feel free to query i
223
223
- menus: menu-bar: main menu-bar could affect clamping of windows position (~ akin to modifying DisplayMin)
224
224
- menus: hovering from menu to menu on a menu-bar has 1 frame without any menu, which is a little annoying. ideally either 0 either longer.
225
225
- menus: could merge draw call in most cases (how about storing an optional aabb in ImDrawCmd to move the burden of merging in a single spot).
226
+
- menus: would be nice if the Selectable() supported horizontal alignment (must be given the equivalent of WorkRect.Max.x matching the position of the shortcut column)
226
227
227
228
- tree node: add treenode/treepush int variants? not there because (void*) cast from int warns on some platforms/settings?
228
229
- tree node: try to apply scrolling at time of TreePop() if node was just opened and end of node is past scrolling limits?
0 commit comments