Commit Graph

146 Commits (6c19d7b13c3765b8df555dced1919f806f843759)

Author SHA1 Message Date
ocornut 785f51227a Demo tweaks
ocornut dcff032429 Nav: Moving all nav inputs to io.NavInputs[] float array, new enum labelled for gamepad. ()
ocornut 4e91b521ee Demo: Arrange some inputs panels.
ocornut d0801057ba Demo: Tweak handling of "animate" flag in graph demo so it doesn't keep running.
ocornut a154625a56 Nav: Not exposing ImGuiWindowFlags_NavFlattened because it requires much more work ()
ocornut b3cba62b80 Nav: Added experiment ImGuiWindowFlags_NavFlattened flag to cross over between parent and non-scrolling child windows ()
ocornut d88dcc26cc Demo: console text input keeps focus in a less harsher and more navigation friendly way ()
ocornut e2dd48ae65 Nav: Split _NoNav window flag into _NoNavInputs and _NoNavFocus ()
ocornut 04157da291 Nav: first committed pass for manual moving and manual scrolling (after a bunch of attempts) ()
ocornut c2cb2a6928 Gamepad/Keyboard navigation support, initial commit, WIP ()
ocornut e72e3b2cbc Demo: tweaks.
ocornut 91e1c56da6 Minor bits.
ocornut de61fcc619 Minor bits
ocornut 4fddfa4b5e Demo: extra (somehow duplicate) Selectables+Columns demo
ocornut d6a5fd06d7 Demo: Added an extra 3-way columns demo
ocornut d1c073a199 Comments, tweaks
ocornut 5d4cf1c3f3 Version 1.50 WIP
ocornut adb85d800d Version 1.49
ocornut 1483a69c11 Demo: Tree: showing how to align tree node label with current x position (, )
ocornut a0a48f6e59 Added TreeAdvanceToLabelPos() ()
ocornut 806a146198 TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (, )
ocornut b5521a81d4 Demo: fixed multi-selection tree nodes demo to not replace selection when clicking on single-item that's already part of selection ()
ocornut 8f4b123e1b SetNextWindowSizeConstraint -> SetNextWindowSizeConstraints ()
ocornut e3d8055d90 Speculative 64-bit warning fix ()
ocornut b7ebeb1610 Added SetNextWindowSizeConstraint() + demo code ()
ocornut 102d03a7eb Resizing window doesn't rely on MouseDelta anymore, but rather recompute expected size based absolute mouse coords. ()
Storing ActiveIdClickOffset to generalize pattern already used by
columns.
ocornut 69a29e4715 Added NewLine() (very shy reminder that isn't done)
ocornut 7a28f5bb81 ImGuiListClipper new version, detect height automatically, fix compatibility with SetScrollPosHere ()
ocornut fa5ae60bce Demo: added decorated label to some vertical sliders.
ocornut 339e191c53 Demo: Console: Add a "Scroll to bottom" button ()
ocornut 9e6ed0991d Demo: clarified misleading example ()
ocornut a2a5d71582 Demo: Tweak irritating pink color.
ocornut b628acbb52 StyleEditor: comments ()
omar 10d3da6b73 Merge pull request from cosmy1/errors-fix
Fix compilation errors when disabling test windows.
ocornut 8648346eab Modal: fixed non-child window stacked over a modal losing its hoverabilty/focusability (, )
Branimir Karadžić a59a04f4d0 Fixed iOS/OSX build.
cosmy1 4b5a4cae09 Fix compilation errors when disabling test windows.
Sergej Reich 6e8579fc14 Ignore implicit conversion warnings
ocornut ce4d731486 Minor comments, tweaks
ocornut 79ad22e1f2 Fixed various Clang -Weverything warnings ()
ocornut 4ce6cf0512 Demo: Moved "Fonts" section style editor
ocornut 89d5026187 Renamed majority of use of "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (, )
ocornut bb674ccee6 TreeNode: added ImGuiTreeNodeFlags_AlwaysOpen flag (, )
ocornut f79b2d6ce3 TreeNode: added ImGuiTreeNodeFlags_OpenOnArrow flag (, , )
ocornut dc8446d048 Demo: Added simple tree node selection demo (, , )
ocornut df749e3f13 Added CollapsingHeader() variant with close button, obsoleted 4 parameters version. Refactored code into TreeNodeBehavior. ()
New flag and declaration makes uses of SetNextTreeNode() functions on
collapsing header more obvious as well ().
ocornut ea6b615179 Made ImGui::PushClipRect()/PopClipRect() public. Changed ImDrawList::PushClipRect() prototype. Fixed demo. ()
ocornut 7da2d51480 MenuBar fixed missing lower border
ocornut 1588eda1ac Version 1.49 WIP
ocornut 95cbcdca3f Version 1.48